Folks,
Figured out my own answer to this problem:
- Edit the acpi-support configuration file (/etc/default/acpi-support)
- Change the following lines:
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=""
to ->
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="ipw2200 intel_agp agpart"
Hope this helps anyone else with the same problem...Thanks to the following site for ideas on solution:
http://www.amitsrivastava.net/2008-03-23-hibernate-suspend-resolved-ubuntu-gutsy-nvidia-dell-vostro/
One more update, I also had the problem again a day later, so far it seems to be working with SUSPEND_MODES="acpi-support"