1
0
mirror of https://github.com/tiyn/larbs.git synced 2026-03-26 10:14:47 +01:00
Files
larbs/optional/THINKPAD.md
2020-03-31 23:11:21 +02:00

760 B

Thinkpad

These are a bunch of useful programs if you own a thinkpad.

program description
lm_sensors utility for hardware monitoring and SMBus access
thinkfan utility to control fanspeeds

installation

After installing both lm_sensors and thinkfan activate thinkpad_acpi.

sudo modprobe thinkpad_acpi

Then copy and configure the config file.

sudo cp /usr/share/doc/thinkfan/examples/thinkfan.conf.simple /etc/thinkfan.conf

Enable it.

systemctl enable thinkfan

After that check and if correct enable the thinkfan service.

sudo thinkfan -n

systemctl enable thinkfan.service