# lm_sensors configuration file for the Soltek B9D-FGR motherboard # 2006-01-20, Jean Delvare # Comments welcome! chip "w83687thf-*" ### Voltages label in0 "Vcore" label in1 "+1.5V" label in2 "+3.3V" label in3 "+5V" label in4 "Vdimm" label in7 "5VSB" label in8 "Vbat" compute in3 @*((6.8/10)+1), @/((6.8/10)+1) compute in7 @*((6.8/10)+1), @/((6.8/10)+1) set in0_min 1.1 * 0.95 set in0_max 1.4 * 1.05 set in1_min 1.5 * 0.95 set in1_max 1.5 * 1.05 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 2.6 * 0.95 set in4_max 2.6 * 1.05 set in7_min 5.0 * 0.95 set in7_max 5.0 * 1.05 set in8_min 3.0 * 0.95 set in8_max 3.3 * 1.05 # VID pins are used for a different function on this board. ignore vid ### Fans label fan1 "Case Fan" label fan2 "CPU Fan" set fan1_min 1100 set fan2_min 1100 ignore fan3 ### Temperatures label temp1 "M/B Temp" label temp2 "CPU Ext" label temp3 "CPU Int" set temp1_over 55 set temp1_hyst 52 set temp2_over 55 set temp2_hyst 52 set temp3_over 70 set temp3_hyst 65 chip "lm90-*" "adm1032-*" label temp1 "M/B Temp" label temp2 "CPU Temp" label tcrit1 "M/B Crit" label tcrit2 "CPU Crit" # change high and low limits to fit your needs set temp1_low 10 set temp1_high 50 set temp2_low 10 set temp2_high 70 # change critical limits to fit your needs # should be higher than the corresponding high limit above set tcrit1 70 set tcrit2 80 # change the hysteresis values (to critical limits) to fit your needs # note #1: hyst2 will be automatically set with the same delta # note #2: the internal register, which stores a single, relative value # for both channels, cannot hold values greater than 31, so the delta # between critical temperatures and respective absolute hysteresis can # never exceed this value set hyst1 65