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

« back to all changes in this revision

Viewing changes to 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:
11
11
#
12
12
# Such custom configuration files for specific mainboards can be found at
13
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.
14
18
 
15
19
chip "lm78-*" "lm79-*" "lm80-*"
16
20
 
266
270
    label temp1 "M/B Temp"
267
271
 
268
272
 
269
 
chip "w83627ehf-*" "w83627dhg-*"
 
273
chip "w83627thf-*"
 
274
 
 
275
    label in3 "+5V"
 
276
    label in7 "5VSB"
 
277
    label in8 "Vbat"
 
278
 
 
279
    # Internal resistors
 
280
    compute in3  @ * (1 + 34/51), @ / (1 + 34/51)
 
281
    compute in7  @ * (1 + 34/51), @ / (1 + 34/51)
 
282
 
 
283
    set in3_min  5.0 * 0.90
 
284
    set in3_max  5.0 * 1.10
 
285
    set in7_min  5.0 * 0.90
 
286
    set in7_max  5.0 * 1.10
 
287
# The battery voltage may or may not be monitored.
 
288
#    set in8_min  3.0 * 0.90
 
289
#    set in8_max  3.0 * 1.10
 
290
 
 
291
 
 
292
chip "w83627ehf-*" "w83627dhg-*" "w83667hg-*" "nct6775-*" "nct6776-*"
270
293
 
271
294
    label in0 "Vcore"
272
295
    label in2 "AVCC"
273
 
    label in3 "VCC"
 
296
    label in3 "+3.3V"
274
297
    label in7 "3VSB"
275
298
    label in8 "Vbat"
276
299
 
383
406
    set in6_max  3.0 * 1.10
384
407
 
385
408
 
 
409
chip "sch5127-*"
 
410
 
 
411
    label in2 "+3.3V"
 
412
    label in5 "3VSB"
 
413
    label in6 "Vbat"
 
414
 
 
415
    set in2_min  3.3 * 0.90
 
416
    set in2_max  3.3 * 1.10
 
417
    set in5_min  3.3 * 0.90
 
418
    set in5_max  3.3 * 1.10
 
419
    set in6_min  3.0 * 0.90
 
420
    set in6_max  3.0 * 1.10
 
421
 
 
422
 
386
423
chip "f71882fg-*"
387
424
 
388
425
    label in0 "+3.3V"