linrunner
linrunner
@tamara-schmitz I would like to include the resulting changes in release 1.7 and would be grateful for your outputs.
Great. Thanks for reporting!
One more thing: `tlp-stat -p` does not display the CPU model. Can I get the full output of cat /proc/cpuinfo ?
> I guess TLP assumes x86? I have only ever developed on x86(_64). To be honest, I'm a bit surprised that only small changes are necessary for aarch64 so far....
Thanks. Coming with version 1.7 ... :-D
@tamara-schmitz TLP 1.7 Beta 2 is out, containing all changes from this issue https://github.com/linrunner/TLP/blob/main/changelog
The beta test is complete, and [TLP 1.7.0](https://github.com/linrunner/TLP/releases/tag/1.7.0) is now available. Have fun! A huge thank you to all of our wonderful contributors, testers, and bug reporters! :+1:
Hi, this would require a daemon running with root privilege, which TLP does not have. https://linrunner.de/tlp/developers/architecture.html Adding a daemon would mean more or less rewriting TLP from scratch, what I...