dmitry-s93 / MControlCenter

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

ec_sys installed but still says "ec_sys module failed to load" #173

Closed thecodsman closed 5 months ago

thecodsman commented 6 months ago

lsmod | grep "ec_sys" gives ec_sys 12288 0 my distro is artix linux (runit)

thecodsman commented 6 months ago

my laptop model is "MSI GE75 Raider" btw

chriskosinski commented 5 months ago

I suggest you give acpi_ec a try instead of ec_sys: https://github.com/musikid/acpi_ec

thecodsman commented 5 months ago

I tried it before but then I realised I never actually loaded it with modprobe. now it works lol