- Edited
One issue I found on Solus with tlp
is that there are no packages for the kernel modules acpi_call
and tp-smapi
in the Solus repository. This seems to limit the battery management capabilities.
❯ sudo tlp-stat -b
Passwort:
--- TLP 1.3.1 --------------------------------------------
+++ Battery Features: Charge Thresholds and Recalibrate
natacpi = active (data, thresholds)
tpacpi-bat = inactive (kernel module 'acpi_call' not installed)
tp-smapi = inactive (kernel module 'tp_smapi' not installed)
I managed to locally build the acpi_call
for previous 5.x kernel but not fully sure if it provides significant improvement. Need to rebuild it now for new 6.x kernel.
Could not compile the tp-smapi
module because the compiler complains that the kernel is not supporting PIC mode.