Disclaimer

This information HAS errors and is made available WITHOUT ANY WARRANTY OF ANY KIND and without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. It is not permissible to be read by anyone who has ever met a lawyer or attorney. Use is confined to Engineers with more than 370 course hours of engineering.
If you see an error contact:
+1(785) 841 3089
inform@xtronics.com

Tyan S2875.conf


# Sensors configuration file used by 'libsensors' -(/etc/sensors.conf
# #
# PLEASE READ THIS HELPFUL HINT!!! #
# #
# The 'set' lines (generally for min and max values) #
# do not take effect until you run 'sensors -s' as root !!! #
#
# Explainations of this file are found with "man sensors.conf " or at
# the top of the stock sensors.conf file.

chip "w83782d-*" "w83627hf-*"
# This might work better than the Tyan supplied one.

 label in0 "1.8V"
 label in1 "CPU VRM"
 label in2 "3.3V"
 label in3 "5V"
 label in4 "5VSB"
 label in5 "-12V"
 label in6 "HT Volt"
 label in7 "3.3V"
 label in8 "VBat"
 label fan1 "CPU1 Fan"
 label fan2 "CPU2 Fan"
 label fan3 "SYS Fan"

 label temp1 "case"
 label temp2 "CPU1"
 label temp3 "CPU2"

  set vrm 2.4
 compute in1 @*1.3 , @/1.3
# compute in2 @,@
 compute in4 (@/18.7)*38.7 , (@/38.7)*18.7
 compute in5 -1*(@+230)/18.75 , -1*@*18.75-230

 compute in3 @*1.8 ,@/1.8
 compute in6 (3.14 * @) -  7.71  ,  (@ +  7.71) / 3.14
 compute in7 ((6.8/10)+1)*@ ,  @/((6.8/10)+1)
 compute in8 @*40 , @/40
#  5% for the critical voltx 10% for non-critical volts  20% for  battery volt
 set in0_min 1.8*0.95
 set in0_max 1.8*1.05
 set in1_min vid*0.95
 set in1_max vid*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 5 * 0.90
 set in4_max 5 * 1.10
 set in5_max -12 * 0.90
 set in5_min -12 * 1.10
 set in6_max 1.2 * 1.07
 set in6_min 1.2 * 0.93
 set in7_min 3.3 * 0.95
 set in7_max 3.3 * 1.05

 set in8_min 3.0 * 0.80
 set in8_max 3.0 * 1.20

# if slow fans report 0, change these values to 4
 set fan1_div 2
 set fan2_div 2
 set fan3_div 2

 set fan1_min 3000
 set fan2_min 3000
 set fan3_min 3000
ignore temp1
ignore in3
ignore in7

# set up sensor types (thermistor is default)
# 1 = PII/Celeron Diode; 2 = 3904 transistor;
# 3435 = thermistor with Beta = 3435
# If temperature changes very little, try 1 or 2.

 set sensor1 1
 set sensor2 1
 set sensor3 1
# examples for temperature limits
 set temp1_over 128
 set temp1_hyst 0
 set temp2_over 54
 set temp2_hyst 49
 set temp3_over 54
 set temp3_hyst 49


Top Page wiki Index