# lm_sensors configuration file for the Asus A8N-SLI motherboard # ACPI marks this board as "A8N-SLI-B" # 2007-01-07, Mauro Carvalho Chehab chip "it8712-*" ### Voltages # VID pins appear not to be wired ignore vid # Most AMD 64 with 939 pins go up to 1.35 V at Vcore (non-overclocked) # There are a few slow ones with 1.1V or 1.2V. The fastest cores use # 1.5V, acording with: # http://users.erols.com/chare/elec.htm label in0 "VCore" set in0_min 1.1 * 0.95 set in0_max 1.35 * 1.05 # Wired to ground ignore in1 label in2 "+3.3V" set in2_min 3.3 * 0.95 set in2_max 3.3 * 1.05 label in3 "+5V" compute in3 @ * (6.8/10+1), @ / (6.8/10+1) set in3_min 5.0 * 0.95 set in3_max 5.0 * 1.05 label in4 "+12V" compute in4 @ * (30/10+1), @ / (30/10+1) set in4_min 12.0 * 0.95 set in4_max 12.0 * 1.05 # Not in BIOS, guessed, might be wrong label in5 "-12V" compute in5 -(240/60) * @ , -@ / (240/60) set in5_min -12.0 * 0.95 set in5_max -12.0 * 1.05 # Wired to ground ignore in6 # Not in BIOS, guessed, might be wrong label in7 "Stdby" compute in7 @ * (6.8/10+1), @ / (6.8/10+1) set in7_min 5.0 * 0.95 set in7_max 5.0 * 1.05 # Not in BIOS, guessed, most certainly correct label in8 "VBat" ### Temperatures label temp1 "M/B Temp" set temp1_over 50 set temp1_low 15 # The max acceptable temperature for AMD 939 CPU is 63 degrees Celsus # for the worse case (San Diego, FX-55 and other cores), according with: # http://users.erols.com/chare/elec.htm label temp2 "CPU Temp" set temp2_over 63 set temp2_low 15 # Probably not used ignore temp3 ### Fans label fan1 "CPU Fan" set fan1_min 3500 label fan2 "Chassis Fan" label fan3 "Chip Fan" set fan3_min 3500