# Manufactor: ASUS # Model: P4PE # By: 2005-10-20, Christian Hammers # Module: asb100 i2c_dev eeprom i2c_sensor i2c_core # Version: sensors version 2.9.1 on kernel 2.6.8. # #> root@netflow:/etc# sensors #> eeprom-i2c-0-52 #> Adapter: SMBus I801 adapter at e800 #> Memory type: DDR SDRAM DIMM #> Memory size (MB): 512 #> #> eeprom-i2c-0-50 #> Adapter: SMBus I801 adapter at e800 #> Memory type: DDR SDRAM DIMM #> Memory size (MB): 512 #> #> asb100-i2c-0-2d #> Adapter: SMBus I801 adapter at e800 #> VCore 1: +1.62 V (min = +1.30 V, max = +1.76 V) #> +3.3V: +3.38 V (min = +3.14 V, max = +3.47 V) #> +5V: +5.11 V (min = +4.76 V, max = +5.24 V) #> +12V: +11.00 V (min = +10.82 V, max = +13.19 V) #> -12V: -11.56 V (min = -0.00 V, max = -0.00 V) #> -5V: -4.96 V (min = -0.00 V, max = -0.00 V) #> CPU Fan: 2636 RPM (min = 1997 RPM, div = 4) #> M/B Temp: +34°C (high = +45°C, hyst = +40°C) #> CPU Temp: +49°C (high = +60°C, hyst = +50°C) #> vid: +1.525 V (VRM Version 9.0) #> alarms: chip "asb100-*" set vrm 9.0 label in0 "VCore 1" set in0_min vid * 0.85 set in0_max vid * 1.15 label in1 "VCore 2" ignore in1 set in1_min vid * 0.85 set in1_max vid * 1.15 label in2 "+3.3V" set in2_min 3.3 * 0.95 set in2_max 3.3 * 1.05 label in3 "+5V" compute in3 1.68 * @ , @ / 1.68 set in3_min 5.0 * 0.95 set in3_max 5.0 * 1.05 label in4 "+12V" compute in4 3.8 * @ , @ / 3.8 set in4_min 12 * 0.90 set in4_max 12 * 1.10 label in5 "-12V" #ignore in5 compute in5 -@ * 3.97 , -@ / 3.97 set in5_max -12 * 0.90 set in5_min -12 * 1.10 label in6 "-5V" #ignore in6 compute in6 -@ * 1.666 , -@ / 1.666 set in6_max -5 * 0.95 set in6_min -5 * 1.05 label temp1 "M/B Temp" set temp1_over 45 set temp1_hyst 40 # CPU Temp (Intel) label temp2 "CPU Temp" set temp2_over 60 set temp2_hyst 50 # PWRTMP connector on P4S333, for external sensor ignore temp3 # label temp3 "Power Temp" # ignore temp3 # set temp3_over 45 # set temp3_hyst 40 # Used for Athlon diode, ignore for P4S333 ignore temp4 # label temp4 "CPU Temp (AMD)" # set temp4_over 60 # set temp4_hyst 50 # ignore temp4 label fan1 "CPU Fan" set fan1_div 4 set fan1_min 2000 ignore fan2 # label fan2 "Chassis Fan" # set fan2_div 2 # set fan2_min 4000 ignore fan3 # label fan3 "Power Fan" # set fan3_div 2 # set fan3_min 4000