[Bug 562484] [NEW] Cannot suspend with a USB3 port (HP8540w)

2010-04-13 Thread Gabou
Public bug reported: Binary package hint: pm-utils Description:Ubuntu lucid (development branch) Release:10.04 (Installed from beta1) pm-utils: Installed: 1.3.0-1 What I expect: To go in suspend mode What happened: I see the "user locked" screen, I'm back on my session after entering

[Bug 562484] Re: Cannot suspend with a USB3 port (HP8540w)

2010-04-13 Thread Gabou
** Attachment added: "Temporary fix" http://launchpadlibrarian.net/44062629/05_xhci ** Attachment added: "Dependencies.txt" http://launchpadlibrarian.net/44060919/Dependencies.txt -- Cannot suspend with a USB3 port (HP8540w) https://bugs.launchpad.net/bugs/562484 You received this bug not

[Bug 522998] Re: XHCI (USB 3.0) kernel Module Prevents Suspend

2010-11-11 Thread Gabou
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"