当我在终端中运行“传感器”命令时,我得到以下信息:
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 一个教程建议这会自动打开风扇,但我什么也没发生。
我是否应该配置其他设置?
发布于 2015-04-22 18:30:02
我的解决办法是,在BIOS中,将热管理设置从最佳性能更改为平衡。
https://askubuntu.com/questions/612544
复制相似问题