# lm-sensors 3 configuration file for the Asus P4P800-X motherboard # 2011-01-17, Jean Delvare # Comments welcome! chip "w83627thf-*" ### Voltages # in4 seems to be wired but I don't know to what label in0 "Vcore" label in1 "+12V" label in2 "+3.3V" label in3 "+5V" label in7 "5VSB" label in8 "Vbat" # Note that you lose the VID reading if you override the CPU Vcore # setting in the BIOS. Also worth noting is that I get a Vcore of # 1.6V while the VID value, and the nominal Vcore for my CPU, is # 1.525V. Even if I force the Vcore to 1.525V in the BIOS, I still # get 1.6V. Very odd. # Also note that the VID reading will disappear if you force the VID # value in the BIOS - presumably because the pins are then used for # output rather than input. label cpu0_vid "CPU VID" # Voltage scaling guessed from BIOS values compute in1 @ * 4, @ / 4 # Internal resistors compute in3 @ * (1 + 34/51), @ / (1 + 34/51) compute in7 @ * (1 + 34/51), @ / (1 + 34/51) set in0_min cpu0_vid * 0.95 set in0_max cpu0_vid * 1.05 set in1_min 12.0 * 0.95 set in1_max 12.0 * 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.90 set in8_max 3.0 * 1.15 # I have no idea what in4 is, but it should not trigger alarms set in4_min 2.5 set in4_max 3.5 ### Fans label fan1 "Case Fan" label fan2 "CPU Fan" ignore fan3 set fan1_div 8 set fan1_min 1000 set fan2_div 4 set fan2_min 2000 set fan3_min 0 # Clear alarm ### Temperatures label temp1 "M/B Temp" label temp2 "CPU Temp" ignore temp3 set temp1_max 45 set temp1_max_hyst 43 set temp2_max 60 set temp2_max_hyst 57