Thinkpad T440s(Ubuntu 14.04)上的风扇不工作

Thinkpad T440s(Ubuntu 14.04)上的风扇不工作

当我在终端中运行“传感器”命令时,我得到了以下信息:

acpitz-virtual-0
Adapter: Virtual device
temp1:        +55.0°C  (crit = +200.0°C)

coretemp-isa-0000
Adapter: ISA adapter
Physical id 0:  +70.0°C  (high = +100.0°C, crit = +100.0°C)
Core 0:         +70.0°C  (high = +100.0°C, crit = +100.0°C)
Core 1:         +74.0°C  (high = +100.0°C, crit = +100.0°C)

thinkpad-isa-0000
Adapter: ISA adapter
fan1:           0 RPM

我的 /etc/thinkfan.conf 设置如下

sensor /sys/devices/platform/coretemp.0/hwmon/hwmon2/temp3_input
sensor /sys/devices/platform/coretemp.0/hwmon/hwmon2/temp1_input
sensor /sys/devices/platform/coretemp.0/hwmon/hwmon2/temp2_input

(0,     0,      55)
(1,     48,     60)
(2,     50,     61)
(3,     52,     63)
(4,     56,     65)
(5,     59,     66)
(7,     63,     32767)

我在 /etc/modprobe.d/thinkfan.conf 中的设置如下:

options thinkpad_acpi fan_control=1

这难道不是意味着风扇应该在 55 度时启动吗?

我也尝试过在终端中运行以下命令。

# echo level 7 > /proc/acpi/ibm/fan 

有一个教程建议这样就可以自动打开风扇,但我什么也没发生。

我还应该配置其他设置吗?

答案1

对我来说,解决这个问题的方法是,在 BIOS 中,将热管理设置从“最佳性能”更改为“平衡”。

相关内容