diff --git a/etc/sensors.conf.eg b/etc/sensors.conf.eg index 9aef8a69..331d5a55 100644 --- a/etc/sensors.conf.eg +++ b/etc/sensors.conf.eg @@ -192,6 +192,8 @@ chip "lm80-*" # The values below should be correct if you own a qdi BX (brilliant1) # mainboard. If not, please contact us, so we can figure out better readings. +# Many thanks go to Peter T. Breuer for helping us figure +# out how to handle the LM80. # For positive voltages (in0..in4), two resistors are used, with the following # formula (R1,R2: resistor values, Vs: read voltage, Vin: pin voltage) @@ -224,6 +226,6 @@ chip "lm80-*" compute in0 (24/14.7 + 1) * @ , @ / (24/14.7 + 1) compute in2 (22.1/30 + 1) * @ , @ / (22.1/30 + 1) compute in3 (2.8/1.9) * @, @ * 1.9/2.8 - compute in4 (160/35.7 + 1) * @ @ / (160/35.7 + 1) + compute in4 (160/35.7 + 1) * @, @ / (160/35.7 + 1) compute in5 (160/35.7)*(@ - in0) + @, (@ + in0 * 160/25.7)/ (1 + 160/25.7) compute in6 (36/16.2)*(@ - in0) + @, (@ + in0 * 36/16.2) / (1 + 36/16.2)