linrunner / TLP

TLP - Optimize Linux Laptop Battery Life
https://linrunner.de/tlp
GNU General Public License v2.0
2.68k stars 128 forks source link

acpi_call module can't build in Kernel 5.13 #565

Closed plumlis closed 3 years ago

plumlis commented 3 years ago

Fedora 34 64 bit

Recently I upgrade kernel to 5.13 and found akmod_apci_call build faild. Maybe should be a new version?

linrunner commented 3 years ago

Would you like to show the build error message? Unfortunately, the issue glass globe is defective atm.

ValdikSS commented 3 years ago

@linrunner please switch to newer acpi_call fork maintained by Nix project: https://github.com/nix-community/acpi_call Your (old) module builds fine for me, but it oopses because its procfs does not support seeking, which is now mandatory for 5.13. Nix project fork is already fixed.

linrunner commented 3 years ago

There are updated packages provided by @Thorashh in the tlp-updates-testing repository. Please test and report.

ValdikSS commented 3 years ago

@linrunner works fine for me, does not oops.

linrunner commented 3 years ago

@ValdikSS : thanks.