Comment 9 for bug 680925

Revision history for this message
Óskar V. Gíslason (oskarvgislason) wrote :

Well after implementing the old solution after the kernel update suspend and hibernation seem to work now!

The soulution that now worked was:

Solution:

1. Open up the console and create a new file:
Code:
sudo nano /etc/pm/config.d/usb3-suspend-workaround
2. Add this line:
Code:
SUSPEND_MODULES="xhci-hcd ehci-hcd"
That's it.