Manager to disengage the fan of a Lenovo T420 automatically. It will disengage the fan after reaching a certain temperature.
- $1 = Manual high temp
- $2 = Seconds between updates in Seconds
- Only for Lenovo-PCs (tested on T420)
- Only works for Linux
sensors
should be available
- Disengage fan:
echo level disengaged > /proc/acpi/ibm/fan
- Setting fan to auto:
"echo level auto > /proc/acpi/ibm/fan