summaryrefslogtreecommitdiff
path: root/configs/Gigabyte
diff options
context:
space:
mode:
authorclipo1979 <clipo1979@users.noreply.github.com>2019-03-16 20:58:14 +0000
committerOndřej Lysoněk <olysonek@redhat.com>2019-10-15 11:56:32 +0200
commit24cfa4d3e2704e9cc02fdc70a58fccffeb9d715c (patch)
tree324326ec5d19640d550241031e198a16c45e0702 /configs/Gigabyte
parentd0d7d02e5b38faf9a8af8092a5f5e9c144bb5f70 (diff)
downloadlm-sensors-git-24cfa4d3e2704e9cc02fdc70a58fccffeb9d715c.tar.gz
Create GA-M56S-S3.conf
[olysonek: squashed commits]
Diffstat (limited to 'configs/Gigabyte')
-rw-r--r--configs/Gigabyte/GA-M56S-S3.conf81
1 files changed, 81 insertions, 0 deletions
diff --git a/configs/Gigabyte/GA-M56S-S3.conf b/configs/Gigabyte/GA-M56S-S3.conf
new file mode 100644
index 00000000..1091a2eb
--- /dev/null
+++ b/configs/Gigabyte/GA-M56S-S3.conf
@@ -0,0 +1,81 @@
+# Configuration file for the Gigabyte GA-M56S-S3
+# contributed by Clipo.
+# 16-03-2019
+# Updates welcome.
+
+# CPU sensor
+
+chip "k8temp-*"
+
+ label temp1 "Core0 Temp"
+ label temp2 "Core0 Temp"
+ label temp3 "Core1 Temp"
+ label temp4 "Core1 Temp"
+
+# Motherboard sensors
+
+chip "it8716-*"
+
+### Voltages
+
+ label in0 "VCore"
+ label in1 "VDDR"
+ label in2 "+3.3V" # VCC3
+ label in3 "+5V" # VCC
+ label in4 "+12V"
+ ignore in5 # "-12V"
+ ignore in6 # "-5V"
+ label in7 "5VSB" # VCCH
+ label in8 "VBat"
+
+# "Vcore", "DDR2 1.8V", "+3.3V" and "Vbat" are connected directly, so no compute
+# line is needed for these.
+
+ compute in3 ((6.8/10)+1)*@ , @/((6.8/10)+1)
+ compute in4 ((30/10)+1)*@ , @/((30/10)+1)
+# compute in5 (1+232/56)*@ - 4.096*232/56 , (@ + 4.096*232/56)/(1+232/56)
+# compute in6 (1+120/56)*@ - 4.096*120/56 , (@ + 4.096*120/56)/(1+120/56)
+ compute in7 ((6.8/10)+1)*@ , @/((6.8/10)+1)
+
+#
+ # The BIOS will not set any limit for voltages.
+
+ set in0_min 0.825 * 0.95
+ set in0_max 1.425 * 1.05
+ set in1_min 1.8 * 0.95
+ set in1_max 1.8 * 1.05
+ set in2_min 3.3 * 0.95
+ set in2_max 3.3 * 1.05
+ set in3_min 5 * 0.95
+ set in3_max 5 * 1.05
+ set in4_min 12 * 0.95
+ set in4_max 12 * 1.05
+ set in7_min 5 * 0.95
+ set in7_max 5 * 1.05
+
+### Temperatures
+
+ label temp1 "System Temp"
+ # This sensor appears to be around or inside the ITE8716F chip.
+ set temp1_min 0
+ set temp1_max 40
+
+ label temp3 "CPU Temp (Thermal Diode)"
+ # This sensor can show 2 degrees difference to the K8 sensor.
+ # The end user can choose which one they prefer.
+ set temp3_min 0
+ set temp3_max 60 # Set to match your BIOS "CPU Warning Temperature"
+
+ ignore temp2 #"Second CPU Temp (Thermistor)"
+ #This sensors appears to follow the CPU temp but with a large termal lag so not very usable
+
+### Fans
+
+ # Label based on motherboard connectors.
+ label fan1 "CPU Fan" # M/B label: CPU_FAN (4-pin)
+ label fan2 "System Fan" # M/B label: SYS_FAN (3-pin)
+
+ # Minimum fan speeds.
+ # Comment/un-comment fan headers you are using if you want alarms.
+ set fan1_min 300 # CPU Fan
+ set fan2_min 300 # System Fan 1