# lm_sensors configuration file for the Asus A8V Deluxe motherboard # 2008-01-14, Jean Delvare # Comments welcome! 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 "CPU Fan" # The system and power fans might be swapped, I'm not completely sure label fan2 "Sys Fan" label fan3 "Pwr Fan" set fan1_div 8 set fan1_min 1000 set fan3_div 8 set fan3_min 1200 ignore fan2 ### Temperatures label temp1 "M/B Temp" label temp2 "CPU Temp" ignore temp3 set temp1_over 50 set temp1_hyst 47 set temp2_over 60 set temp2_hyst 57