vmatare / thinkfan

The minimalist fan control program
GNU General Public License v3.0
552 stars 62 forks source link

/proc/acpi/ibm/thermal doesn't exist T520 #52

Closed The-Soulless closed 6 years ago

The-Soulless commented 6 years ago

Hello, I'm using a T520 and trying to get Thinkfan to work on Void GNU/Linux. I have copied the simple config but wen I run it I get the following error: https://hastebin.com/kegavadeku.pas

emmanuelgeoffray commented 6 years ago

same

emmanuelgeoffray commented 6 years ago

I followed the insturctions there to fix it: http://thinkwiki.de/Thinkfan


Nun können die verfügbaren Temperatursensoren mit folgendem Kommando angezeigt werden:

find /sys/devices -type f -name "temp*_input"
Die Ausgabezeilen nimmt mit man einem vorangestellten sensor in /etc/thinkfan.conf auf (vor den Temperaturschwellen).

Beispiel (T420s):

sensor /sys/devices/platform/coretemp.0/temp1_input
sensor /sys/devices/platform/coretemp.2/temp1_input
sensor /sys/devices/virtual/hwmon/hwmon0/temp1_input```
vmatare commented 6 years ago

Pastebin is empty. Is this still an issue?

vmatare commented 6 years ago

Oh yeah, /proc/acpi/ibm/thermal doesn't exist on newer thinkpads. Use a sysfs hwmon sensor instead.

DEvil0000 commented 6 years ago

works on my L480 with:

hwmon /sys/devices/platform/coretemp.0/temp1_input
...