]> git.sur5r.net Git - groeck-nct6775/commitdiff
Add NCT6776F usage note
authorGuenter Roeck <linux@roeck-us.net>
Sun, 18 Mar 2012 00:22:32 +0000 (17:22 -0700)
committerGuenter Roeck <linux@roeck-us.net>
Sun, 18 Mar 2012 00:22:32 +0000 (17:22 -0700)
Signed-off-by: Guenter Roeck <linux@roeck-us.net>
README

diff --git a/README b/README
index 6ca0119dee8f97ec5f712ca34875c3e3ffc96dde..97190533810468c16b741ea1438838b3ae9c2d4f 100644 (file)
--- a/README
+++ b/README
@@ -135,6 +135,29 @@ This modes tries to keep the fan speed constant.
 Untested; use at your own risk.
 
 
+Usage Notes
+-----------
+
+On some motherboards with NCT6776F, temperature readings for CPUTIN and AUXTIN
+are not correct. In addition, the reported CPUTIN may be _lower_ if the CPU load
+increases.
+
+On an ASUS P8H67V board, the observed relationship between measured and real
+temperatures was approximately
+       T(cpu,real) = 80 - (T(cpu,measured) / 2)
+       T(aux,real) = T(aux,measured) - 30000
+if the thermal sensor type was set to "thermistor(4)".
+
+The reported value for CPUTIN sometimes jumps significantly, up to 10 degrees C
+between measurements. Changing the sensor types on that board to diode(1) or
+thermal diode (3) did not help.
+
+The problem with AUXTIN can possibly be addressed by setting temp3_offset to
+-30000. It is currently unknown, however, if the AUXTIN sensor is actually
+connected to anything. The CPUTIN sensor is obviously connected to something,
+but how the reported temperature relates to the real world is unknown. 
+
+
 Implementation Details
 ----------------------