[gelöst] Thinkfan startet nicht

M. E. ist er!?

New member
Registriert
16 Feb. 2010
Beiträge
109
Hallo Forum,
ich hoffe ihr könnt mir helfen. Ich habe vor einigen Tagen Ubuntu-Gnome installiert und bisher läuft alles so weit zu meiner Zufriedenheit. Das einzige was mich stört ist, dass ich Thinkfan nicht dazu bekomme beim Start die Steuerung zu übernehmen. Wenn ich Thinkfan manuell starte funktioniert aber alles, was mich verwirrt ist, die Meldung "Using default fan control in /proc/acpi/ibm/fan." siehe unten.

Code:
sudo thinkfan -n

WARNING: Using default fan control in /proc/acpi/ibm/fan.

WARNING: Using default temperature inputs in /proc/acpi/ibm/thermal.

WARNING: You're using simple temperature limits without correction values, and your fan will only start at 50 °C. This can be dangerous for your hard drive.

sleeptime=5, tmax=42, last_tmax=42, biased_tmax=42 -> fan="level 0"
sleeptime=2, tmax=49, last_tmax=40, biased_tmax=62 -> fan="level 2"
sleeptime=3, tmax=54, last_tmax=54, biased_tmax=54 -> fan="level 1"
sleeptime=5, tmax=41, last_tmax=47, biased_tmax=41 -> fan="level 0"
sleeptime=2, tmax=45, last_tmax=41, biased_tmax=51 -> fan="level 1"
sleeptime=3, tmax=45, last_tmax=45, biased_tmax=46 -> fan="level 0"

Hier die /etc/default/thinkfan
Code:
# 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=yes

# Additional startup parameters
DAEMON_ARGS="-q"

etc/modprobe.de/thinkfan.conf
Code:
options thinkpad_acpi fan_control=1

/etc/thinkfan.conf
Code:
######################################################################
# 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:
# tp_thermal /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:
#tp_fan /proc/acpi/ibm/fan
#tp_thermal /proc/acpi/ibm/thermal (0, 10, 15, 2, 10, 5, 0, 3, 0, 3)

(0,    0,    50)
(1,    46,    60)
(2,    55,    67)
(3,    64,    75)
(7,    69,    32767)

Schon mal vielen Dank für eure Vorschläge im Vorraus :)
 
Zuletzt bearbeitet:
Die Warnungen sind, weil du selbst keine Pfade gesetzt hast.

Ich bin kein Ubuntuer, aber vermutlich ist da ein systemd Script dabei. Was sagt denn "sudo systemctl status thinkfan"? Vermutlich musst du das noch per "sudo systemctl enable thinkfan" scharf schalten :)

Edit: beherzige auf jeden Fall die letzte Warnung und setze eigene Korrekturwerte! Sonst kann das TP sehr schnell ein Briefbeschwerer werden.
 
  • ok1.de
  • ok2.de
  • thinkstore24.de
  • Preiswerte-IT - Gebrauchte Lenovo Notebooks kaufen

Werbung

Zurück
Oben