Ticket #2072: sensors.conf

File sensors.conf, 2.3 kB (added by paul.pech@gmx.de, 3 years ago)

Config file /etc/sensors.conf

Line 
1 #####
2 #    Sensors configuration file used by 'libsensors' for Tyan S5102
3 #
4 #  To your /etc/modules.conf file, add the lines:
5 #     alias char-major-89 i2c-dev
6 #
7 #  To your /etc/rc.xxx files, add the lines:
8 #     modprobe i2c-i801
9 #     modprobe i2c-isa
10 #     modprobe w83627hf
11 #     sensors -s
12 #
13 #  Then copy this file to /etc/sensors.conf
14 #
15 #  Notes: I'm not certain the Sys Temp reading is correct.  Either temp1
16 #         or temp3 is not connected, and the readings coming from temp 1
17 #         seem more reasonable.  At any rate, the CPU Temp is correct.
18 #
19 # Edited by: kevin schlichter <kevins@tyan.com> 11.05.03
20 #
21 #####
22
23 chip "w83627hf-*"
24
25     ignore in6
26     ignore temp3       
27     ignore vid
28     ignore fan2
29
30
31     label in0 "VCore"
32     label in1 "+1.33V"
33     label in2 "+3.3V"
34     label in3 "+5V"
35     label in4 "+12V"
36     label in5 "-12V"
37     label in7 "V5SB"
38     label in8 "VBat"
39
40     label fan1 "Chas. Fan"
41     #label fan2 "Power Fan"
42     label fan3 "CPU Fan"
43    
44
45     label temp1 "Sys Temp"
46     label temp2 "CPU Temp"
47
48     compute in3 ((6.8/10)+1)*@ ,  @/((6.8/10)+1)
49     compute in4 ((28/10)+1)*@  ,  @/((28/10)+1)
50     compute in5 (5.14 * @) - 14.91  ,  (@ + 14.91) / 5.14
51     compute in7 ((6.8/10)+1)*@ ,  @/((6.8/10)+1)
52
53 #   set vrm 10.0
54
55 # set limits to  5% for the critical voltages
56 # set limits to 10% for the non-critical voltages
57 # set limits to 20% for the battery voltage
58     set in0_min 1.44*0.95
59     set in0_max 1.44*1.05
60     set in1_min 1.33*0.95
61     set in1_max 1.33*1.05
62     set in2_min 3.3 * 0.95
63     set in2_max 3.3 * 1.05
64     set in3_min 5.0 * 0.95
65     set in3_max 5.0 * 1.05
66     set in4_min 12 * 0.90
67     set in4_max 12 * 1.10
68     set in5_max -12 * 0.90
69     set in5_min -12 * 1.10
70     set in6_max -5 * 0.95
71     set in6_min -5 * 1.05
72     set in7_min 5 * 0.90
73     set in7_max 5 * 1.10
74     set in8_min 3.0 * 0.80
75     set in8_max 3.0 * 1.20
76     set fan1_min 11000
77     set fan3_min 6200
78     set temp1_over 40
79     set temp1_hyst 37
80     set temp2_over 70
81     set temp2_hyst 67
82
83 #   set sensor1 3435
84 #   set sensor2 1
85 #   set sensor3 2
86
87 # examples for temperature limits
88 #    set temp1_over 40 
89 #    set temp1_hyst 37 
90 #    set temp2_over 52 
91 #    set temp2_hyst 47 
92 #    set temp3_over 52 
93 #    set temp3_hyst 47 
94
95 # if slow fans report 0, change these values to 4
96     set fan1_div 2
97     set fan2_div 2
98     set fan3_div 2