I installed Ubuntu 16.04 via linuxium in my Lenovo Ideapad 100s, then wiped out Ubuntu Desktop and installed Ubuntu Server using tasksel. And after installing tlp, I get the messages
axp288_fuel_gauge: ADC charge current read failed
and
thinkpad_acpi: Not yet supported Thinkpad detected!
when I boot. The messages don't appear when I remove tlp. Is there way to solve this problem or at least hide those messages?
After I tried from same environment after reinstalling Ubuntu,
axp288_fuel_gauge: ADC charge current read failed
does not appear but thinkpad_acpi: Not yet supported Thinkpad detected!
still appears. The same message appears when I start tlp.
tp-smapi-dkms
oracpi-call-dkms
is required for thinkpads - both should be installed, and if unneeded, they will not be active. Please trysudo apt install tlp tlp-rdw tp-smapi-dkms acpi-call-dkms
and see if the error recurs. – Charles Green Jan 07 '18 at 02:10