I want to use thinkfan on QubesOS, but I don’t know how to use it correctly.
I installed lm_sensors and thinkfan and edited various files, but thinkfan does not start.
It’s confusing when I search because everything says different things.
If anyone is using thinkfan, please let me know how you did it.
[user@dom0 Desktop]$ systemctl status thinkfan
● thinkfan.service - Thinkfan, the minimalist fan control program
Loaded: loaded (/usr/lib/systemd/system/thinkfan.service; enabled; vendor preset: disabled)
Active: active (running) since Tue 2023-12-19 06:21:13 UTC; 10min ago
Main PID: 1763 (thinkfan)
Tasks: 1 (limit: 4618)
Memory: 1.5M
CPU: 70ms
CGroup: /system.slice/thinkfan.service
└─1763 /usr/sbin/thinkfan -n -q -b0
Dec 19 06:21:13 dom0 systemd[1]: Started Thinkfan, the minimalist fan control program.
Dec 19 06:21:13 dom0 thinkfan[1763]: Temperatures(bias): 80(0) -> level 7
[user@dom0 Desktop]$
It works! Thank you very much for your help.
My original goal was to run more fans because the heat would shut down the Qubes.
If I want to increase the fan speed, I can change the number in /etc/thinkfan.conf, is it right?
Yes, you can change the fan profile to your liking:
# Syntax:
# (LEVEL, LOW, HIGH)
# LEVEL is the fan level to use (0-7 with thinkpad_acpi)
# LOW is the temperature at which to step down to the previous level
# HIGH is the temperature at which to step up to the next level
# All numbers are integers.