Vielen Dank für die Kommentare! Es ist etwas Überraschendes passiert.
@ I-Punkt:
Seit eben bin ich mir sicher, dass die Hardware funktioniert, da sich der Lüfter wieder dreht. Warum das so ist ist mir nicht klar. Zuerst habe ich mit Ubuntu live die Funktion geprüft. Der Lüfter hat sich nicht bewegt. Dann habe ich den Rechner auseinander geschraubt um sicher zu stellen, dass sich nichts im Lüfter verfangen hat und er richtig eingesteckt ist. Dabei habe ich Tastatur, Festplatte, RAM, Batterie, Touchpad, Lautsprecher, Mikro abgesteckt. Jetzt, nach dem Zusammenbauen, läuft der Lüfter wieder. Das ist zwar ein interessanter Workaround, aber eine Softwarelösung würde ich vorziehen, darum bitte ich um weitere Vorschläge.
@ lubux
# ps -fC thinkfan
UID PID PPID C STIME TTY TIME CMD
# cat /etc/thinkfan.conf
######################################################################
# thinkfan 0.7 example config file
# ================================
#
# ATTENTION: There is only very basic sanity checking on the configuration.
# That means you can set your temperature limits as insane as you like. You
# can do anything stupid, e.g. turn off your fan when your CPU reaches 70°C.
#
# That's why this program is called THINKfan: You gotta think for yourself.
#
######################################################################
#
# IBM/Lenovo Thinkpads (thinkpad_acpi, /proc/acpi/ibm)
# ====================================================
#
# IMPORTANT:
#
# To keep your HD from overheating, you have to specify a correction value for
# the sensor that has the HD's temperature. You need to do this because
# thinkfan uses only the highest temperature it can find in the system, and
# that'll most likely never be your HD, as most HDs are already out of spec
# when they reach 55 °C.
# Correction values are applied from left to right in the same order as the
# temperatures are read from the file.
#
# For example:
# sensor /proc/acpi/ibm/thermal (0, 0, 10)
# will add a fixed value of 10 °C the 3rd value read from that file. Check out
# http://www.thinkwiki.org/wiki/Thermal_Sensors to find out how much you may
# want to add to certain temperatures.
# 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.
#
# I use this on my T61p:
#sensor /proc/acpi/ibm/thermal (0, 10, 15, 2, 10, 5, 0, 3, 0, 3)
(0, 0, 62)
(1, 56, 65)
(2, 60, 70)
(5, 68, 72)
(7, 70, 32767)
# added according to: https://solutionlocker.wordpress.com/2012/04/02/installing-ubuntu-12-04-on-thinkpad-x121e-i3-fan-noise/
#sensor /sys/devices/platform/coretemp.0/temp1_input
#sensor /sys/devices/platform/coretemp.0/temp2_input
#sensor /sys/devices/platform/coretemp.0/temp3_input
#sensor /sys/devices/virtual/hwmon/hwmon0/temp1_input
(Die Temperaturintervalle, sowie die letzten vier Zeilen habe ich gemäß https://solutionlocker.wordpress.com/2012/04/02/installing-ubuntu-12-04-on-thinkpad-x121e-i3-fan-noise/ geändert. Auch in anderen Dateien habe ich gemäß der Seite Änderungen durchgeführt, das hat jedoch an der nicht-Funktion nichts geänder. Daher habe ich alle Änderungen, bis auf die Temperaturintervalle, in allen Dateien wieder auskommentiert.)
# cat /etc/modprobe.d/thinkpad_acpi.conf
cat: /etc/modprobe.d/thinkpad_acpi.conf: Datei oder Verzeichnis nicht gefunden
# cat /etc/default/thinkfan
# Should thinkfan be started automatically on boot?
# Only say "yes" when you know what you are doing, have configured
# thinkfan correctly for *YOUR* machine and loaded thinkpad_acpi
# with fan_control=1 (if you have a ThinkPad).
START=no
# Additional startup parameters
DAEMON_ARGS="-q"
# added according to https://solutionlocker.wordpress.com/2012/04/02/installing-ubuntu-12-04-on-thinkpad-x121e-i3-fan-noise/
#START=yes
# cat /proc/acpi/ibm/thermal
temperatures: 55 0 55 0 0 0 24 0
# lsmod | grep acpi
thinkpad_acpi 81199 0
snd 78921 17 snd_hda_codec_hdmi,snd_hda_codec_conexant,thinkpad_acpi,snd_rawmidi,snd_seq,snd_hda_intel,snd_hda_codec,snd_hwdep,snd_pcm,snd_seq_device,snd_timer
nvram 14363 1 thinkpad_acpi