I.Installation
- Install thinkfan from repository:
sudo apt-get install thinkfan
- Enable fan control in thinkpad_acpi module configuration:
sudo echo "options thinkpad_acpi fan_control=1" > /etc/modprobe.d/thinkpad_acpi.conf
- Reload thinkpad_acpi module:
sudo rmmod thinkpad_acpi; sudo modprobe thinkpad_acpi
- Set to start thinkfan automatically at boot time:
sudo vi /etc/defaults/thinkfan
START=yes
II.Customization
- Install lm-sensors:
sudo apt-get install lm-sensors
- To check the temperatures of the sensors:
sensors
- To modify the thinkfan fan control settings:
sudo vi /etc/thinkfan.conf
No comments:
Post a Comment