[Bug 216633] Re: Resume Causes USB Mouse to be Ignored
The solution is this: http://ubuntuforums.org/showthread.php?t=781952 cd /usr/lib/pm-utils/sleep.d sudo touch 98usb sudo chmod +x 98usb gksudo gedit 98usb #!/bin/sh case "$1" in resume|thaw) lsusb ;; *) ;; esac ** Changed in: acpi (Ubuntu) Status: New => Fix Released -- Resume Causes USB Mouse to be Ignored https://bugs.launchpad.net/bugs/216633 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 216633] Re: Resume Causes USB Mouse to be Ignored
Thanks for the tip. Tried blacklisting ehci_hcd, but it did not resolve the problem. -- Resume Causes USB Mouse to be Ignored https://bugs.launchpad.net/bugs/216633 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 216633] Re: Resume Causes USB Mouse to be Ignored
Your problem might be similar to bug #211572 . I had a similar problem and I could work around it blacklisting the ehci_hcd module. See https://bugs.launchpad.net/ubuntu/+source/linux/+bug/211572/comments/20 for details. -- Resume Causes USB Mouse to be Ignored https://bugs.launchpad.net/bugs/216633 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 216633] Re: Resume Causes USB Mouse to be Ignored
http://ubuntuforums.org/showthread.php?p=4714864 -- Resume Causes USB Mouse to be Ignored https://bugs.launchpad.net/bugs/216633 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs