Unable to hibernate with Ubuntu 9.04

Derek Broughton derek at pointerstop.ca
Mon Oct 26 13:01:26 UTC 2009


Phyllis Connick wrote:

> -----BEGIN PGP SIGNED MESSAGE-----
> Hash: SHA256
> 
> My apologies, I am still learning how to use a mailing list. It would seem
> that I have broken a single thread into multiple parts.
> 
> https://lists.ubuntu.com/archives/ubuntu-users/2009-October/199334.html
> https://lists.ubuntu.com/archives/ubuntu-users/2009-October/198237.html
> https://lists.ubuntu.com/archives/ubuntu-users/2009-October/198240.html
> https://lists.ubuntu.com/archives/ubuntu-users/2009-October/198329.html
> 
> Information:
> Ubuntu 9.04 (jaunty)
> Kernel Linux 2.6.28-16-generic
> GNOME 2.26.1
> 
> I was able to record the following error messages:
> 18042.c: No controller found.
> Pm_op(): platform_pm_thaw+0x0/0x50 returns -19
> PM: Device i8042 failed to thaw: error -19

Didn't you ask this a long time ago?  This is not a showstopper for 
hibernation, it simply can't wake up the controller (which quite possibly 
doesn't exist anyway).  Just create: 

$ cat /etc/pm/config.d/05suspend_modules
# modules to be unloaded before suspend and loaded on resume
SUSPEND_MODULES="i8042"

which will do an "rmmod" on hibernation and an "insmod" on resume.

> I did not know I needed a separate hard drive partition for a swap file. I
> assumed the Ubuntu installation process automatically made one based upon
> my hardware.

That would seem far more relevant.  Do you now have a swap partition?
-- 
derek





More information about the ubuntu-users mailing list