|
i am a noob please help me even after installing msi-ec and mcontrolcenter in fedora its showing error because i dont know to to do acpi_sys write support = 1 |
Answered by
mutchiko
Mar 21, 2026
Replies: 2 comments 4 replies
|
can you try: in your terminal and share the output? |
4 replies
|
TL;DR: fedora doesn't come ec_sys by default, you need to install this using dkms. Follow these steps to get things working:
if things work out correctly, the module will persist after kernel updates |
0 replies
Answer selected by
mutchiko
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
TL;DR: fedora doesn't come ec_sys by default, you need to install this using dkms.
Follow these steps to get things working:
sudo dnf install kernel-devel dkms makegit clone https://github.com/saidsay-so/acpi_ec.gitcd acpi_ec/sudo ./install.shif things work out correctly, the module will persist after kernel updates