I am running a new installation of Manjaro KDE with Kernel 4.19.56 on a Thinkpad X250
I'd like to get TLP installed correctly. Output from tlp-stat -b on my laptop indicates:
natacpi = active (data, thresholds)
tpacpi-bat = inactive (kernel module 'acpi_call' not installed)
tp-smapi = inactive (ThinkPad not supported)Recommendations
- Install acpi_call kernel module for ThinkPad battery recalibration
However in the linrunner guidance it says that:
starting with Kernel 4.17 tpacpi-bat gets superseded by a new, native kernel API called 'natacpi'. tlp-stat -b indicates this as follows:
+++ Battery Features
natacpi = active (data, thresholds)
tpacpi-bat = inactive (discharge)
tp-smapi = inactive (ThinkPad not supported)With full natacpi support, you won't need external kernel module packages anymore.
My question is, do I need to install an additional kernel module (e.g. acpi_call) or not?
Any guidance welcome, thanks.