# lm_sensors configuration file for the Supermicro DLE370 motherboard # 2007-09-26, Jean Delvare # Comments welcome! # This is a dual-CPU motherboard, but I have a single CPU on it. # This results in fan2 and temp3 being unused. Uncomment all relevant # lines if you have a dual-CPU system, and comment out the ignore # statements. chip "lm87-*" ### Voltages label Vccp1 "Vcore" label "3.3V" "+3.3V" label "5V" "+5V" label "12V" "+12V" # All voltage inputs are scaled internally, so the driver itself # takes care of it. set Vccp1_min vid - 0.08 set Vccp1_max vid + 0.08 set "3.3V_min" 3.3 * 0.95 set "3.3V_max" 3.3 * 1.05 set "5V_min" 5 * 0.95 set "5V_max" 5 * 1.05 set "12V_min" 12 * 0.95 set "12V_max" 12 * 1.05 # sensord needs these ignore statements. ignore "2.5V" ignore "Vccp2" ### Fans label fan1 "CPU0 Fan" label fan2 "CPU1 Fan" ignore fan2 set fan1_div 4 #set fan2_div 4 set fan1_min 1800 #set fan2_min 1800 # Unfortunately, the analog output appears not to be wired to anything # so there is no way to control the fan speeds. ### Temperatures label temp1 "Sys Temp" label CPU_Temp "CPU0 Temp" label temp3 "CPU1 Temp" ignore temp3 # The BIOS will set the temperature limits to reasonable values, so # you can leave them as is. I tend to prefer more restrictive settings # though. set temp1_min 5 set temp1_max 48 set temp2_min 5 set temp2_max 56 #set temp3_min 5 #set temp3_max 56