我刚买了一个全新的上网本,担心风扇不能正常工作。
lm-sensors 没有检测到风扇,我听不到风扇的声音,也感觉不到从风扇区域吹出的空气。
上网本是全新的东芝Satellite NB10-A。我担心使用 Ubuntu 会破坏我的上网本。:(
温度继续升高,但我听不到风扇的声音。
这是我的 lm-sensors 输出:
acpitz-virtual-0
Adapter: Virtual device
temp1: +33.0°C (crit = +78.0°C)
coretemp-isa-0000
Adapter: ISA adapter
Core 0: +48.0°C (high = +105.0°C, crit = +105.0°C)
Core 1: +48.0°C (high = +105.0°C, crit = +105.0°C)
Run Code Online (Sandbox Code Playgroud)
该模型的另一位评论者对风扇无法工作表示担忧,因为他无法检测到风扇,也无法听到风扇的声音:
http://mentalnirex.wordpress.com/2014/03/25/linux-and-the-toshiba-nb10/
fwts 生成的结果:版本 V14.03.01 (2014-03-27 02:14:17)。
Some of this work - Copyright (c) 1999 - 2014, Intel Corp. All rights reserved.
Some of this work - Copyright (c) 2010 - 2014, Canonical.
This test …Run Code Online (Sandbox Code Playgroud) 我拥有一台 Thinkpad x201,并且由于环境温度而过热非常快,最终在没有通知的情况下自杀(这真的磨坏了我的齿轮)。
外面有 34 摄氏度,而计算机在没有重要任务的情况下将其温度升至 80 度,并在执行较重的任务时达到(每秒 1 度)到 100 度。
我遵循了更早启动风扇的指南,以便它保持恒温或在临界温度下使用最大速度,但它仍然坚持自动值。
技术方面
我使用的资源位于此处:http : //staff.science.uva.nl/~kholshei/thinkfan_guide/
我调整了这些值,以便风扇在较低的温度下启动,从 0 到 20 度开始,级别为 0,依此类推。
我对 /etc/thinlfan.conf 的配置是:
$ tail -n 15 /etc/thinkfan.conf
sensor /sys/devices/virtual/hwmon/hwmon0/temp1_input
sensor /sys/devices/platform/coretemp.0/temp4_input
sensor /sys/devices/platform/coretemp.0/temp2_input
(0, 0, 21)
(1, 20, 22)
(2, 21, 25)
(3, 24, 28)
(4, 26, 33)
(5, 30, 40)
(6, 36, 49)
(7, 44, 62)
(128, 60, 65)
(129, 63, 100000)
Run Code Online (Sandbox Code Playgroud)
最后两个值是实验值。
当我运行时:
$ sudo thinkfan -n
WARNING: Using default fan control in …Run Code Online (Sandbox Code Playgroud)