[Bug 216633] Re: Resume Causes USB Mouse to be Ignored

2008-05-23 Thread aidave
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

2008-04-15 Thread aidave
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

2008-04-14 Thread aidave
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


[Bug 216633] Re: Resume Causes USB Mouse to be Ignored

2008-04-14 Thread c_t
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