# lm-sensors 3 configuration file for the Asus P4P800-X motherboard # 2008-04-10, Jean Delvare # Comments welcome! chip "w83627thf-*" ### Voltages # in4 and in7 seem to be wired but I don't know to what label in0 "Vcore" label in1 "+12V" label in2 "+3.3V" label in3 "+5V" ignore in8 # 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. label cpu0_vid "CPU VID" # Voltage scaling guessed from BIOS values compute in1 @ * 4, @ / 4 compute in3 @ * 1.68, @ / 1.68 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 ### 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