Lenovo B560

Kod: Zaznacz cały
root@debian:/home/schoku# lsmod |grep thermal
thermal 13058 0
thermal_sys 17667 3 processor,video,thermal
/etc/thinkfan.conf
Kod: Zaznacz cały
# 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, 40)
(1, 40, 42)
(2, 42, 44)
(3, 44, 46)
(4, 46, 48)
(5, 48, 50)
(6, 50, 54)
(7, 54, 32767)
Wynik próby uruchomienia thinkfan
Kod: Zaznacz cały
WARNING: Using default temperature inputs in /proc/acpi/ibm/thermal.
Config as read from /etc/thinkfan.conf:
Fan level Low High
0 0 40
1 40 42
2 42 44
3 44 46
4 46 48
5 48 50
6 50 54
7 54 32767
/proc/acpi/ibm/fan: No such file or directory
Error opening /proc/acpi/ibm/fan. Is this a computer really Thinkpad? Is the thinkpad_acpi module loaded? Are you running thinkfan with root privileges?
Chciałbym uruchomić jakiś program do zarządzania układem chłodzenia. Wybrałem thinkfan. Niestety nie chce mi się on załączyć. Wyświetla taki błąd:
Kod: Zaznacz cały
/proc/acpi/ibm/fan: No such file or directory
Cały problem jest w tym, że nie potrafię prawidłowo skierować danych do programu z sensorów.
Pobieranie danych z /proc/acpi/ibm/fan jest już amortyzowane więc można w inny sposób sterować tym programem.(niestety nie znalazłem nic co by mi pomogło).