http://bugzilla.kernel.org/show_bug.cgi?id=11368
[EMAIL PROTECTED] changed: What |Removed |Added ---------------------------------------------------------------------------- Summary|AMD zm-80 fails to resume |keyboard fails to work after |from suspend to ram |resuming from suspend to ram | |-- AMD zm-80 ------- Comment #34 from [EMAIL PROTECTED] 2008-09-01 18:30 ------- 1. the black screen. an known issue, please use vbepost as a workaround. 2. network failure. a r8169 driver bug. please unload r8169 before suspend and reload it after resume. I think the network can work again. Now it seems that you're experiencing the same problem, i.e. keyboard doesn't work after resuming from S3, right? what keyboard are you using? if it a usb keyboard, it doesn't work because the usb driver is unloaded. If it's a PS2 keyboard, please try to use a usb keyboard, and run a script like the one below to test again? #!/bin/bash modprobe -r uhci_hcd; modprobe -r ehci_hcd; modprobe -r ohci_hcd; modprobe -r r8169; echo mem > /sys/power/state; sleep 1; vbetool post; modprobe uhci_hcd; modprobe ehci_hcd; modprobe ohci_hcd; modprobe r8169; -- 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. ------------------------------------------------------------------------- This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest Linux based applications with Moblin SDK & win great prizes Grand prize is a trip for two to an Open Source event anywhere in the world http://moblin-contest.org/redirect.php?banner_id=100&url=/ _______________________________________________ acpi-bugzilla mailing list acpi-bugzilla@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/acpi-bugzilla