# lm_sensors configuration file for the Supermicro X6DH8-G motherboard # 2007-01-25, Jean Delvare # Thanks to Supermicro for releasing the wiring information. # Comments welcome! chip "w83627hf-*" # Only the fan inputs are used on this chip. ignore vid ignore in0 ignore in1 ignore in2 ignore in3 ignore in4 ignore in5 ignore in6 ignore in7 ignore in8 label fan1 "Fan6" label fan2 "Fan7" label fan3 "Fan8" # The default clock dividers (8) should be fine, use lower ones # for better resolution with fast fans. set fan1_div 4 #set fan2_div 4 #set fan3_div 4 set fan1_min 2000 set fan2_min 0 set fan3_min 0 ignore temp1 ignore temp2 ignore temp3 # Not really useful, hide these. ignore alarms ignore beep_enable chip "w83792d-*" label in0 "Vcore 1" label in1 "Vcore 2" label in2 "+3.3V" label in3 "+5V" label in4 "-12V" label in5 "+12V" label in6 "5VCC" label in7 "5VSB" label in8 "Vbat" # From the W83792D datasheet, appear to match compute in3 (34/50+1)*@ , @/(34/50+1) # Guessed compute in4 5.454*@ - 15.49 , (@ + 15.49)/5.454 compute in5 (28/10+1)*@ , @/(28/10+1) # For two Xeon "Nocona" at 2.8 GHz set in0_min 1.2875 * 0.95 set in0_max 1.4 * 1.05 set in1_min 1.2875 * 0.95 set in1_max 1.4 * 1.05 # Limits for in2, in3, in4 and in5 are already set right by the BIOS. set in6_min 5.0 * 0.95 set in6_max 5.0 * 1.05 set in7_min 5.0 * 0.90 set in7_max 5.0 * 1.10 set in8_min 3.0 * 0.80 set in8_max 3.0 * 1.20 label fan1 "Fan1" label fan2 "Fan2" label fan3 "Fan3" label fan4 "Fan4" label fan5 "Fan5" ignore fan6 ignore fan7 # The default clock dividers (8) should be fine, use lower ones # for better resolution with fast fans. #set fan1_div 4 #set fan2_div 4 #set fan3_div 4 #set fan4_div 4 set fan5_div 4 set fan1_min 0 set fan2_min 0 set fan3_min 0 set fan4_min 0 set fan5_min 2000 label temp1 "CPU1 Temp" label temp2 "CPU2 Temp" label temp3 "Sys Temp" # The default temperature limits are way too high IMHO. set temp1_over 60 set temp1_hyst 56 set temp2_over 60 set temp2_hyst 56 set temp3_over 50 set temp3_hyst 47