ec_sys not found on fedora 39.
How to enable it?
Worked like a charm after the usual git clone https://github.com/musikid/acpi_ec cd acpi_ec
Just adding it for the newbies
Anyone having issue with acpi_ec on kernel-6.7.10 ?
Worked like a charm after the usual git clone https://github.com/musikid/acpi_ec cd acpi_ec
Just adding it for the newbies
still showing **failed to load the ec_sys kernel module
Worked like a charm after the usual git clone https://github.com/musikid/acpi_ec cd acpi_ec Just adding it for the newbies
still showing **failed to load the ec_sys kernel module
try this:
Install kernel debug version
sudo dnf install kernel-debug kernel-debug-core kernel-debug-modules kernel-debug-modules-extra
To avoid going to tty on booting (just in case)
sudo grubby --remove-args="3" --update-kernel=ALL