# lm_sensors configuration file for the Asus M2N32-SLI motherboard # 2006-08-29, Jean Delvare # Thanks to Olivier Nicolas for his help. # Comments welcome! chip "it8716-*" ### Voltages label in0 "Vcore" ignore in1 label in2 "+3.3V" label in3 "+5V" label in4 "+12V" ignore in5 # Maybe wired, but to what? ignore in6 label in7 "5VSB" # Not in BIOS label in8 "Vbat" # Not in BIOS ignore vid # Doesn't work on this board # Vcore, +3.3V and Vbat are connected directly, so no compute # line is needed for these. For +5V, +12V and 5VSB, the default # resistors seem to have been used. compute in3 @ * (6.8/10+1), @ / (6.8/10+1) compute in4 @ * ( 30/10+1), @ / ( 30/10+1) compute in7 @ * (6.8/10+1), @ / (6.8/10+1) # The BIOS won't set any limit for voltages. # Adjust depending on your CPU set in0_min 1.10 * 0.95 set in0_max 1.40 * 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 set in7_min 5 * 0.95 set in7_max 5 * 1.05 ### Temperatures label temp1 "CPU Temp" label temp2 "M/B Temp" label temp3 "M/B Temp" set temp1_low 10 set temp1_over 60 set temp2_low 10 set temp2_over 50 set temp3_low 10 set temp3_over 80 ### Fans label fan1 "CPU Fan" ignore fan2 # No case fan ignore fan3 # No case fan # Adjust for your own fan set fan1_min 1200 ### Integrated CPU sensors chip "k8temp-*" label temp1 "Core0 T" label temp3 "Core1 T"