lm-sensors 传感器问题

lm-sensors 传感器问题

当我配置任何一台装有 Ubuntu 的机器时,我都会设置 lm-sensors 来工作。我安装了 Ubuntu 14.04,并将传感器设置为官方页面上说(我每次都是这么做的)。

好吧,在我安装 14.04 而不是 12.04 之前,我会得到所有这些数据:

/etc/mrtg/cfg/mrtg-scripts$ sensors
    adt7490-i2c-0-2e
    Adapter: SMBus I801 adapter at f000
    in0:          +1.12 V  (min =  +0.00 V, max =  +3.31 V)
    Vcore:        +1.09 V  (min =  +0.00 V, max =  +2.99 V)
    +3.3V:        +3.25 V  (min =  +2.96 V, max =  +3.61 V)
    +5V:          +5.03 V  (min =  +4.48 V, max =  +5.50 V)
    +12V:        +11.90 V  (min =  +0.00 V, max = +15.69 V)
    in5:          +2.10 V  (min =  +0.00 V, max =  +4.48 V)
    fan1:        1312 RPM  (min =    0 RPM)
    fan2:           0 RPM  (min =    0 RPM)
    fan3:           0 RPM  (min =    0 RPM)
    fan4:           0 RPM  (min =    0 RPM)
    temp1:        +38.5°C  (low  =  +5.0°C, high = +65.0°C)
                           (crit = +70.0°C, hyst = +66.0°C)
    M/B Temp:     +39.8°C  (low  =  +5.0°C, high = +65.0°C)
                           (crit = +70.0°C, hyst = +66.0°C)
    temp3:        +42.2°C  (low  =  +5.0°C, high = +65.0°C)
                           (crit = +70.0°C, hyst = +66.0°C)

coretemp-isa-0000
Adapter: ISA adapter
Core 0:       +59.0°C  (high = +74.0°C, crit = +100.0°C)
Core 1:       +55.0°C  (high = +74.0°C, crit = +100.0°C)
Core 2:       +55.0°C  (high = +74.0°C, crit = +100.0°C)
Core 3:       +57.0°C  (high = +74.0°C, crit = +100.0°C)

radeon-pci-0100
Adapter: PCI adapter
temp1:        +60.5°C

现在没有显示 adt7490-i2c-0-2e 芯片。

在重新安装 Ubuntu 之前,我更新了 BIOS 以解决我的 DP45SG Intel 主板上的金士顿 1666Mhz 内存模块的问题。

我已检查 BIOS 中的硬件监控健康信息,所有温度、风扇速度和电压均显示正常。

BIOS 版本:SGP4510H.76A.0125.2010.0121.1927

答案1

我添加了/etc/modules一行:

i2c_i801

重新启动kmod

sudo service kmod restart

现在它正在工作!

相关内容