It's just a configuration for sensors of this motherboard (since lm_sensors website is long gone and I never find anything about the sensors for this motherboard). After reading a lot of stuff, I think I figure out to be more readable. Pay attention to some ignored values since some of them is just because I don't have it enabled/present (like case fan, intrusion, etc). Don't mind the way i've formated, blogger doesn't let me use damn tabs (it's on my github).
sensors3.conf:
chip "nct6779-isa-0290"
label in0 "VCore"
set in0_min 0.75
set in0_max 1.35
label in1 "+12V"
compute in1 @ * 12, @ / 12
set in1_min 12 * 0.95
set in1_max 12 * 1.05
label in2 "AVCC"
set in2_min 3.3 * 0.95
set in2_max 3.3 * 1.05
label in3 "+3.3V"
set in3_min 3.3 * 0.95
set in3_max 3.3 * 1.05
label in4 "+5V"
compute in4 @ * 5, @ / 5
set in4_min 5 * 0.95
set in4_max 5 * 1.05
ignore in5
ignore in6
label in7 "3VSB"
set in7_min 3.3 * 0.95
set in7_max 3.3 * 1.05
label in8 "VBat"
set in8_min 3.3 * 0.95
set in8_max 3.3 * 1.05
label in9 "VTT"
set in9_min 1.020
set in9_max 1.080
ignore in10
ignore in11
ignore in12
ignore in13
ignore in14
ignore fan1 # Not Present
label fan2 "CPU Fan"
set fan2_min 500
ignore fan3 # Not Present
ignore fan5 # Not Present
ignore intrusion0 # Not Enabled
ignore intrusion1 # Not Enabled
ignore beep_enable # Not Enabled
chip "acpitz-virtual-0"
ignore temp1 # Wrong Values
ignore temp2 # Wrong Values
The result:
coretemp-isa-0000
Adapter: ISA adapter
Package id 0: +42.0°C (high = +85.0°C, crit = +105.0°C)
Core 0: +42.0°C (high = +85.0°C, crit = +105.0°C)
Core 1: +41.0°C (high = +85.0°C, crit = +105.0°C)
Core 2: +40.0°C (high = +85.0°C, crit = +105.0°C)
Core 3: +33.0°C (high = +85.0°C, crit = +105.0°C)
acpitz-virtual-0
Adapter: Virtual device
nct6779-isa-0290
Adapter: ISA adapter
VCore: +1.03 V (min = +0.75 V, max = +1.35 V)
+12V: +12.19 V (min = +11.42 V, max = +12.58 V)
AVCC: +3.44 V (min = +3.14 V, max = +3.47 V)
+3.3V: +3.44 V (min = +3.14 V, max = +3.47 V)
+5V: +4.96 V (min = +4.76 V, max = +5.24 V)
3VSB: +3.44 V (min = +3.14 V, max = +3.47 V)
VBat: +3.34 V (min = +3.14 V, max = +3.47 V)
VTT: +1.05 V (min = +1.02 V, max = +1.08 V)
CPU Fan: 2216 RPM (min = 500 RPM)
SYSTIN: +119.0°C (high = +0.0°C, hyst = +0.0°C) sensor = thermistor
CPUTIN: +36.0°C (high = +80.0°C, hyst = +75.0°C) sensor = thermistor
AUXTIN0: +36.0°C (high = +0.0°C, hyst = +0.0°C) ALARM sensor = thermistor
AUXTIN1: +111.0°C sensor = thermistor
AUXTIN2: +110.0°C sensor = thermistor
AUXTIN3: +27.0°C sensor = thermal diode
PECI Agent 0: +33.0°C
PCH_CHIP_CPU_MAX_TEMP: +0.0°C
PCH_CHIP_TEMP: +0.0°C
PCH_CPU_TEMP: +0.0°C
Adapter: ISA adapter
Package id 0: +42.0°C (high = +85.0°C, crit = +105.0°C)
Core 0: +42.0°C (high = +85.0°C, crit = +105.0°C)
Core 1: +41.0°C (high = +85.0°C, crit = +105.0°C)
Core 2: +40.0°C (high = +85.0°C, crit = +105.0°C)
Core 3: +33.0°C (high = +85.0°C, crit = +105.0°C)
acpitz-virtual-0
Adapter: Virtual device
nct6779-isa-0290
Adapter: ISA adapter
VCore: +1.03 V (min = +0.75 V, max = +1.35 V)
+12V: +12.19 V (min = +11.42 V, max = +12.58 V)
AVCC: +3.44 V (min = +3.14 V, max = +3.47 V)
+3.3V: +3.44 V (min = +3.14 V, max = +3.47 V)
+5V: +4.96 V (min = +4.76 V, max = +5.24 V)
3VSB: +3.44 V (min = +3.14 V, max = +3.47 V)
VBat: +3.34 V (min = +3.14 V, max = +3.47 V)
VTT: +1.05 V (min = +1.02 V, max = +1.08 V)
CPU Fan: 2216 RPM (min = 500 RPM)
SYSTIN: +119.0°C (high = +0.0°C, hyst = +0.0°C) sensor = thermistor
CPUTIN: +36.0°C (high = +80.0°C, hyst = +75.0°C) sensor = thermistor
AUXTIN0: +36.0°C (high = +0.0°C, hyst = +0.0°C) ALARM sensor = thermistor
AUXTIN1: +111.0°C sensor = thermistor
AUXTIN2: +110.0°C sensor = thermistor
AUXTIN3: +27.0°C sensor = thermal diode
PECI Agent 0: +33.0°C
PCH_CHIP_CPU_MAX_TEMP: +0.0°C
PCH_CHIP_TEMP: +0.0°C
PCH_CPU_TEMP: +0.0°C
No comments:
Post a Comment