MControlCenter icon indicating copy to clipboard operation
MControlCenter copied to clipboard

ec_sys not found on fedora 39.

Open orcbolg3612 opened this issue 2 years ago • 6 comments

How to enable it?

orcbolg3612 avatar Jan 26 '24 14:01 orcbolg3612

How to enable it?

Follow the steps to install acpi_ec kernel module.

PavelDobCZ23 avatar Mar 02 '24 12:03 PavelDobCZ23

Worked like a charm after the usual git clone https://github.com/musikid/acpi_ec cd acpi_ec

Just adding it for the newbies

greg-weber avatar Mar 10 '24 18:03 greg-weber

Anyone having issue with acpi_ec on kernel-6.7.10 ?

Titor8115 avatar Mar 27 '24 13:03 Titor8115

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

Nagendra9Kumar avatar May 27 '24 05:05 Nagendra9Kumar

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:

orcbolg3612 avatar May 27 '24 06:05 orcbolg3612

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

orcbolg3612 avatar May 27 '24 06:05 orcbolg3612