####### # Sensors configuration file used by 'lm_sensors' for Tyan S2925/S2925-E # for Linux kernels 3.* and 4.x # # 1. Install lm-sensors. # # 2. Run sensors-detect and follow the instructions. # # * If done manually, forego step 2 and add this line to your # /etc/modules (or equivalent) file: # dme1737 # # Then copy this very file to /etc/sensors3.conf (or /etc/sensors.d/sensors3.conf) # # Edited by: Clarissa Walker 2017/01/17, 2017/10/14-15 # Heavily tweaked from a very old Tyan S2925 sensors.conf file for Linux 2.4.x and # 2.6.x kernels provided by Tyan themselves # ####### chip "k8temp-*" label temp1 "Relative CPU Temp" chip "k10temp-*" label temp1 "Relative CPU Temp" chip "dme1737-i2c-*-2e" ignore cpu0_vid label in0 "DIMM Volt" label in1 "CPU Vcore" label in2 "System 3.3V" label in3 "System 5V" label in4 "System 12V" label in5 "3.3V Vsense" label in6 "Vbat" label fan1 "CPU Fan" label fan2 "Chassis Fan 1" label fan3 "Chassis Fan 3" label fan4 "Chassis Fan 2" label temp1 "CPU Temp" label temp2 "System Temp [near SATA0]" label temp3 "System Temp [near MCP55]" compute in1 @+0.04 , @/1 compute in3 @+0.05 , @/1 compute in4 @-0.05 , @/1 set in0_min 1.8 * 0.88 set in0_max 1.8 * 1.12 set in1_min 1.4 * 0.54 set in1_max 1.4 * 1.19 set in2_min 3.3 * 0.86 set in2_max 3.3 * 1.10 set in3_min 5.0 * 0.95 set in3_max 5.0 * 1.05 set in4_min 12.0 * 0.93 set in4_max 12.0 * 1.08 set in5_min 3.3 * 0.86 set in5_max 3.3 * 1.10 set in6_min 3.0 * 0.90 set in6_max 3.0 * 1.20 set fan1_min 800 set fan2_min 300 set fan3_min 300 set fan4_min 300 set temp1_max 75.000 set temp1_min -50.000 set temp2_max 65.000 set temp2_min 10.000 set temp3_max 70.000 set temp3_min -20.000