Thinkfan Configration
Thinkfan Configration · Sep 9, 2021 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
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 :
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