cord@denkauflage ~ $ sudo /etc/init.d/thinkfan stop
cord@denkauflage ~ $ cat /etc/thinkfan.conf
# Offsets
#sensor /proc/acpi/ibm/thermal (0, 0, 0, 0, 0, -30, 0, -30)
sensor /sys/devices/platform/coretemp.0/temp1_input
sensor /sys/devices/platform/coretemp.0/temp2_input
sensor /sys/devices/platform/coretemp.0/temp3_input
# My config for L520
(0, 0, 42)
(1, 40, 47)
(2, 45, 52)
(3, 50, 57)
(4, 55, 62)
(5, 60, 67)
(6, 65, 72)
(7, 70, 77)
(127, 75, 32767) # Wichtig: diese Zeile (127 = "disengaged" d.h. ungeregelt) sorgt für volle Lüfterdrehzahl
cord@denkauflage ~ $ cat /etc/modules
# /etc/modules: kernel modules to load at boot time.
#
# This file contains the names of kernel modules that should be loaded
# at boot time, one per line. Lines beginning with "#" are ignored.
# Parameters can be specified after the module name.
loop
lp
rtc
coretemp
cord@denkauflage ~ $ sudo thinkfan -n
WARNING: Using default fan control in /proc/acpi/ibm/fan.
sleeptime=5, tmax=39, last_tmax=39, biased_tmax=39 -> fan="level 0"
^C
Caught deadly signal. Cleaning up and resetting fan control.
cord@denkauflage ~ $ cat /proc/acpi/ibm/thermal
temperatures: 40 0 40 0 33 59 29 59
cord@denkauflage ~ $ sudo thinkfan -n
WARNING: Using default fan control in /proc/acpi/ibm/fan.
sleeptime=5, tmax=40, last_tmax=40, biased_tmax=40 -> fan="level 0"
sleeptime=2, tmax=47, last_tmax=40, biased_tmax=62 -> fan="level 5"
sleeptime=3, tmax=40, last_tmax=47, biased_tmax=52 -> fan="level 3"
sleeptime=5, tmax=40, last_tmax=40, biased_tmax=49 -> fan="level 2"
sleeptime=5, tmax=39, last_tmax=40, biased_tmax=45 -> fan="level 1"
sleeptime=5, tmax=40, last_tmax=39, biased_tmax=40 -> fan="level 0"
sleeptime=2, tmax=45, last_tmax=41, biased_tmax=52 -> fan="level 3"
sleeptime=3, tmax=41, last_tmax=45, biased_tmax=45 -> fan="level 1"
sleeptime=5, tmax=40, last_tmax=41, biased_tmax=40 -> fan="level 0"
sleeptime=2, tmax=44, last_tmax=41, biased_tmax=49 -> fan="level 2"
sleeptime=3, tmax=41, last_tmax=44, biased_tmax=43 -> fan="level 1"
sleeptime=5, tmax=40, last_tmax=41, biased_tmax=40 -> fan="level 0"
sleeptime=5, tmax=42, last_tmax=41, biased_tmax=42 -> fan="level 1"