# lm_sensors 3 configuration file for the Asus A8V motherboard # 2010-05-02, Marco Barcella # Based on the Asus A8V Deluxe configuration file by Jean Delvare. chip "w83627thf-*" ### Voltages label in0 "VCore" label in1 "+12V" label in2 "+3.3V" label in3 "+5V" ignore in4 label in7 "V5SB" label in8 "VBat" # These compute statements result in the same +5V and +12V values as # the BIOS displays compute in1 ((30/10)+1) * @, @ / ((30/10)+1) compute in3 ((6.8/10)+1) * @, @ / ((6.8/10)+1) compute in7 ((6.8/10)+1) * @, @ / ((6.8/10)+1) # We can't use vid here because its value changes dynamically set in0_min 1.100 * 0.95 set in0_max 1.475 * 1.05 set in1_min 12 * 0.95 set in1_max 12 * 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 in7_min 5.0 * 0.90 set in7_max 5.0 * 1.10 set in8_min 3.0 * 0.80 set in8_max 3.0 * 1.20 ### Fans label fan1 "Sys Fan" label fan2 "CPU Fan" label fan3 "Pwr Fan" set fan1_min 700 set fan2_min 700 set fan3_min 400 ### Temperatures label temp1 "M/B Temp" label temp2 "CPU Temp" ignore temp3 set temp1_max 40 set temp1_max_hyst 37 set temp2_max 62 set temp2_max_hyst 57