~mmach/netext73/lm-sensors

« back to all changes in this revision

Viewing changes to configs/Epox/M1697.conf

  • Committer: mmach
  • Date: 2020-02-05 20:28:34 UTC
  • Revision ID: netbit73@gmail.com-20200205202834-zc3sla47j9e700w5
3.6

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
# lm_sensors configuration file for the Epox EP-9U1697 GLI motherboard
 
2
# 2007-07-06, Hans de Goede <j.w.r.degoede@hhs.nl>
 
3
# Comments welcome!
 
4
 
 
5
# Notice that the Epox ep1308 chip on the board in reality is a Fintek f71883fg
 
6
 
 
7
chip "f71882fg-*"
 
8
 
 
9
# Temperature
 
10
    label temp1       "CPU"
 
11
    label temp2       "System"
 
12
    ignore temp3
 
13
 
 
14
# Fans
 
15
    label fan1        "CPU"
 
16
    ignore fan2
 
17
    ignore fan3
 
18
    ignore fan4
 
19
 
 
20
# Voltage
 
21
    label in0         "3.3V"
 
22
    label in1         "Vcore"
 
23
    label in2         "Vdimm"
 
24
    label in3         "Vchip"
 
25
    label in4         "+5V"
 
26
    label in5         "12V"
 
27
    label in6         "5VSB"
 
28
    label in7         "3VSB"
 
29
    label in8         "Batery"
 
30
 
 
31
# never change the in0, in7 and in8 compute, these are hardwired in the chip!
 
32
    compute in0       (@ * 2), (@ / 2) 
 
33
    compute in2       (@ * 2), (@ / 2)
 
34
    compute in3       (@ * 2), (@ / 2)
 
35
    compute in4       (@ * 5.25), (@ / 5.25)
 
36
    compute in5       (@ * 12.83), (@ / 12.83)
 
37
    compute in6       (@ * 5.25), (@ / 5.25)
 
38
    compute in7       (@ * 2), (@ / 2)
 
39
    compute in8       (@ * 2), (@ / 2)