http://bugzilla.kernel.org/show_bug.cgi?id=10658
------- Comment #11 from [EMAIL PROTECTED] 2008-05-11 19:53 ------- >From the acpidump in the comment #2 it seems that there only exists the definition of "critical trip points temperature". And when the temperature reaches the critical degress , OSPM will perform the criticial shutdown. >Method (_CRT, 0, NotSerialized) { > Store (0x65, Local0) > Multiply (Local0, 0x0A, Local0) > Add (Local0, 0x0AAC, Local0) > Return (Local0) > } What Rui said in comment #8 is right. If the ACPI changes the processor P/T-state for thermal control, the _PSL object is required, which returns the passive coolling device list.(Of course the _PSV object is also required.) If the ACPI turns on/off fan device for the thermal control, the _ALx object is required, which returns the list of fan cooling device. (Of course the _ACx object is also required). Unfortunately the above objects doesn't exist on this laptop. And there is no cooling device that can be used to cool the system temperature. -- Configure bugmail: http://bugzilla.kernel.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee. ------------------------------------------------------------------------- This SF.net email is sponsored by the 2008 JavaOne(SM) Conference Don't miss this year's exciting event. There's still time to save $100. Use priority code J8TL2D2. http://ad.doubleclick.net/clk;198757673;13503038;p?http://java.sun.com/javaone _______________________________________________ acpi-bugzilla mailing list acpi-bugzilla@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/acpi-bugzilla