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
** 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
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"