http://bugzilla.kernel.org/show_bug.cgi?id=15066
Len Brown <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] AssignedTo|acpi_power-ther...@kernel-b |[email protected] |ugs.osdl.org | --- Comment #12 from Len Brown <[email protected]> 2010-01-16 05:59:06 --- There is 1 thermal zone in the DSDT and it is returning a constant 0xBB8 = 3000 dK = 300.0 K = 26.85 C: Method (_TMP, 0, Serialized) { If (ECON) {...Return(...)} Return (0x0BB8) } There are no active trip points in the TZ, and thus even if the TZ were functioning, ACPI would not control the fans. "ECON" is referenced in many places in the supplied DSDT, and lots of functions are gutted when it is not set. I don't know what is supposed to set ECON -- maybe the rest of the acpidump will tell us; or maybe there is some sort of BIOS SETUP option... We could scribble on it if we want to find out, it lives here: OperationRegion (NVST, SystemMemory, 0xBF6BCE95, 0x0000003A) Field (NVST, AnyAcc, Lock, Preserve) { SMIF, 8, PRM0, 8, PRM1, 8, BRTL, 8, IGDS, 8, TLST, 8, CADL, 8, PADL, 8, CSTE, 16, NSTE, 16, SSTE, 16, LCDA, 16, LIDS, 8, PWRS, 8, BVAL, 32, CMPF, 8, CSTF, 8, GTF0, 56, GTF2, 56, IDEM, 8, DTS1, 8, DTS2, 8, DTSF, 8, PPMF, 32, ECON, 8, -- Configure bugmail: http://bugzilla.kernel.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. You are watching the assignee of the bug. ------------------------------------------------------------------------------ Throughout its 18-year history, RSA Conference consistently attracts the world's best and brightest in the field, creating opportunities for Conference attendees to learn about information security's most important issues through interactions with peers, luminaries and emerging and established companies. http://p.sf.net/sfu/rsaconf-dev2dev _______________________________________________ acpi-bugzilla mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/acpi-bugzilla
