http://bugzilla.kernel.org/show_bug.cgi?id=5534
------- Additional Comments From [EMAIL PROTECTED] 2006-08-06 09:22 ------- Still fails for me after a resume (both in-kernel swsusp and Software Suspend 2). I am now using kernel 2.6.18-rc2 with the multi-thread patch from here. I patched my DSDT with the following, which basically prints a message each time the loop in _L19 is executed, each time a _TMP method is called, and shows the value of the flag C176, which seems to control the resetting of the trip points. The result was, after resume, when the machine got hot, the reported temperature stuck at 58 and the following was repeatedly send to syslog: Aug 6 17:27:39 ceiriog kernel: [ACPI Debug] String: [0x19] "DSDT _L19 Local0=00000010" Aug 6 17:27:39 ceiriog kernel: [ACPI Debug] String: [0x20] "DSDT get_temp(00000000)=00000042" Aug 6 17:27:39 ceiriog kernel: [ACPI Debug] String: [0x1D] "DSDT need_reset_trip=00000001" Aug 6 17:27:39 ceiriog kernel: [ACPI Debug] String: [0x19] "DSDT _L19 Local0=00000010" Aug 6 17:27:39 ceiriog kernel: [ACPI Debug] String: [0x20] "DSDT get_temp(00000000)=00000042" Aug 6 17:27:39 ceiriog kernel: [ACPI Debug] String: [0x1D] "DSDT need_reset_trip=00000001" So, we are still stuck in the damn _L19 loop: the NOTIFY events are being processed and the _TMP methods called, but this does not seem to switch on the fan or reset the trip points. ------- You are receiving this mail because: ------- You are on the CC list for the bug, or are watching someone who is. ------------------------------------------------------------------------- Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to share your opinions on IT & business topics through brief surveys -- and earn cash http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV _______________________________________________ acpi-bugzilla mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/acpi-bugzilla
