On Wed, Jan 5, 2011 at 2:45 PM, Joris Creyghton <jorisctn@xxxxxxxxx> wrote: > The MCH temp. is always 0 en never jumps. > > Attached you'll find the file /sys/firmware/acpi/tables/DSDT Hum, it appears to be a bug in the ACPI code, the method that reads the temperature does not know how to read the MCH temperature which would be HWT2 (the entry is present in the enumeration though): Method (TGET, 1, NotSerialized) { If (LEqual (Arg0, Zero)) { Return (^^SIOR.HWT1 ()) } If (LEqual (Arg0, One)) { Return (^^SIOR.HWT0 ()) } } To complicate things the firmware provides both the old and the new ATK0110 interfaces, and the driver selects the old one. The new one seems to have the code to read all the sensors. I'll see what I can do. Luca _______________________________________________ lm-sensors mailing list lm-sensors@xxxxxxxxxxxxxx http://lists.lm-sensors.org/mailman/listinfo/lm-sensors