load ec_sys kernel module at start
I have created
/etc/modprobe.d/ec_sys.conf
options ec_sys write_support=1
/etc/dracut.conf.d/ec_sys.conf
install_items+=" /etc/modprobe.d/ec_sys.conf "
Then ran
rpm-ostree initramfs --enable
and rebooted. Still not loading when using lsmod | grep ec_sys
I also tried rpm-ostree kargs --append-if-missing="ec_sys.write_support=1"
with no results.
Do I need a different kernel?
What logs can I check ?
has anyone got this to work?2 Replies
I have found that in the bazzite kernel CONFIG_ACPI_DEBUG is not set. Do I need to rebuild the kernel? Where to get started. Is there a place to ask for this to be changed?
this is where bazzite kernel get build https://github.com/bazzite-org/kernel-bazzite
from there i say goodluck doing whatever you need to do
GitHub
GitHub - bazzite-org/kernel-bazzite: Home of the Bazzite kernel, co...
Home of the Bazzite kernel, containing early fixes for handhelds and new exotic hardware. - bazzite-org/kernel-bazzite