分页: 1 / 1

有人在最新的14.04用thinkfan吗

发表于 : 2014-04-23 22:53
jackysc
sudo thinkfan -n 时显示
WARNING: Using default fan control in /proc/acpi/ibm/fan.
Module thinkpad_acpi doesn't seem to support fan_control

好像14.04能自己控制风扇转速了? :em06

Re: 有人在最新的14.04用thinkfan吗

发表于 : 2014-04-24 12:19
575770893
为什么我的风扇再热也不转啊?我的也是
Using default fan control in /proc/acpi/ibm/fan

Re: 有人在最新的14.04用thinkfan吗

发表于 : 2014-05-26 22:28
ahwad
参考:http://thinkwiki.de/Thinkfan
sudo apt-get install lm-sensors
sudo sensors-detect # 一路yes,最后有个提示,就是下面的命令
sudo start module-init-tools

find /sys/devices -type f -name "temp*_input"
我的显示如下:
/sys/devices/platform/coretemp.0/temp1_input
/sys/devices/platform/coretemp.0/temp2_input
/sys/devices/platform/coretemp.0/temp3_input
/sys/devices/platform/coretemp.0/temp4_input
/sys/devices/platform/coretemp.0/temp5_input
/sys/devices/virtual/hwmon/hwmon0/temp1_input

4:编辑 /etc/thinkfan.conf ,另外加入温度侦测( 有thermal文件,就不需要这部分),我的内容如下:
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/platform/coretemp.0/temp4_input
sensor /sys/devices/platform/coretemp.0/temp5_input
sensor /sys/devices/virtual/hwmon/hwmon0/temp1_input

(0, 0, 55)
(1, 45, 62)
(2, 61, 64)
(3, 63, 66)
(4, 65, 68)
(5, 67, 70)
(7, 69, 32767)
重启,OK!!!!