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

Not working on aspire E5-475G-544J #15

Closed davhsin closed 1 year ago

davhsin commented 1 year ago

$ sudo dmesg [ 3.625291] acer_battery_wmi: loading out-of-tree module taints kernel. [ 3.625318] acer_battery_wmi: module verification failed: signature and/or required key missing - tainting kernel I got this errors, But still don't know how to deal with

frederik-h commented 1 year ago

This problem is not specific to this module, i.e. I suppose you would have similar problems with any out-of-tree module. You would probably have to figure out how to sign the module or disable the signature checking on your system somehow.