Comment 247 for bug 121653

Revision history for this message
cement_head (andorjkiss) wrote :

Gutsy Gibbon, Catalyst 8.1; ATI x2300; HP 6910p laptop

Seem to need to explicitly dump the "usb" and "ndiswrapper" (wireless) modules on suspend and hibernate to get it to work (S & H) consistently.

Everything else seems to work ok - other than the compiz issues.

from /etc/default/acpi-support:

# Add modules to this list to have them removed before suspend and reloaded
# on resume. An example would be MODULES="em8300 yenta_socket"
#
# Note that network cards and USB controllers will automatically be unloaded
# unless they're listed in MODULES_WHITELIST
MODULES="ehci_hcd uhci_hcd ohci1394 ndiswrapper"

- CH