http://bugzilla.kernel.org/show_bug.cgi?id=6881





------- Additional Comments From [EMAIL PROTECTED]  2006-08-01 08:51 -------
please try this debug patch to test wake on lan.
>From the bug description and the screen message, this problem is likely 
relative to PCI1 GPE storm.

diff --git a/drivers/acpi/hardware/hwsleep.c b/drivers/acpi/hardware/hwsleep.c
index 8bb43ca..092a878 100644
--- a/drivers/acpi/hardware/hwsleep.c
+++ b/drivers/acpi/hardware/hwsleep.c
@@ -559,11 +559,12 @@ acpi_status acpi_leave_sleep_state(u8 sl
        }
        acpi_gbl_system_awake_and_running = TRUE;

+#if 0 /*YU debug*/
        status = acpi_hw_enable_all_runtime_gpes();
        if (ACPI_FAILURE(status)) {
                return_ACPI_STATUS(status);
        }
-
+#endif
        /* Enable power button */

        (void)


------- 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

Reply via email to