summaryrefslogtreecommitdiff
path: root/configs/Epox
diff options
context:
space:
mode:
authorTele42 <tele42k3@yahoo.com>2018-01-21 09:56:23 -0500
committerGuenter Roeck <linux@roeck-us.net>2018-01-21 07:34:59 -0800
commit1398ef02016db7ca4746da261b2d92a42ef10da3 (patch)
treeca47696685ef50b49505d24608e5ccaef092fb98 /configs/Epox
parent24dab30d23cd99098b487585b54e30b8c4e899cf (diff)
downloadlm-sensors-git-1398ef02016db7ca4746da261b2d92a42ef10da3.tar.gz
configs: Bulk config recovery from archive.org (Part 1)
This is a bulk recovery of the sensor configs found at https://web.archive.org/web/20150901092438/http://www.lm-sensors.org:80/wiki/Configurations The config sections themselves are unaltered, but I've selectively added some, but not all of the extra info around them. Anywhere there's been extra info added, it should be in comments at the top of the config, followed by a double newline to indicate the separation. Attribution has been retained where possible, but links to the mailing list are hosed, so goto the above archive.org link to check if a config has extra origin notes. [groeck: reformatted description] Signed-off-by: Guenter Roeck <linux@roeck-us.net>
Diffstat (limited to 'configs/Epox')
-rw-r--r--configs/Epox/M1697.conf39
-rw-r--r--configs/Epox/MF4-Ultra3.conf48
2 files changed, 87 insertions, 0 deletions
diff --git a/configs/Epox/M1697.conf b/configs/Epox/M1697.conf
new file mode 100644
index 00000000..4db62b48
--- /dev/null
+++ b/configs/Epox/M1697.conf
@@ -0,0 +1,39 @@
+# lm_sensors configuration file for the Epox EP-9U1697 GLI motherboard
+# 2007-07-06, Hans de Goede <j.w.r.degoede@hhs.nl>
+# Comments welcome!
+
+# Notice that the Epox ep1308 chip on the board in reality is a Fintek f71883fg
+
+chip "f71882fg-*"
+
+# Temperature
+ label temp1 "CPU"
+ label temp2 "System"
+ ignore temp3
+
+# Fans
+ label fan1 "CPU"
+ ignore fan2
+ ignore fan3
+ ignore fan4
+
+# Voltage
+ label in0 "3.3V"
+ label in1 "Vcore"
+ label in2 "Vdimm"
+ label in3 "Vchip"
+ label in4 "+5V"
+ label in5 "12V"
+ label in6 "5VSB"
+ label in7 "3VSB"
+ label in8 "Batery"
+
+# never change the in0, in7 and in8 compute, these are hardwired in the chip!
+ compute in0 (@ * 2), (@ / 2)
+ compute in2 (@ * 2), (@ / 2)
+ compute in3 (@ * 2), (@ / 2)
+ compute in4 (@ * 5.25), (@ / 5.25)
+ compute in5 (@ * 12.83), (@ / 12.83)
+ compute in6 (@ * 5.25), (@ / 5.25)
+ compute in7 (@ * 2), (@ / 2)
+ compute in8 (@ * 2), (@ / 2)
diff --git a/configs/Epox/MF4-Ultra3.conf b/configs/Epox/MF4-Ultra3.conf
new file mode 100644
index 00000000..e0608f84
--- /dev/null
+++ b/configs/Epox/MF4-Ultra3.conf
@@ -0,0 +1,48 @@
+# lm_sensors configuration file for the Epox MF4 Ultra3 motherboard
+# 2007-08-14, Hans de Goede <j.w.r.degoede@hhs.nl>
+# Comments welcome!
+
+# Notice that the Epox ep1308 chip on the board in reality is a Fintek f71883fg
+
+chip "k8temp-*"
+
+ label temp1 "Core0 Temp"
+ label temp2 "Core0 Temp"
+ label temp3 "Core1 Temp"
+ label temp4 "Core1 Temp"
+
+
+chip "f71882fg-*"
+
+# Temperature
+ label temp1 "CPU"
+ label temp2 "System"
+ ignore temp3
+
+# Fans
+ label fan1 "CPU"
+ label fan2 "System"
+ label fan3 "Power"
+ label fan4 "Aux"
+
+# Voltage
+ label in0 "3.3V"
+ label in1 "+5V"
+ label in2 "Vdimm"
+ label in3 "5VSB"
+ label in4 "12V"
+ label in5 "Vchip"
+ label in6 "Vcore"
+ label in7 "3VSB"
+ label in8 "Battery"
+
+# never change the in0, in7 and in8 compute, these are hardwired in the chip!
+ compute in0 (@ * 2), (@ / 2)
+ compute in1 (@ * 5.25), (@ / 5.25)
+ compute in2 (@ * 2.5), (@ / 2.5)
+ compute in3 (@ * 5.25), (@ / 5.25)
+ compute in4 (@ * 11), (@ / 11)
+ compute in5 (@ * 1.5), (@ / 1.5)
+ compute in6 (@ * 1.5), (@ / 1.5)
+ compute in7 (@ * 2), (@ / 2)
+ compute in8 (@ * 2), (@ / 2)