sysadmin/thinkfan/ubuntu-debian-HOWTO.txt

14 lines
451 B
Plaintext
Raw Normal View History

2017-09-15 14:11:31 -04:00
#INSTALL (as root)
echo "options thinkpad_acpi fan_control=1" >> /etc/modprobe.d/thinkpad.conf
reboot
apt install lm-sensors cmake-curses-gui libyaml-cpp-dev libboost-all-dev
2021-04-09 05:28:43 -04:00
wget https://github.com/vmatare/thinkfan/archive/1.2.1.tar.gz
tar xzvf 1.2.1.tar.gz
cd thinkfan-1.2.1
2017-09-15 14:11:31 -04:00
mkdir build; cd build
cmake -D CMAKE_BUILD_TYPE:STRING=Debug ..
make
cp thinkfan /usr/local/sbin
sudo systemctl enable thinkfan.service
sudo systemctl start thinkfan.service