我在 Acer VN7-792G 上安装了全新安装的 Ubuntu 16.04 和 Windows 10
首先,似乎这款笔记本电脑的风扇最大功率被允许达到最大功率的 60%,我猜是为了降低噪音。通过使用 RWEverything 将风扇设置调整到 100%,解决了 Windows 上的过热问题。风扇噪音很大,但崩溃问题消失了。
现在在 Ubuntu 上,我很确定风扇根本没有转动,这导致笔记本电脑非常热,无缘无故温度高达 65°c。我只使用 Firefox。
我安装lm-sensors
并运行sensors-detect
,对所有都说是。但是当我运行时,sensors
我只得到这个
sensors
acpitz-virtual-0
Adapter: Virtual device
temp1: +58.0°C (crit = +100.0°C)
temp2: +45.0°C (crit = +92.0°C)
coretemp-isa-0000
Adapter: ISA adapter
Physical id 0: +57.0°C (high = +100.0°C, crit = +100.0°C)
Core 0: +51.0°C (high = +100.0°C, crit = +100.0°C)
Core 1: +52.0°C (high = +100.0°C, crit = +100.0°C)
Core 2: +57.0°C (high = +100.0°C, crit = +100.0°C)
Core 3: +52.0°C (high = +100.0°C, crit = +100.0°C)
当然,如果我尝试使用pwmconfig
它,它会返回/usr/sbin/pwmconfig: There are no pwm-capable sensor modules installed
为什么没有检测到我的粉丝(和其他人)?
编辑:我在网上看到我可能缺少一些驱动程序,我应该找到它们,安装它们并手动将条目添加到 etc/modules 配置文件中。但我不知道我缺少什么驱动程序。这是我的结果sensors-detect