Thinkfan Configration
Thinkfan Configration · Sep 9, 2021 29 clicks
Thinkfan configration under Ubuntu 20.04
1. install thinkfan, thinkpad_acpi, lm-sensors, pwmconfig
2. run command `pwmconfig`, and accept all comprot as 'yes'
3. configue thinkpad_acpi modprobe
1 2 3 4 | sudo modprobe thinkpad_acpi sudo echo "options thinkpad_acpi fan_control=1" | sudo tee /etc/modprobe.d/thinkfan.conf sudo modprobe -rv thinkpad_acpi sudo modprobe -v thinkpad_acpi |
Reboot
4. /etc/thinkfan.conf :
1 | find /sys/devices - type f -name "temp*_input" | awk '{print "hwmon "$0}' | sudo tee -a /etc/thinkfan .conf |
5. sudo systemctl enable thinkfan && sudo systemctl start thinkfan