# lm_sensors configuration file for the MSI K8MM3-V motherboard # 2007-01-04, Dave Platt chip "w83627ehf-*" ### Voltages label in0 "VCore" label in1 "+12V" label in2 "AVCC" label in3 "3VCC" ignore in4 ignore in5 label in6 "+5V" label in7 "3VSB" label in8 "VBat" ignore in9 # +12V is in1 and +5V is in6 as recommended by datasheet compute in1 @*(1+(56/10)), @/(1+(56/10)) compute in6 @*(1+(22/10)), @/(1+(22/10)) set in1_min 12.0 * 0.9 set in1_max 12.0 * 1.1 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 in6_min 5.0 * 0.95 set in6_max 5.0 * 1.05 set in7_min 3.3 * 0.95 set in7_max 3.3 * 1.05 set in8_min 3.0 * 0.85 set in8_max 3.0 * 1.15 ### Fans label fan1 "Case Fan" label fan2 "CPU Fan" label fan3 "Aux Fan" ignore fan3 ignore fan4 ignore fan5 # Both fans are PWM-controlled - the front fan by the fancontrol # daemon, and the CPU fan by the ACPI BIOS. set fan1_min 800 set fan2_min 1500 ### Temperatures label temp1 "Sys Temp" label temp2 "CPU Temp" ignore temp3 set temp1_over 55 set temp1_hyst 50 #set temp2_over 45 #set temp2_hyst 40 chip "k8temp-pci-*" label temp1 "CPU Temp" ignore temp2 ignore temp3 ignore temp4