Hi,
weiß jemand, wie man auf X230 Thinkfan aktiviert (mit Ubuntu 12.04 LTS 64bit)? Habe Einiges versucht aber noch nicht ganz erfolgreich:
a) zuerst habe ich dies durchgeführt:
Mein thinkfan.conf war:
funktionierte aber nicht...
Noch was:
weiß jemand, wie man auf X230 Thinkfan aktiviert (mit Ubuntu 12.04 LTS 64bit)? Habe Einiges versucht aber noch nicht ganz erfolgreich:
a) zuerst habe ich dies durchgeführt:
Code:
[COLOR=#000000]sudo sensors-detect
[/COLOR][COLOR=#000000]sudo start module-init-tools # Ubuntu[/COLOR]sudo /etc/init.d/module-init-tools start # Debian
Mein thinkfan.conf war:
Code:
#sensor /proc/acpi/ibm/thermal (0, 10, 15, 2, 10, 5, 0, 3, 0, 3)
/sys/devices/platform/coretemp.0/temp1_input
/sys/devices/platform/coretemp.0/temp2_input
/sys/devices/platform/coretemp.0/temp3_input
/sys/devices/virtual/hwmon/hwmon0/temp1_input
(0, 0, 60)
(1, 51, 82)
(2, 81, 84)
(3, 83, 86)
(4, 85, 88)
(5, 87, 89)
(7, 88, 32767)
Noch was:
Code:
root@linux:~# sudo thinkfan -n
/etc/thinkfan.conf:42:/sys/devices/platform/coretemp.0/temp1_input
Syntax error.
Refusing to run without usable config file. Please read AND UNDERSTAND the documentation!
b) dann habe ich folgende conf Datei genommen:
Code:
sensor /sys/devices/virtual/thermal/thermal_zone0/temp
(0, 0, 60)
(1, 60, 73)
(2, 71, 75)
(3, 74, 79)
(4, 77, 83)
(5, 82, 87)
(7, 84, 32767)
Dann kriege ich:
Code:
linux@linux:~$ sudo thinkfan -n
WARNING: You have not provided any correction values for any sensor, and your fan will only start at 60 °C. This can be dangerous for your hard drive.
Config as read from /etc/thinkfan.conf:
Fan level Low High
0 0 60
1 60 73
2 71 75
3 74 79
4 77 83
5 82 87
7 84 32767
sleeptime=5, temp=51, last_temp=0, biased_temp=51 -> level=0
sleeptime=2, temp=59, last_temp=57, biased_temp=61 -> level=1
sleeptime=3, temp=60, last_temp=59, biased_temp=60 -> level=0
sleeptime=5, temp=60, last_temp=59, biased_temp=60 -> level=1
sleeptime=5, temp=60, last_temp=59, biased_temp=60 -> level=0
sleeptime=5, temp=61, last_temp=60, biased_temp=61 -> level=1
sleeptime=5, temp=58, last_temp=61, biased_temp=58 -> level=0
Jetzt funktioniert es halbwegs-denn der Lüfter ist bis 60 Grad aus. Dann springt er ein, aber läuft hektisch zw. 1800-3500 RPMs und manchmal schaltet sich aus bei 60 Grad, manchmal bei 55 Grad.
Ich hätte gerne dass er von 50 - 70 Grad auf Stufe I (1800 RPM) arbeitet, aber mit folgenden Werten
Code:
0 0 60
1 50 73
Hat jemand eine Idee?
Zuletzt bearbeitet: