frederik-h / acer-wmi-battery

A linux kernel driver for the Acer WMI battery health control interface
GNU General Public License v2.0
113 stars 15 forks source link

idk why am I getting this error... any solution? #48

Closed Cortex0715 closed 4 months ago

Cortex0715 commented 5 months ago

cortex@cortex-Aspire-A715-42G:~/acer-wmi-battery$ sudo insmod acer-wmi-battery.ko insmod: ERROR: could not insert module acer-wmi-battery.ko: Operation not permitted

MestoloPomello commented 5 months ago

Do you have Secure Boot active? If you have and can't turn it off, you can try signing the module with a X.509 certificate and re-run the command. I did it some time ago by following the top answer here, i don't know if there is a more straightforward way to do it

frederik-h commented 4 months ago

Closing because this does not look like a problem that is specific to this module.