http://bugzilla.kernel.org/show_bug.cgi?id=12203
[email protected] changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |acpi- | |[email protected] | |et Severity|low |normal Status|NEW |NEEDINFO Component|Other |Power-Thermal Summary|ACPI Report for Clevo M7X0SU|ACPI Exception (thermal- | |0469): AE_ERROR, ACPI | |thermal trip point state | |changed - Clevo M7X0SU ------- Comment #2 from [email protected] 2008-12-12 12:53 ------- > ACPI: Please send DMI info above to [email protected] > ACPI: If "acpi_osi=Linux" works better, please notify > [email protected] This can be ignored, unless acpi_osi=Linux makes the system behave better in some way. Note that in future kernels we'll not be displaying the DMI messages. FWIW, OSI(Linux) has no effect on this machine because of the way the AML is written: Name (LINX, 0x00) If (_OSI ("Linux")) { Store (0x01, LINX) } and LINX is never referenced. > My emails are being silently ignored by the relevant mailing list. note that html messages are not forwarded by vger.kernel.org, and messages over 100K are ignored too. We shouldn't be asking people to try to send acpidump to the list b/c many of them are over 100K (this one is, at least when uncompressed). attaching to a bugzilla report is better. So what's left is this: > ACPI Exception (thermal-0469): AE_ERROR, ACPI thermal trip point state changed > Please send acpidump to [email protected] 2.6.27.7: thermal.c: if ((flag & ACPI_TRIPS_PASSIVE) || (flag & ACPI_TRIPS_DEVICES)) { if (valid != tz->trips.passive.flags.valid) 469: ACPI_THERMAL_TRIPS_EXCEPTION(flag, "state"); } please paste the output from grep . /proc/acpi/thermal_zone/*/* if you can reproduce this, it would be great to get it both before and after the message. -- 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, or are watching someone who is. ------------------------------------------------------------------------------ SF.Net email is Sponsored by MIX09, March 18-20, 2009 in Las Vegas, Nevada. The future of the web can't happen without you. Join us at MIX09 to help pave the way to the Next Web now. Learn more and register at http://ad.doubleclick.net/clk;208669438;13503038;i?http://2009.visitmix.com/ _______________________________________________ acpi-bugzilla mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/acpi-bugzilla
