ASUS A7V880 sensors

If you have an ASUS A7V880 motherboard and you need a correct/etc/sensors.conf to have your sensors working correctly use the following.
I recommend that you first run sensors-detect and follow the instructions that you are given.

/etc/sensors.conf

# ASUS A7V880 sensors.conf
chip "it87-*" "it8712-*"

label in0 "VCore 1"
# no Vcore 2
ignore in1
label in2 "+3.3V"
label in3 "+5V"
label in4 "+12V"
# broken -12V
ignore in5
# broken -5V
ignore in6
label in7 "Stdby"
label in8 "VBat"

set in0_min 1.65 * 0.95
set in0_max 1.65 * 1.05
set in2_min 3.3 * 0.95
set in2_max 3.3 * 1.05
set in3_min 5.0 * 0.95
set in3_max 5.0 * 1.05
set in4_min 12 * 0.95
set in4_max 12 * 1.05
set in7_min 5 * 0.95
set in7_max 5 * 1.05
#the chip does not support in8 min/max

#vid is not monitored by IT8705F
#and is not supported by driver at this time
#ignore vid
compute in0 -0.07+@ , @+0.07
# compute in2 -0.05+@ , @+0.05 # it doesn't seem to be right
compute in3 ((7.1/10)+1)*@ , @/((7.1/10)+1)
# compute in4 ((29.4/10) +1)*@ , @/((29.4/10) +1) # gives bad results
compute in4 ((28.2/10) +1)*@ , @/((28.2/10) +1)
# compute in7 ((2.3/10)+1)*@ , @/((2.3/10)+1) # so does this
compute in7 ((6.8/10)+1)*@ , @/((6.8/10)+1)

# sensors are thermistors
set sensor1 2
set sensor2 2
label temp1 "CPU Temp"
set temp1_over 75
set temp1_low 15
label temp2 "M/B Temp"
set temp2_over 60
set temp2_low 15
# no temp3 sensor
ignore temp3
label fan1 "CPU Fan"
set fan1_min 600
label fan2 "Chassis Fan"
set fan2_min 600
# no fan 3
ignore fan3

All of the above have been found in the Internet (if someone thinks I copied from him, just tell me so to refer to him). I' ve tested them in SuSE 9.2 and 9.3 and worked fine.

ipapadop |at| inf |dot| uth |dot| gr