我有一台带有 Ubuntu 14.04 和 TLP 的 Asus N76VB 笔记本,用于电源管理。但是,风扇一直开着。它不是很响亮,但很烦人。我的 CPU 使用率约为 1-2%。它的时钟频率为 1.20 GHz。
我已经添加acpi=force到我的启动参数中,但它没有改变任何东西。
/proc/acpi/fan: No such file or directory
/proc/acpi/thermal_zone: No such file or directory
Run Code Online (Sandbox Code Playgroud)
我已经加载了所有华硕 ACPI 模块。
lsmod | grep asus:
asus_nb_wmi 16990 0
asus_wmi 24191 1 asus_nb_wmi
sparse_keymap 13948 1 asus_wmi
video 19476 2 i915,asus_wmi
wmi 19177 2 mxm_wmi,asus_wmi
Run Code Online (Sandbox Code Playgroud)
不知何故,它可以读取温度。
sensors:
acpitz-virtual-0
Adapter: Virtual device
temp1: +43.0°C (crit = +108.0°C)
coretemp-isa-0000
Adapter: ISA adapter
Physical id 0: +44.0°C (high = +87.0°C, crit …Run Code Online (Sandbox Code Playgroud) 我在我的新联想 14w 笔记本电脑上安装了 Ubuntu 19.10,我注意到风扇根本没有运行,导致高温。
我已经安装fancontrol但无法弄清楚配置。
运行pwmconfig结果报错There are no pwm-capable sensor modules installed
最后,sensors-detect显示我有AMD Family 15h thermal sensors (driver 'k10temp')
有些帖子似乎提到某些联想型号的风扇由 UEFI BIOS 控制,但是我的 BIOS 中没有任何此类选项。
我该怎么做才能让风扇旋转?
编辑:这是完整的sensors-detect输出。由于字数限制无法放入此帖子