# Manufactor: ASUS # Model: A7N8X-X # By: 2003-12-13, Christian Hammers # Modules: w83781d i2c-proc i2c-nforce2 i2c-core # Version: sensors version 2.8.1 # Remarks: - # # lspci # 00:01.0 ISA bridge: nVidia Corporation nForce2 ISA Bridge (rev a4) # 00:01.1 SMBus: nVidia Corporation nForce2 SMBus (MCP) (rev a2) # 00:08.0 PCI bridge: nVidia Corporation nForce2 External PCI Bridge (rev a3) # # sensors # as99127f-i2c-2-2d # Adapter: SMBus nForce2 adapter at 5500 # Algorithm: Non-I2C SMBus adapter # VCore 2: +1.66 V (min = +1.57 V, max = +1.73 V) # +3.3V: +3.38 V (min = +3.14 V, max = +3.46 V) # +5V: +4.97 V (min = +4.74 V, max = +5.24 V) # +12V: +11.63 V (min = +10.83 V, max = +13.19 V) # -12V: -12.08 V (min = -0.00 V, max = -0.00 V) # -5V: -4.58 V (min = -0.00 V, max = -0.00 V) # CPU Fan: 2265 RPM (min = 1500 RPM, div = 2) # P/S Fan: 1795 RPM (min = 1500 RPM, div = 2) # CPU Temp: +36°C (limit = +60°C) # M/B Temp: +24.4°C (limit = +120°C, hysteresis = +100°C) # vid: +1.650 V # alarms: # beep_enable: # Sound alarm enabled # chip "as99127f-*" label in0 "VCore 1" ignore in0 # reported sometimes bogus values label in1 "VCore 2" label in2 "+3.3V" label in3 "+5V" label in4 "+12V" label in5 "-12V" label in6 "-5V" label fan1 "CPU Fan" label fan2 "P/S Fan" ignore fan3 label temp1 "CPU Temp" label temp2 "M/B Temp" ignore temp3 compute in3 ((6.8/10)+1)*@ , @/((6.8/10)+1) compute in4 ((28/10)+1)*@ , @/((28/10)+1) compute in5 -(240/60.4)*@ , -@/(240/60.4) compute in6 -(90.9/60.4)*@ , -@/(90.9/60.4) compute fan1 @/2.0, @/2.0 compute fan2 @/2.0, @/2.0 compute temp2 @*2.0, @/2.0 set in0_min vid*0.95 set in0_max vid*1.05 set in1_min vid*0.95 set in1_max vid*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 in4_min 12 * 0.90 set in4_max 12 * 1.10 set in5_max -12 * 0.90 set in5_min -12 * 1.10 set in6_max -5 * 0.95 set in6_min -5 * 1.05