summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArtem Egorenkov <aegorenkov.91@gmail.com>2020-12-02 14:42:07 +0100
committerGitHub <noreply@github.com>2020-12-02 14:42:07 +0100
commitc0a40c79d9db3603b0af925993a74940df6b9f06 (patch)
treeb27c879a879e3854b31064661de9fc83aeabaccc
parent2deb087582d372299b68294488e9fad1cc1f7a93 (diff)
parent1346f116386e062538ce8cac63cbcb1df4d76de2 (diff)
downloadlm-sensors-git-c0a40c79d9db3603b0af925993a74940df6b9f06.tar.gz
Merge pull request #295 from drfiemost/biostar_a960d_v2
Add Biostar A960D+V2 config
-rw-r--r--configs/Biostar/A960D+V2.conf51
1 files changed, 51 insertions, 0 deletions
diff --git a/configs/Biostar/A960D+V2.conf b/configs/Biostar/A960D+V2.conf
new file mode 100644
index 00000000..12e7d84f
--- /dev/null
+++ b/configs/Biostar/A960D+V2.conf
@@ -0,0 +1,51 @@
+# Configuration file contributed by Leandro Nini.
+
+
+# libsensors configuration file
+# -----------------------------
+#
+# This is a first attempt at a custom configuration file for the Biostar A960D+V2.
+# This custom configuration file should be copied to /etc/sensors.d/Biostar-A960D+V2.conf.
+#
+# Custom configuration files for some specific mainboards can be found at
+# https://github.com/lm-sensors/lm-sensors/tree/master/configs
+
+# READ THE MAN PAGE DOCUMENTATION OF 'sensors.conf' FOR MORE
+# COMPLETE INFORMATION. ie:
+
+# man sensors.conf
+
+chip "it8728-*"
+
+# All labels set to match Biostar A960D+V2 BIOS displayed labels. See
+# the 'PC Health' screen in the BIOS.
+
+# Voltage settings
+
+ label in0 "CPU"
+ label in1 "DDR"
+ label in2 "+12V"
+ label in3 "+5V"
+ ignore in4
+ ignore in5
+ label in6 "Chip"
+
+ compute in2 6.0*@,@/6.0
+ compute in3 ((15/10)+1)*@ , @/((15/10)+1)
+
+# Fan settings
+
+ label fan1 "CPU Fan"
+ label fan2 "Sys1 Fan"
+ ignore fan3
+
+# Temperature sensor settings
+
+ label temp1 "CPU Temp"
+ label temp3 "Sys Temp"
+
+# temp2 is not identified
+ ignore temp2
+
+ ignore intrusion0
+