I got this laptop to suspend/resume by unloading the usb drivers. Add this script to /etc/pm/sleep.d, call it something like 20_custom-ehci_hcd and make it executable:
BUSES="0000:00:1a.0 0000:00:1d.0" case "${1}" in hibernate|suspend) for bus in $BUSES; do echo -n $bus | tee /sys/bus/pci/drivers/ehci_hcd/unbind done ;; resume|thaw) for bus in $BUSES; do echo -n $bus | tee /sys/bus/pci/drivers/ehci_hcd/bind done ;; esac I have not successfully been able to hibernate and resume even with Ubuntu 10.10 and the most up to date kernels. I ran the script: apport-collect -p linux 708840 to report the current state. I was expecting to be prompted to enter what was happening but there was no such prompt. The problem continues to be that when I hibernate, instead of going into a low/no power state, the computer freezes with a blank screen. No keyboard or mouse activity wake (or even affect) the laptop. After hard rebooting, everything runs normal. On Tue, Feb 22, 2011 at 10:45 AM, Jeremy Foshee <708...@bugs.launchpad.net>wrote: > Hi Steven, > > Please be sure to confirm this issue exists with the latest development > release of Ubuntu. ISO CD images are available from > http://cdimage.ubuntu.com/daily/current/ . However, note you can only > test Suspend, not Hibernate, when using a LiveCD. If the issue remains, run > the following command from a Terminal (Applications->Accessories->Terminal) > it will automatically gather and attach updated debug information to this > report. > > apport-collect -p linux 708840 > > Also, please be sure to take a look at > https://wiki.ubuntu.com/DebuggingKernelSuspendHibernateResume . If you > can provide any additional information outlined there it would be much > appreciated. > > Additionally, if you could try to reproduce this with the upstream mainline > kernel that would be great. It will allow additional upstream developers to > examine the issue. Refer to https://wiki.ubuntu.com/KernelMainlineBuilds. > Once you've tested the upstream kernel, please remove the > 'needs-upstream-testing' tag. This can be done by clicking on the yellow > pencil icon next to the tag located at the bottom of the bug description and > deleting the 'needs-upstream-testing' text. Thanks in advance. > > [This is an automated message. Apologies if it has reached you > inappropriately; please just reply to this message indicating so.] > > > ** Tags added: kernel-hibernate > > ** Tags added: needs-kernel-logs > > ** Tags added: needs-upstream-testing > > ** Tags added: kj-triage > > ** Changed in: linux (Ubuntu) > Status: New => Incomplete > > -- > You received this bug notification because you are a direct subscriber > of the bug. > https://bugs.launchpad.net/bugs/708840 > > Title: > ASUS K42J fail to wake from sleep or hibernate > > Status in “linux” package in Ubuntu: > Incomplete > > Bug description: > ProblemType: Bug > DistroRelease: Ubuntu 10.04.1 LTS > Release: 10.04 > Package: hibernate and suspend (not installed) > Architecture: AMD64 > Date: Thu Jan 27 14:40 2010 > > Using ASUS K42JC for 4 months now with this setup. Computer has 4GB > of RAM, swap partition is 5GB so space should not be a problem. > Computer fails to suspend and hibernate. The following describes the > progression of the failure. > > Suspend: > Initiate the screen saver. After a second or two the screen saver > freezes. Image remains on the screen in full power mode. > Input from the keyboard and mouse produce no response, fail to wake. > Pressing the power key has no response. Hard reboot. > > Hibernate: > Begins screen saver. Freezes. Screen flashes off then on. Image of > frozen screen saver remains on the screen. Mouse and keyboard input > produce no response. Power button produces no response. Hard reboot. > > After hard rebooting all the hardware works okay. > > To unsubscribe from this bug, go to: > https://bugs.launchpad.net/ubuntu/+source/linux/+bug/708840/+subscribe > -- Steve Howell steven.c.how...@gmail.com 801.602.9769 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/708840 Title: ASUS K42J fail to wake from sleep or hibernate -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs