sábado, 14 de dezembro de 2013

Habilitando monitoração de temperatura no it87

Graças ao patch desse link, habilitei o suporte ao chip de temperatura it 8603 no módulo it87

http://khali.linux-fr.org/devel/lm-sensors/drivers/it87/it87.c

it8603-isa-0290
Adapter: ISA adapter
in0:          +0.97 V  (min =  +1.91 V, max =  +1.78 V)  ALARM
in1:          +1.50 V  (min =  +0.64 V, max =  +1.07 V)  ALARM
in2:          +2.02 V  (min =  +2.84 V, max =  +0.68 V)  ALARM
in3:          +2.03 V  (min =  +2.47 V, max =  +2.42 V)  ALARM
in4:          +1.19 V  (min =  +0.08 V, max =  +2.10 V)
3VSB:         +3.31 V  (min =  +1.68 V, max =  +1.61 V)  ALARM
Vbat:         +3.22 V
+3.3V:        +3.31 V
fan1:        2732 RPM  (min =  200 RPM)
fan2:        1642 RPM  (min =  600 RPM)
temp1:        +39.0°C  (low  = -75.0°C, high =  -8.0°C)  ALARM  sensor = thermistor
temp2:        +37.0°C  (low  = +73.0°C, high = +31.0°C)  ALARM  sensor = thermistor
temp3:       -128.0°C  (low  = -101.0°C, high = -41.0°C)  sensor = thermistor
intrusion0:  OK


O negócio agora é acertar os thresholds

:)

EDIT 19/01/2014:

Renomeei os labels do Vcore / CPU Temp / MB Temp e outros no arquivo de configuração do Sensors:

chip "it87-*" "it8712-*" "it8716-*" "it8718-*" "it8720-*" "it8603-isa-0290"

    label in0 "Vcore"
    label in8 "Vbat"
    label temp1 "CPU Temp"
    label temp2 "M/B Temp"
    label fan1 "CPU Fan"
    label fan2 "M/B Fan"

    ignore temp3


Agora ele mostra assim:

bash-4.2$ sensors
k10temp-pci-00c3
Adapter: PCI adapter
temp1:         +5.2°C  (high = +70.0°C)
                       (crit = +70.0°C, hyst = +69.0°C)

it8603-isa-0290
Adapter: ISA adapter
Vcore:        +0.88 V  (min =  +1.91 V, max =  +1.78 V)  ALARM
in1:          +1.50 V  (min =  +0.64 V, max =  +1.12 V)  ALARM
in2:          +2.00 V  (min =  +1.31 V, max =  +0.59 V)  ALARM
in3:          +2.04 V  (min =  +2.47 V, max =  +2.42 V)  ALARM
in4:          +1.19 V  (min =  +0.08 V, max =  +2.00 V)
3VSB:         +3.31 V  (min =  +1.87 V, max =  +1.61 V)  ALARM
Vbat:         +3.22 V  
+3.3V:        +3.31 V  
CPU Fan:     3026 RPM  (min =  200 RPM)
M/B Fan:     1819 RPM  (min =  600 RPM)
CPU Temp:     +38.0°C  (low  = -75.0°C, high = -72.0°C)  ALARM  sensor = thermistor
M/B Temp:     +39.0°C  (low  = +75.0°C, high = +31.0°C)  ALARM  sensor = thermistor
intrusion0:  OK


E sim, o chipset da minha Mobo está mais quente que o proc em si (em idle, obviamente)

Nenhum comentário:

Postar um comentário