Did you disable the XHCI driver (USB 3.0)? With it loaded suspend/resume will not work properly. Look at this commit for the solution Fedora chose for F14;
http://koji.fedoraproject.org/koji/b...buildID=200409
* Wed Oct 13 2010 Dave Jones <davej@redhat.com> 2.6.35.6-43 - bump build. * Wed Oct 13 2010 Kyle McMartin <kyle@redhat.com> - Disable XHCI registration by default. Passing xhci.enable=1 to the kernel will enable it, as will echo "options xhci-hcd enable=1" >/etc/modprobe.d/xhci.conf This is necessary, because it is beginning to turn up on more and more boards, and prevents suspend if the device is probed (since it does not implement suspend handlers.) Simply removing the module alias would work (and require you to manually load the driver, like for floppy) however, there's a chance people would like to install onto usb3 drives, so let's provide them with an easy means to enable it (the grub cmdline.)


Reply With Quote
