当我用Ubuntu配置任何机器时,我会设置lm-传感器来工作。我安装了Ubuntu14.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现在它没有显示not 7490-i2c-0-2e芯片。
在重新安装Ubuntu之前,我更新了BIOS以解决我的DP45SG英特尔主板上的金斯敦1666Mhz内存模块的问题。
我已经检查过,在BIOS中的硬件监控健康信息中,所有的温度、风扇速度和电压都在正常显示。
BIOS版本:BIOS 4510H.76A.0125.2010.0121.1927
发布于 2014-07-13 16:06:24
我在/etc/modules中添加了一个新行:
i2c_i801重新启动kmod:
sudo service kmod restart现在起作用了!
https://askubuntu.com/questions/497208
复制相似问题