我的华硕 M2N32WS Pro 主板上有一台 Athlon x2 4600,Bios 的日期是 2006 年。
自从升级到 Ubuntu 11.10 后,风扇一直在转。我运行了 pwmconfig,但是风扇的运行速度仍然高于我认为必要的速度。
我希望它只在必要时运行得这么快,其余时间保持安静。
答案1
自 2006 年以来,您是否更新过主板上的 BIOS?2.6.3x 系列内核中也出现了严重的功耗回归。
答案2
首先(如另一个答案中提到的)尝试检查是否有 BIOS 版本,并在必要时刷新它。
如果这不能解决问题,请尝试最新的 3.3.x 内核。ACPI 支持已更新,使用该内核版本可能会改善您的硬件状况。
使用以下方法检查当前架构
uname -a
$ uname -a Linux savvas-desktop 3.0.0-17-generic #30-Ubuntu SMP 星期四 3 月 8 日 20:45:39 UTC 2012 x86_64 x86_64 x86_64 GNU/Linux
如何选择包文件:
- x86-64然后在 debian 包文件的名称中搜索 amd64。
- i686或者i386然后在 debian 包文件的名称中搜索 i386 / i686 - 不带 pae。
- 如果您在内核版本中看到 -pae (例如 3.0.0-17-generic-pae),那么您可以在 debian 包文件的名称中搜索 i386 pae。
您还包括具有全部文件名中应该使用 i686/i386/amd64。
去http://kernel.ubuntu.com/~kernel-ppa/mainline/ 并选择最稳定的最新版本(无需rc- 表示候选版本,而非稳定版本。当前稳定版本为 v3.3.1-precise:http://kernel.ubuntu.com/~kernel-ppa/mainline/v3.3.1-precise/
使用 (1) 中的文件选择并且“v3.3.1-precise”作为最新稳定版本,我们选择了 3 个文件:
对于 amd64:
- http://kernel.ubuntu.com/~kernel-ppa/mainline/v3.3.1-precise/linux-headers-3.3.1-030301-generic_3.3.1-030301.201204021435_amd64.deb
- http://kernel.ubuntu.com/~kernel-ppa/mainline/v3.3.1-precise/linux-headers-3.3.1-030301_3.3.1-030301.201204021435_all.deb
- http://kernel.ubuntu.com/~kernel-ppa/mainline/v3.3.1-precise/linux-image-3.3.1-030301-generic_3.3.1-030301.201204021435_amd64.deb
对于 i386:
- http://kernel.ubuntu.com/~kernel-ppa/mainline/v3.3.1-precise/linux-headers-3.3.1-030301_3.3.1-030301.201204021435_all.deb
- http://kernel.ubuntu.com/~kernel-ppa/mainline/v3.3.1-precise/linux-headers-3.3.1-030301-generic_3.3.1-030301.201204021435_i386.deb
- http://kernel.ubuntu.com/~kernel-ppa/mainline/v3.3.1-precise/linux-image-3.3.1-030301-generic_3.3.1-030301.201204021435_i386.deb
对于启用了 pae 的 i386:
- http://kernel.ubuntu.com/~kernel-ppa/mainline/v3.3.1-precise/linux-headers-3.3.1-030301-generic-pae_3.3.1-030301.201204021435_i386.deb
- http://kernel.ubuntu.com/~kernel-ppa/mainline/v3.3.1-precise/linux-headers-3.3.1-030301_3.3.1-030301.201204021435_all.deb
- http://kernel.ubuntu.com/~kernel-ppa/mainline/v3.3.1-precise/linux-image-3.3.1-030301-generic-pae_3.3.1-030301.201204021435_i386.deb
您必须下载这 3 个文件,然后双击它们逐个进行安装。如果由于依赖关系而无法执行此操作,请尝试其他软件包之一,然后再次尝试第一个软件包。
成功安装所有 3 个文件后,您可以重新启动并选择内核 3.3.x。如果发现任何问题,您可以重新启动并选择其他版本。如果您在包管理器中搜索 linux-image-3.3 和 linux-headers-3.3,您还可以清除/卸载软件包。