# lm_sensors 3 configuration file for the MSI K9 Neo v3 (MS-7369) motherboard # 2008-12-05, Jean Delvare # Feedback welcome! chip "w83627dhg-isa-0a10" ### Voltages label in0 "VCore" ignore in1 # Not in BIOS label in2 "AVCC" label in3 "3VCC" label in4 "5VSB" label in5 "+5V" label in6 "+12V" label in7 "3VSB" label in8 "VBat" compute in4 @*(1+(200/47)), @/(1+(200/47)) compute in5 @*(1+(200/47)), @/(1+(200/47)) compute in6 @*(1+(200/20)), @/(1+(200/20)) set in0_min 1.0 * 0.95 set in0_max 1.4 * 1.05 set in2_min 3.3 * 0.95 set in2_max 3.3 * 1.05 set in3_min 3.3 * 0.95 set in3_max 3.3 * 1.05 set in4_min 5.0 * 0.95 set in4_max 5.0 * 1.05 set in5_min 5.0 * 0.95 set in5_max 5.0 * 1.05 set in6_min 12.0 * 0.95 set in6_max 12.0 * 1.05 set in7_min 3.3 * 0.95 set in7_max 3.3 * 1.05 set in8_min 3.0 * 0.90 set in8_max 3.3 * 1.05 ### Fans label fan2 "CPU Fan" # There are also two "system" fans in the BIOS, meaning that the # remaining two inputs can be ignored, but I don't know which these # are. set fan2_min 1600 ### Temperatures label temp1 "Sys Temp" label temp3 "CPU Temp" label temp2 "CPU Temp" # Jonas Fischer found that either temp2 or temp3 will be the CPU # temperature, depending on the CPU model. For an AMD Sempron LE-1250, # temp2 was used, while for other Athlon CPU models, temp3 was used. So, # depending on your CPU model, you'll want to ignore either temp2 or # temp3. #ignore temp2 #ignore temp3 set temp1_max 60 set temp1_max_hyst 56 set temp3_max 60 set temp3_max_hyst 56