With my new built computer Ubuntu 10.4 lucid won't hibernate or suspend. It's a custom-built Core i7 on the Gigabyte X58A-UD3R motherboard. Hibernate is enabled in the bios.
Running sudo hibernate gives:
hibernate:Warning: Tuxonice binary signature file not found. Some modules failed to unload: nvidia hibernate: Aborting suspend due to errors in ModulesUnloadBlacklist (use --force to override).
After installing, linux-generic-tuxonice and linux-headers-generic-tuxonice, and rebuilding my nvidia dev drivers, it still does not work. But I think I'm closer. Now, when I run sudo hibernate I get:
hibernate: TuxOnIce reported the following errors:
- TuxOnIce was aborted (see dmesg).
- Some devices refused to suspend (see dmesg).
"gmesg | grep error" returns
[ 736.173906] PM: Device usb9 failed to freeze: error -2
[ 736.642208] : A device suspend/resume returned an error.
Any ideas how to find out what is on usb9 and why it's failing to freeze. The only thing that I have on usb is the keyboard and mouse.
sudo /sbin/hibernatefrom your console. And copy-paste the results in your question ( if it doesn't work ). – Stefan Oct 2 '10 at 6:17