Bug 43299
Summary: | fails to suspend - ubuntu 12.04 amd64 - Asus 1201n | ||
---|---|---|---|
Product: | Power Management | Reporter: | uoL (wmarcos) |
Component: | Hibernation/Suspend | Assignee: | power-management_other |
Status: | CLOSED DUPLICATE | ||
Severity: | normal | CC: | alan, gilboad, jrnieder, lenb, mypersonalmailbox1, vaccinus |
Priority: | P1 | ||
Hardware: | All | ||
OS: | Linux | ||
Kernel Version: | 3.2.0-24-generic | Subsystem: | |
Regression: | No | Bisected commit-id: | |
Attachments: | Apport info |
Description
uoL
2012-05-25 20:11:14 UTC
The same here. As mentioned before: http://www.ubuntu-es.org/node/167890 edit file /etc/rc.local and add two lines conataining: echo US15 | sudo tee /proc/acpi/wakeup echo USB0 | sudo tee /proc/acpi/wakeup So it's like: ########################################################################### #!/bin/sh -e # # rc.local # # This script is executed at the end of each multiuser runlevel. # Make sure that the script will "exit 0" on success or any other # value on error. # # In order to enable or disable this script just change the execution # bits. # # By default this script does nothing. echo US15 | sudo tee /proc/acpi/wakeup echo USB0 | sudo tee /proc/acpi/wakeup exit 0 ######################################################################### Works for me. Have a good day! Yes! they updated and found the solution.. Works for me too. Will mark it as resolved. Thanks !! Work-around confirmed working on a number of Fedora 17 / x86_64 machines w/ 3.4 kernel. - Gilboa Probably will be ok without the workaround from 3.6 *** This bug has been marked as a duplicate of bug 43081 *** Hi, As someone who has dealt with ASUS mainboards and chipset USB ports with OHCI USB controllers, I am not surprised that Eee PC 1201N has this bug. This netbook uses NVIDIA chipset and is made by ASUS. There is a recurring pattern of ASUS products and computers with OHCI USB controllers having this wakeup issues. Not all such products have this bug, but it is a strong predictor. Regards, fpgahardwareengineer |