Adicionei a /etc/modules
uma nova linha:
i2c_i801
reiniciado kmod
:
sudo service kmod restart
E agora está funcionando!
Quando eu configuro qualquer máquina com Ubuntu, eu configuro sensores de lm para funcionar. Eu instalei o Ubuntu 14.04 e configurei os sensores como a página oficial diz (É assim que eu faço todos os tempo).
Bem, antes de instalar o 14.04 em 12.04, eu obteria todos esses dados:
/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
Agora não está mostrando o chip adt7490-i2c-0-2e.
Antes de reinstalar o Ubuntu, atualizei o BIOS para resolver um problema com os módulos de memória kingston 1666Mhz que minha placa-mãe Intel DP45SG possui.
Eu verifiquei no Hardware Monitoring Health Information no BIOS, todas as temperaturas, velocidade do ventilador e voltagens estão aparecendo normalmente.
BIOS VERSION: SGP4510H.76A.0125.2010.0121.1927
Adicionei a /etc/modules
uma nova linha:
i2c_i801
reiniciado kmod
:
sudo service kmod restart
E agora está funcionando!