Skip to content

alguacilaguamara/thinkfan-config

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 

Repository files navigation

thinkfan-config

Manage your thinkpad fan speed in Ubuntu 22.04

How to use

$ git clone https://github.com/alguacilaguamara/thinkfan-config.git
$ chmod +x fan-speed-thinkpad-config.sh
$ sudo ./fan-speed-thinkpad-config.sh

Fedora

Copy the content from thinkfan.conf to /etc/thinkfan.conf using vim for example. Then change the config to thinkfan_acpi and start the new thinkfan service:

sudo su
echo -e "options thinkpad_acpi fan_control=1" | sudo tee /etc/modprobe.d/thinkpad_acpi.conf
modprobe -r thinkpad_acpi
modprobe thinkpad_acpi
modprobe -c | grep ^options | grep thinkpad_acpi
systemctl enable --now thinkfan

About

Manage your thinkpad fan speed

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages