更新至 11.04 后,我的 Inspiron 9400 的风扇开始超速运转,并且从未减速。这是正常的吗?其他 Ubuntu 版本都没有发生这种情况。
答案1
我怀疑你的一个进程占用了两个核心中的一个。这会将频率提高到最大值,进而提高风扇的速度。
因此,您可以启动系统监视器(由于第二个核心没有被占用,因此您仍然拥有良好的响应时间)。
那是system
=> administration
=> system monitor
=>Processes
标签。
查看某个进程是否占用了 50% 的 CPU。如果可以将其终止,则将其终止,然后查看风扇是否能休息一下。
如果是这样,那么您仍然需要弄清楚为什么这个过程会让 CPU 旋转。
答案2
我的 1720 在 11.04 中风扇运转正常。不过我确实进行了全新安装。但我不建议重新安装,而是看看这个:http://www.ubuntuupdates.org/packages/show/305155
Package fancontrol
Name: fancontrol
Description:
utilities to read temperature/voltage/fan sensors
Lm-sensors is a hardware health monitoring package for Linux. It allows you
to access information from temperature, voltage, and fan speed sensors. It
works with most newer systems.
This package contains a daemon that calculates fan speeds from temperatures
and sets the corresponding PWM outputs to the computed values.
Latest version: 1:3.2.0-1ubuntu1
Ubuntu release: natty (11.04)
Level: base
Repository: universe
安装它并查看该守护进程是否工作!