偶尔,将我的笔记本电脑从睡眠状态唤醒后(Ubuntu 18.04 上的联想 Thinkpad T440)流明传感器将无法读取 temp1,因此,思凡似乎认为温度很低,因此不启动风扇。传感器中还有其他温度读数,我看到有些温度高达 80C。重启电脑通常不能解决问题,但关闭电脑并重新打开电脑通常会解决问题。有人遇到过这种问题吗?这就是传感器的输出,如下所示
coretemp-isa-0000
Adapter: ISA adapter
Package id 0: +43.0°C (high = +100.0°C, crit = +100.0°C)
Core 0: +41.0°C (high = +100.0°C, crit = +100.0°C)
Core 1: +42.0°C (high = +100.0°C, crit = +100.0°C)
thinkpad-isa-0000
Adapter: ISA adapter
fan1: 0 RPM
temp1: N/A
temp2: +0.0°C
temp3: +0.0°C
temp4: +0.0°C
temp5: +0.0°C
temp6: +0.0°C
temp7: +0.0°C
temp8: +0.0°C
编辑:
$ ps auxc | grep -i therm
root 154 0.0 0.0 0 0 ? I< May26 0:00 acpi_thermal_pm
root 956 0.0 0.0 186996 420 ? Ssl May26 0:01 thermald
答案1
thermald
ps auxc | grep -i therm
显示您至少有两个热控制过程正在运行。
$ ps auxc | grep -i therm
root 154 0.0 0.0 0 0 ? I< May26 0:00 acpi_thermal_pm
root 956 0.0 0.0 186996 420 ? Ssl May26 0:01 thermald
清除sudo apt-get purge thermald
sudo apt-get purge thinkfan
流明传感器
安装后lm-sensors
,请务必通过运行来配置它sensors-detect
。
BIOS
联想 ThinkPad T440
您有 BIOS GJET71WW (2.21)。
当前 BIOS 为 GJETA4WW (2.54),可下载这里。
如果您没有 Windows,您可以构建可启动的 freeDOS USB 闪存,或者下载 .iso 并构建可启动的 CD/DVD。
更新的 BIOS 可能有助于解决您的风扇/温度问题。
笔记:更新 BIOS 之前请做好备份。