# lm_sensors configuration file for the Asus A7V133 and A7V133-C motherboards # 2006-12-25, Jean Delvare # Comments welcome! chip "as99127f-*" ### Voltages label in0 "Vcore" ignore in1 label in2 "+3.3V" label in3 "+5V" label in4 "+12V" label in5 "-12V" label in6 "-5V" # The BIOS displays a Vcore value 0.05V lower than we do, either # Asus is cheating in the BIOS, or Vcore is actually bumped after boot. compute in3 ((6.8/10)+1) * @, @ / ((6.8/10)+1) compute in4 ((28/10)+1) * @, @ / ((28/10)+1) # For in5 (-12V) the BIOS displays a value which doesn't match our # default formula. However, the limits (either the chip's default, or # those set by the BIOS, I don't know) are perfectly symmetrical # when using our default formula. So I just don't know which one is # correct. I use the default one because it makes -12V look better for # me, but I'm leaving the other one commented out if you want the same # value as the BIOS displays. compute in5 -(240/60.4) * @, -@ / (240/60.4) # compute in5 -(242/60) * @, -@ / (242/60) compute in6 -(90.9/60.4) * @, -@ / (90.9/60.4) # There are default limits set for all used voltage inputs, but they # are really loose, I want stricter ones. set vrm 9.0 set in0_min vid - 0.10 set in0_max vid + 0.10 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.95 set in4_max 12 * 1.05 set in5_max -12 * 0.90 set in5_min -12 * 1.10 set in6_max -5 * 0.90 set in6_min -5 * 1.10 ### Fans # There is a fourth 3-pin fan header on the board (F_FAN) but the # AS99127F can only monitor 3 fans. label fan1 "Cha Fan" label fan2 "CPU Fan" label fan3 "Pwr Fan" set fan1_div 4 set fan1_min 1800 set fan2_div 4 set fan2_min 1800 ignore fan3 ### Temperatures label temp1 "M/B Temp" label temp2 "CPU Temp" # This motherboard has a header to connect an external thermal sensor label temp3 "Aux Temp" ignore temp3 set temp1_over 42 set temp1_hyst 40 set temp2_over 60 set temp2_hyst 56 ### Misc # I don't want to see these in the output of "sensors" ignore alarms ignore beep_enabled