# 2010-11-6 D. Kaliberda <dkaliberda.ua@xxxxxxxxx>
# Comments welcome!
chip "k10temp-*"
label temp1 "AM10 Core"
chip "it8720-*"
### Voltages
label in0 "Vcore"
label in1 "Vram" # "DDR2" in BIOS
label in2 "+3.3V"
label in3 "+5V" # Not in BIOS
label in4 "+12V"
ignore in5
ignore in6
label in7 "+5V_SNB"
label in8 "Vbat" # Not in BIOS
ignore cpu0_vid
# Vcore, Vram, +3.3V and Vbat are connected directly, so no compute
# line is needed for these. For +5V the chip is configured to use
# internal scaling. For +12V, compute values derived from
# comparison of BIOS values and raw readings from lm sensors.
compute in3 @ * (6.8/10+1), @ / (6.8/10+1)
compute in4 @ * (100/33.3+1), @ / (100/33.3+1)
compute in5 -@ * (240/41), -@ / (240/41)
compute in6 -@ * (100/81), -@ / (100/81)
compute in7 @ * ( 36/22+0), @ / ( 36/22+0)
# The BIOS won't set any limit for voltages.
set in0_min 0.8
set in0_max 1.5
set in1_min 1.6 * 0.95
set in1_max 1.6 * 1.05
set in2_min 3.3 * 0.95
set in2_max 3.3 * 1.05
set in3_min 5 * 0.95
set in3_max 5 * 1.05
set in4_min 12 * 0.95
set in4_max 12 * 1.05
### Temperatures
label temp1 "CPU Temp"
label temp2 "MB Temp"
label temp3 "NBr Temp"
set temp1_min 10
set temp1_max 60
set temp2_min 10
set temp2_max 50
set temp3_min 10
set temp3_max 50
### Fans
label fan1 "CPU Fan"
label fan2 "SYS Fan"
ignore fan3
ignore fan4
# Adjust for your own fans
set fan1_min 1000
set fan2_min 1000
_______________________________________________ lm-sensors mailing list lm-sensors@xxxxxxxxxxxxxx http://lists.lm-sensors.org/mailman/listinfo/lm-sensors