Thinkpad Fan noise

sudo thinkfan:

ERROR: module thinkpad_acpi doesn’t seem to support fan_control

Im getting this error “/sys/class/hwmon/temp1_input: No such file or directory”

I installed thinkfan in dom0 per other guide, enabled it, and configured thinkfan.conf to “force_load=1” stopped thinkfan and restarted qubes but still get that as an error.

Follow the guide linked by @Sven:

Find the temperature control devices with

find /sys/devices -type f -name "temp*_input"

Add them to /etc/thinkfan.conf, including (level, min_temperature, max_temperature):

perfect, thats what I needed thank you! Gotta say this community so far has been very helpful to a newbie.

sorry, im hung up right away lol. Is the “lm-sensor” install necessary anymore? I already have thinkfan installed so I used “sudo qubes-dom0-update apt-get install lm-sensors” it returns “no match for argument” If I ran "find /sys/devices -type f -name “temp*_input” it does return a list of devices so i think the lm-sensor install may not be needed? Just making sure I’m not missing somethiing before proceeding with adding the info to the .conf file.

The package name is lm_sensors for fedora and lm-sensors for debian.

thats the trick, and yep does look like it is installed, thanks again!