# Date: 2005-07-04 # Reported by: Christian Hammers # Mainboard Manufactor: Tyan # Mainboard Model: S5112 Tomcat i7210 Rev. 1.00 # Comments: Downloaded from ftp://ftp.tyan.com/software/lms/lms_s5112.conf # Comments: and slightly modified. # ##### # Sensors configuration file used by 'libsensors' for Tyan S5112 # # To support ESB6300 SMBus controller, version 2.8.7 is at least # # To your /etc/modules.conf file, add the lines: # alias char-major-89 i2c-dev # # To your /etc/rc.xxx files, add the lines: # modprobe i2c-i801 # modprobe i2c-isa # modprobe lm85 # modprobe w83627hf # sensors -s # # Then copy this file to /etc/sensors.conf # # # Edited by Raphael Deng, Feb 15, 2005 # ##### chip "adm1027-*" # Voltages ignore vid label in0 "DDR VCC" ignore in1 label in2 "3VSB" label in3 "+5V" label in4 "DDR VTT" compute in3 ((5.11/7.5)+1)*@ , @/((5.11/7.5)+1) set in0_min 2.5 * 0.95 set in0_max 2.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 1.2 * 0.95 set in4_max 1.2 * 1.05 # Fans label fan1 "CPU Fan" label fan2 "Chs.Fan2" label fan3 "Chs.Fan3" label fan4 "Chs.Fan6" set fan1_min 2000 set fan2_min 2000 set fan3_min 2000 set fan4_min 2000 # Temperatures label temp1 "CPU Temp" label temp2 "Sys Temp" label temp3 "VRM Temp" chip "w83627hf-*" # Voltages set vrm 9.0 label in0 "VCore" ignore in1 ignore in2 label in3 "Stdby 5V" label in4 "+3.3V" label in5 "+12V" ignore in6 ignore in7 ignore in8 compute in3 ((6.8/10)+1)*@ , @/((6.8/10)+1) compute in5 ((28/10)+1)*@ , @/((28/10)+1) # set limits to 5% for the critical voltages # set limits to 10% for the non-critical voltages # set limits to 20% for the battery voltage set in0_min 1.5 * 0.95 set in0_max 1.5 * 1.05 set in3_min 5.0 * 0.95 set in3_max 5.0 * 1.05 set in4_min 3.3 * 0.90 set in4_max 3.3 * 1.10 set in5_min 12 * 0.90 set in5_max 12 * 1.10 # Fans label fan1 "Chs.Fan4" label fan2 "Chs.Fan5" label fan3 "Chs.Fan7" # if slow fans report 0, change these values to 4 set fan1_div 2 set fan2_div 2 set fan3_div 2 set fan3_min 2000 # Temperatures ignore temp1 ignore temp2 ignore temp3