chip "it8716-*" # Voltages label in0 "VCore" ignore in1 #"VDDR" # Allways 0V label in2 "+3.3V" # 3.3 V is monitored by adt7475 too label in3 "+5V" # VCC label in4 "+12V" label in5 "VDDR" # VDDR? (~1.83V) ignore in6 # Allways 0V label in7 "5VSB" # Not in BIOS label in8 "VBat" # Not in BIOS # Vcore, VDDR, 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. # Those formulae are from http://www.lm-sensors.org/wiki/Configurations/Asus/M2N-SLI%20Deluxe # compute in3 ((6.8/10)+1)*@ , @/((6.8/10)+1) # compute in4 ((30/10)+1)*@ , @/((30/10)+1) # compute in5 (84*@)/50, (@/84)*50 # Those formulae are from ACPI disassembly. The results are similare compute in3 (84*@)/50, (@/84)*50 compute in4 (40*@)/10, (@/40)*10 compute in5 @/2, @*2 compute in7 ((6.8/10)+1)*@, @/((6.8/10)+1) # The BIOS won't set any limit for voltages. # CPU is an Athlon X2 BE-2350, with Cool'n'Quiet activated so the rather wide range of Voltage set in0_min 1.05 * 0.95 set in0_max 1.25 * 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 # Not sure. temp1 always reads close to what k8temp reports for Core0, # and to what the BIOS reports as the CPU temperature. temp2 is between # temp1 and temp3; it is close to what the BIOS reports as the motherboard # temperature. temp3 always reads approximate ambient temperature. label temp1 "CPU Temp" label temp2 "MB Temp" label temp3 "Chassis Temp" # Fans label fan1 "CPU Fan" label fan2 "Chassis Fan 1" label fan3 "Chassis Fan 2" # QFAN is on in BIOS, fan1 is a 4 pin fan, but fan2 and fan3 are 3 pin fans # and only show when RPM is above 1000. set fan1_min 1200 set fan2_min 300 set fan3_min 300 chip "adt7475-*" # Note: this section depends on some further hacks I have made to # Jordan Crouse's driver # Voltages ignore in1 label in2 "+3.3V" # Temperatures # temp1 and temp3 don't appear to be hooked up; temp2 is on board the # adt7475 chip itself. ignore temp1 label temp2 "ADT7475 Temp" ignore temp3 # Fans label fan1 "Chassis Fan 3" label fan2 "Chassis Fan 4" label fan3 "Power Supply Fan" # Only one in BIOS label fan4 "Chassis Fan 5" # fan3 is take from ACPI dissasembly # other fan are simply numbered in order, I never saw anything but 0 RPM # for these. According to MB manual there aren't even connected # Ignore fans you don't have set fan3_min 600 chip "k8temp-*" label temp1 "core0 temp0" label temp2 "core0 temp1" label temp3 "core1 temp0" label temp4 "core1 temp1" # 21°C offset taken from message on lm_sensors list # not sure if it is correct or if CPU is boggus, but # temps are similar to others probes temp. compute temp1 (@+21), (@-21) compute temp2 (@+21), (@-21) compute temp3 (@+21), (@-21) compute temp4 (@+21), (@-21)