when I ask tlp for my battery status via
sudo tlp stat -b
I get the following status:
+++ ThinkPad Extended Battery Functions
tp-smapi = inactive (kernel module 'tp_smapi' not installed)
tpacpi-bat = active
I followed e.g. this tutorial http://linrunner.de/en/tlp/docs/tlp-linux-advanced-power-management.html#installation and did all the steps described:
apt-get install tlp tlp-rdw
apt-get install tp-smapi-dkms acpi-call-dkms
I in fact was able to set my batteries' thresholds and everything seems to work. But following the faq of linrunner (http://linrunner.de/en/tlp/docs/tlp-faq.html) when trying to troubleshoot this problem, they only refer to the above posted installation guide which I closely followed.
If I try to load tp_smapi via
sudo modprobe -v tp_smapi
I see the following error message:
modprobe: FATAL: Module tp_smapi not found in directory /lib/modules/4.4.0-22-generic
Therefore I think this is somehow where the problem lies. I read a lot of q&a's regarding tp_smapi by now but I could not find a solution to it yet. Therefore please help me out! :(