On Mon, Apr 04, 2011 at 04:29:12PM +0200, Ulrich Windl wrote: > No support for device type: battery > Thermal 1: ok, 8.0 degrees C > No support for device type: ac_adapter >From the DSDT on a DL580 G7: Scope (_TZ) { Name (\TEMP, 0x0AFF) ... Method (_TMP, 0, NotSerialized) { Store ("_TMP Method", Debug) Return (TEMP) } And there's nothing else that touches TEMP (there's a different TEMP in the CPU setup tables, but they're in different namespaces). So _TMP always returns 0x0AFF, which is 2815, which is 281.5 kelvin, which is 8.3 degrees C. Looks like a BIOS bug. -- Matthew Garrett | mjg59@xxxxxxxxxxxxx -- To unsubscribe from this list: send the line "unsubscribe linux-acpi" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html