1
0
mirror of https://github.com/tiyn/larbs.git synced 2025-07-06 20:17:46 +02:00
larbs/optional/THINKPAD.md
2020-03-31 23:11:21 +02:00

27 lines
760 B
Markdown

# 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```