Temporary fix
(Please note the _ in  xhci_hcd)

On Ubuntu 10.10

# Be root
sudo su

# Edit this file
vim /etc/pm/sleep.d/05_xhci

Here is the content of this file
------------------------
#!/bin/sh
# Fix some issues with USB3

if [ "$1" = "suspend" ]
then
        modprobe -r xhci_hcd
fi

if [ "$1" = "resume" ]
then
        modprobe xhci_hcd
fi
---------------

# Change access right (not sure it's necessary)
chmod 755 /etc/pm/sleep.d/05_xhci

-- 
XHCI (USB 3.0) kernel Module Prevents Suspend
https://bugs.launchpad.net/bugs/522998
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

Reply via email to