# Manufactor: ASUS # Model: A7V # By: 2002-06-10, Christian Hammers # Module: w83781d i2c-proc i2c-viapro i2c-core # Version: sensors version 2.6.3 # Remarks: incomplete! # > as99127f-i2c-0-2d # > Adapter: SMBus Via Pro adapter at e800 # > Algorithm: Non-I2C SMBus adapter # > VCore 1: +1.85 V (min = +1.85 V, max = +2.04 V) ALARM # > VCore 2: +0.09 V (min = +1.85 V, max = +2.04 V) ALARM # > +3.3V: +3.44 V (min = +3.13 V, max = +3.45 V) # > +5V: +5.02 V (min = +4.72 V, max = +5.24 V) # > +12V: +12.27 V (min = +10.79 V, max = +13.19 V) # > -12V: -13.83 V (min = -13.19 V, max = -10.73 V) ALARM # > -5V: -4.47 V (min = -5.24 V, max = -4.74 V) ALARM # > CPU Fan: 4470 RPM (min = 3000 RPM, div = 2) # > temp1: +31°C (limit = +60°C, hysteresis = +50°C) # > temp2: +45.6°C (limit = +67°C, hysteresis = +60°C) # > vid: +1.950 V # > alarms: # > beep_enable: # > Sound alarm enabled chip "as99127f-*" # Same as above for w83782d except that in5 and in6 negative voltages # are computed as in the w83781d. # Asus won't release a datasheet so this is guesswork. # New in5 and temp2 calculations courtesy Guntram Blohm. label in0 "VCore" ignore in1 label in2 "+3.3V" label in3 "+5V" label in4 "+12V" label in5 "-12V" label in6 "-5V" ignore fan1 label fan2 "CPU Fan" ignore fan3 label temp1 "MB Temp" label temp2 "CPU Temp" ignore temp3 ignore vid 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 temp2 (@*30/43)+25, (@-25)*43/30 set fan2_min 2800 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.10 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