~ubuntu-branches/ubuntu/saucy/lm-sensors-3/saucy

« back to all changes in this revision

Viewing changes to .pc/12-upstream-patches.patch/etc/sensors.conf.default

  • Committer: Bazaar Package Importer
  • Author(s): Aurelien Jarno
  • Date: 2011-02-06 14:46:28 UTC
  • mfrom: (1.1.4 upstream) (0.1.15 sid)
  • Revision ID: james.westby@ubuntu.com-20110206144628-14h2w8yva5p98vv9
Tags: 1:3.2.0-1
* New upstream version.
* Suggests fancontrol instead of recommending it in lm-sensors (closes:
  bug#567185).
* Suggests lm-sensors instead of recommending it in libsensors4 (closes:
  bug#602914).
* Suggests rrdtool in sensord (closes: bug#588132).
* Detect SMSC SCH5524-NS chip (closes: bug#588355).
* Bumped Standards-version to 3.9.1 (no changes).

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
# libsensors configuration file
 
2
# -----------------------------
 
3
#
 
4
# This default configuration file only includes statements which do not
 
5
# differ from one mainboard to the next. Only label, compute and set
 
6
# statements for internal voltage and temperature sensors are included.
 
7
#
 
8
# In general, local changes should not be added to this file, but rather
 
9
# placed in custom configuration files located in /etc/sensors.d. This
 
10
# approach makes further updates much easier.
 
11
#
 
12
# Such custom configuration files for specific mainboards can be found at
 
13
# http://www.lm-sensors.org/wiki/Configurations
 
14
#
 
15
# It is recommended not to modify this file, but to drop your local
 
16
# changes in /etc/sensors.d/. File with names that start with a dot 
 
17
# are ignored.
 
18
 
 
19
chip "lm78-*" "lm79-*" "lm80-*"
 
20
 
 
21
    label temp1 "M/B Temp"
 
22
 
 
23
 
 
24
chip "w83792d-*"
 
25
 
 
26
    label in0 "VcoreA"
 
27
    label in1 "VcoreB"
 
28
    label in6 "+5V"
 
29
    label in7 "5VSB"
 
30
    label in8 "Vbat"
 
31
 
 
32
    set in6_min  5.0 * 0.90
 
33
    set in6_max  5.0 * 1.10
 
34
    set in7_min  5.0 * 0.90
 
35
    set in7_max  5.0 * 1.10
 
36
    set in8_min  3.0 * 0.90
 
37
    set in8_max  3.0 * 1.10
 
38
 
 
39
 
 
40
chip "w83793-*"
 
41
 
 
42
    label in0 "VcoreA"
 
43
    label in1 "VcoreB"
 
44
    label in7 "+5V"
 
45
    label in8 "5VSB"
 
46
    label in9 "Vbat"
 
47
 
 
48
    set in7_min  5.0 * 0.90
 
49
    set in7_max  5.0 * 1.10
 
50
    set in8_min  5.0 * 0.90
 
51
    set in8_max  5.0 * 1.10
 
52
    set in9_min  3.0 * 0.90
 
53
    set in9_max  3.0 * 1.10
 
54
 
 
55
 
 
56
chip "via686a-*"
 
57
 
 
58
    label in0 "Vcore"
 
59
    label in2 "+3.3V"
 
60
    label in3 "+5V"
 
61
    label in4 "+12V"
 
62
 
 
63
    set in2_min  3.3 * 0.90
 
64
    set in2_max  3.3 * 1.10
 
65
    set in3_min  5.0 * 0.90
 
66
    set in3_max  5.0 * 1.10
 
67
    set in4_min 12.0 * 0.90
 
68
    set in4_max 12.0 * 1.10
 
69
 
 
70
 
 
71
chip "adm1025-*" "ne1619-*"
 
72
 
 
73
    label in1 "Vcore"
 
74
    label in2 "+3.3V"
 
75
    label in3 "+5V"
 
76
    label in4 "+12V"
 
77
    label in5 "VCC"
 
78
 
 
79
    set in2_min  3.3 * 0.90
 
80
    set in2_max  3.3 * 1.10
 
81
    set in3_min  5.0 * 0.90
 
82
    set in3_max  5.0 * 1.10
 
83
    set in5_min  3.3 * 0.90
 
84
    set in5_max  3.3 * 1.10
 
85
# Depending on how your chip is hardwired, you may or may not have
 
86
# +12V readings.
 
87
#    set in4_min 12.0 * 0.90
 
88
#    set in4_max 12.0 * 1.10
 
89
 
 
90
    label temp1 "CPU Temp"
 
91
    label temp2 "M/B Temp"
 
92
 
 
93
 
 
94
chip "lm87-*" "adm1024-*"
 
95
 
 
96
    label in1 "Vcore"
 
97
    label in2 "+3.3V"
 
98
    label in3 "+5V"
 
99
    label in4 "+12V"
 
100
 
 
101
    set in2_min  3.3 * 0.90
 
102
    set in2_max  3.3 * 1.10
 
103
    set in3_min  5.0 * 0.90
 
104
    set in3_max  5.0 * 1.10
 
105
    set in4_min 12.0 * 0.90
 
106
    set in4_max 12.0 * 1.10
 
107
 
 
108
    label temp1 "M/B Temp"
 
109
    label temp2 "CPU Temp"
 
110
 
 
111
 
 
112
chip "it87-*" "it8712-*" "it8716-*" "it8718-*" "it8720-*"
 
113
 
 
114
    label in8 "Vbat"
 
115
 
 
116
 
 
117
chip "fscpos-*" "fscher-*"
 
118
#FSC "Hermes"
 
119
 
 
120
    label in0 "+12V"
 
121
    label in1 "+5V"
 
122
    label in2 "Vbat"
 
123
 
 
124
    label temp1 "CPU Temp"
 
125
    label temp2 "M/B Temp"
 
126
    label temp3 "Aux Temp"
 
127
 
 
128
 
 
129
chip "fscscy-*"
 
130
#FSC "Scylla"
 
131
 
 
132
    label in0 "+12V"
 
133
    label in1 "+5V"
 
134
    label in2 "+3.3V"
 
135
 
 
136
    label temp1 "CPU0 Temp"
 
137
    label temp2 "CPU1 Temp"
 
138
    label temp3 "M/B Temp"
 
139
    label temp4 "Aux Temp"
 
140
 
 
141
 
 
142
chip "fschds-*"
 
143
# Fujitsu Technology Solutions, "Hades"-Chip
 
144
 
 
145
# Temperatures
 
146
    label temp1 "CPU Temp"
 
147
    label temp2 "Super I/O Temp"
 
148
    label temp3 "System Temp"
 
149
 
 
150
# Fans
 
151
    label fan1 "PSU Fan"
 
152
    label fan2 "CPU Fan"
 
153
    label fan3 "System FAN2"
 
154
    label fan4 "System FAN3"
 
155
    label fan5 "System FAN4"
 
156
 
 
157
# Voltages
 
158
    label in0 "+12V"
 
159
    label in1 "+5V"
 
160
    label in2 "Vbat"
 
161
 
 
162
chip "fscsyl-*"
 
163
# Fujitsu Technology Solutions, "Syleus"-Chip
 
164
 
 
165
# Temperatures
 
166
    label temp1 "CPU Temp"
 
167
    label temp4 "Super I/O Temp"
 
168
    label temp5 "Northbridge Temp"
 
169
 
 
170
# Fans
 
171
    label fan1 "CPU Fan"
 
172
    label fan2 "System FAN2"
 
173
    label fan3 "System FAN3"
 
174
    label fan4 "System FAN4"
 
175
    label fan7 "PSU Fan"
 
176
 
 
177
# Voltages
 
178
    label in0 "+12V"
 
179
    label in1 "+5V"
 
180
    label in2 "Vbat"
 
181
    label in3 "+3.3V"
 
182
    label in5 "+3.3V-Aux"
 
183
 
 
184
chip "vt1211-*"
 
185
 
 
186
    label in5 "+3.3V"
 
187
 
 
188
    label temp2 "SIO Temp"
 
189
 
 
190
 
 
191
chip "vt8231-*"
 
192
 
 
193
    label in5 "+3.3V"
 
194
 
 
195
 
 
196
chip "smsc47m192-*"
 
197
 
 
198
    label in1 "Vcore"
 
199
    label in2 "+3.3V"
 
200
    label in3 "+5V"
 
201
    label in4 "+12V"
 
202
    label in5 "VCC"
 
203
 
 
204
    set in2_min  3.3 * 0.90
 
205
    set in2_max  3.3 * 1.10
 
206
    set in3_min  5.0 * 0.90
 
207
    set in3_max  5.0 * 1.10
 
208
    set in4_min 12.0 * 0.90
 
209
    set in4_max 12.0 * 1.10
 
210
    set in5_min  3.3 * 0.90
 
211
    set in5_max  3.3 * 1.10
 
212
 
 
213
    label temp1 "SIO Temp"
 
214
 
 
215
 
 
216
chip "lm85-*" "lm85b-*" "lm85c-*" "adm1027-*" "adt7463-*" "adt7468-*" "emc6d100-*" "emc6d102-*"
 
217
 
 
218
    label in1 "Vcore"
 
219
    label in2 "+3.3V"
 
220
    label in3 "+5V"
 
221
    label in4 "+12V"
 
222
 
 
223
    set in2_min  3.3 * 0.90
 
224
    set in2_max  3.3 * 1.10
 
225
    set in3_min  5.0 * 0.90
 
226
    set in3_max  5.0 * 1.10
 
227
# Depending on how your chip is hardwired, you may or may not have
 
228
# +12V readings.
 
229
#    set in4_min 12.0 * 0.90
 
230
#    set in4_max 12.0 * 1.10
 
231
 
 
232
    label temp2 "M/B Temp"
 
233
 
 
234
 
 
235
chip "pc87365-*" "pc87366-*"
 
236
 
 
237
# Voltage inputs
 
238
 
 
239
    label in7 "3VSB"
 
240
    label in8 "VDD"
 
241
    label in9 "Vbat"
 
242
    label in10 "AVDD"
 
243
 
 
244
    compute in7   @*2, @/2
 
245
    compute in8   @*2, @/2
 
246
    compute in10  @*2, @/2
 
247
 
 
248
# These are the operating conditions as recommended by National
 
249
# Semiconductor
 
250
    set in7_min   3.0
 
251
    set in7_max   3.6
 
252
    set in8_min   3.0
 
253
    set in8_max   3.6
 
254
    set in10_min  3.0
 
255
    set in10_max  3.6
 
256
# Depending on the hardware setup, the battery voltage may or may not
 
257
# be monitored.
 
258
#    set in9_min   2.4
 
259
#    set in9_max   3.6
 
260
 
 
261
    label temp3 "SIO Temp"
 
262
 
 
263
    set temp3_min    0
 
264
    set temp3_max   70
 
265
    set temp3_crit  85
 
266
 
 
267
 
 
268
chip "adm1030-*" "adm1031-*"
 
269
 
 
270
    label temp1 "M/B Temp"
 
271
 
 
272
 
 
273
chip "w83627ehf-*" "w83627dhg-*" "w83667hg-*"
 
274
 
 
275
    label in0 "Vcore"
 
276
    label in2 "AVCC"
 
277
    label in3 "+3.3V"
 
278
    label in7 "3VSB"
 
279
    label in8 "Vbat"
 
280
 
 
281
    set in2_min  3.3 * 0.90
 
282
    set in2_max  3.3 * 1.10
 
283
    set in3_min  3.3 * 0.90
 
284
    set in3_max  3.3 * 1.10
 
285
    set in7_min  3.3 * 0.90
 
286
    set in7_max  3.3 * 1.10
 
287
    set in8_min  3.0 * 0.90
 
288
    set in8_max  3.0 * 1.10
 
289
 
 
290
 
 
291
chip "f71805f-*"
 
292
 
 
293
    label in0 "+3.3V"
 
294
 
 
295
    set in0_min  3.3 * 0.90
 
296
    set in0_max  3.3 * 1.10
 
297
 
 
298
 
 
299
chip "f71872f-*"
 
300
 
 
301
    label in0 "+3.3V"
 
302
    label in9 "Vbat"
 
303
    label in10 "3VSB"
 
304
 
 
305
    set in0_min   3.3 * 0.90
 
306
    set in0_max   3.3 * 1.10
 
307
    set in9_min   3.0 * 0.90
 
308
    set in9_max   3.0 * 1.10
 
309
    set in10_min  3.3 * 0.90
 
310
    set in10_max  3.3 * 1.10
 
311
 
 
312
 
 
313
chip "k8temp-*"
 
314
 
 
315
    label temp1 "Core0 Temp"
 
316
    label temp2 "Core0 Temp"
 
317
    label temp3 "Core1 Temp"
 
318
    label temp4 "Core1 Temp"
 
319
 
 
320
 
 
321
chip "dme1737-*"
 
322
 
 
323
    label in0 "5VSB"
 
324
    label in1 "Vcore"
 
325
    label in2 "+3.3V"
 
326
    label in3 "+5V"
 
327
    label in4 "+12V"
 
328
    label in5 "3VSB"
 
329
    label in6 "Vbat"
 
330
 
 
331
    label temp2 "SIO Temp"
 
332
 
 
333
    set in0_min  5.0 * 0.90
 
334
    set in0_max  5.0 * 1.10
 
335
    set in2_min  3.3 * 0.90
 
336
    set in2_max  3.3 * 1.10
 
337
    set in3_min  5.0 * 0.90
 
338
    set in3_max  5.0 * 1.10
 
339
    set in4_min 12.0 * 0.90
 
340
    set in4_max 12.0 * 1.10
 
341
    set in5_min  3.3 * 0.90
 
342
    set in5_max  3.3 * 1.10
 
343
    set in6_min  3.0 * 0.90
 
344
    set in6_max  3.0 * 1.10
 
345
 
 
346
 
 
347
chip "sch311x-*"
 
348
 
 
349
    label in1 "Vcore"
 
350
    label in2 "+3.3V"
 
351
    label in3 "+5V"
 
352
    label in4 "+12V"
 
353
    label in5 "3VSB"
 
354
    label in6 "Vbat"
 
355
 
 
356
    label temp2 "SIO Temp"
 
357
 
 
358
    set in2_min  3.3 * 0.90
 
359
    set in2_max  3.3 * 1.10
 
360
    set in3_min  5.0 * 0.90
 
361
    set in3_max  5.0 * 1.10
 
362
    set in4_min 12.0 * 0.90
 
363
    set in4_max 12.0 * 1.10
 
364
    set in5_min  3.3 * 0.90
 
365
    set in5_max  3.3 * 1.10
 
366
    set in6_min  3.0 * 0.90
 
367
    set in6_max  3.0 * 1.10
 
368
 
 
369
 
 
370
chip "sch5027-*"
 
371
 
 
372
    label in0 "5VSB"
 
373
    label in1 "Vcore"
 
374
    label in2 "+3.3V"
 
375
    label in5 "3VSB"
 
376
    label in6 "Vbat"
 
377
 
 
378
    label temp2 "SIO Temp"
 
379
 
 
380
    set in0_min  5.0 * 0.90
 
381
    set in0_max  5.0 * 1.10
 
382
    set in2_min  3.3 * 0.90
 
383
    set in2_max  3.3 * 1.10
 
384
    set in5_min  3.3 * 0.90
 
385
    set in5_max  3.3 * 1.10
 
386
    set in6_min  3.0 * 0.90
 
387
    set in6_max  3.0 * 1.10
 
388
 
 
389
 
 
390
chip "f71882fg-*"
 
391
 
 
392
    label in0 "+3.3V"
 
393
    label in7 "3VSB"
 
394
    label in8 "Vbat"
 
395
 
 
396
    compute in0  @*2, @/2
 
397
    compute in7  @*2, @/2
 
398
    compute in8  @*2, @/2
 
399
 
 
400
 
 
401
chip "f8000-*"
 
402
 
 
403
    label in0 "+3.3V"
 
404
    label in1 "3VSB"
 
405
    label in2 "Vbat"
 
406
 
 
407
    compute in0  @*2, @/2
 
408
    compute in1  @*2, @/2
 
409
    compute in2  @*2, @/2
 
410
 
 
411
 
 
412
chip "adt7473-*" "adt7475-*"
 
413
 
 
414
    label in2 "+3.3V"
 
415
 
 
416
    set in2_min  3.3 * 0.90
 
417
    set in2_max  3.3 * 1.10
 
418
 
 
419
    label temp2 "Board Temp"
 
420
 
 
421
 
 
422
chip "adt7476-*" "adt7490-*"
 
423
 
 
424
    label in1 "Vcore"
 
425
    label in2 "+3.3V"
 
426
    label in3 "+5V"
 
427
    label in4 "+12V"
 
428
 
 
429
    set in2_min  3.3 * 0.90
 
430
    set in2_max  3.3 * 1.10
 
431
    set in3_min  5.0 * 0.90
 
432
    set in3_max  5.0 * 1.10
 
433
# Depending on how your ADT7476 is hardwired, you may or may not have
 
434
# +12V readings.
 
435
#    set in4_min 12.0 * 0.90
 
436
#    set in4_max 12.0 * 1.10
 
437
 
 
438
    label temp2 "M/B Temp"