dmitry-s93 / MControlCenter

An application that allows you to change the settings of MSI laptops running Linux
GNU General Public License v3.0
242 stars 61 forks source link

ec_sys not found on fedora 39. #147

Open orcbolg3612 opened 8 months ago

orcbolg3612 commented 8 months ago

How to enable it?

PavelDobCZ23 commented 7 months ago

How to enable it?

Follow the steps to install acpi_ec kernel module.

greg-weber commented 6 months ago

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

Just adding it for the newbies

Titor8115 commented 6 months ago

Anyone having issue with acpi_ec on kernel-6.7.10 ?

Nagendra9Kumar commented 4 months ago

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

orcbolg3612 commented 4 months ago

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 commented 4 months ago

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