I just upgraded from 8.04 to 9.04 and now when I suspend to ram I need to wake it up twice.
It starts waking up then goes to sleep the second time it works. It consistently does this. I'm thinking maybe there is a residual program that was left behind from 8.04 that is causing this. What is the best way to go about fixing this?
More information I also get an error message on resume
[An unknown error occurred while Suspend to RAM. The errorcode is: '1']
fixed
looking around I found to look at /var/log/pm-suspend.log
It was failing with 48hid2hci
so I did "sudo chmod a-x /usr/lib/pm-utils/sleep.d/48hid2hci"
that seems to have fixed my issue
It starts waking up then goes to sleep the second time it works. It consistently does this. I'm thinking maybe there is a residual program that was left behind from 8.04 that is causing this. What is the best way to go about fixing this?
More information I also get an error message on resume
[An unknown error occurred while Suspend to RAM. The errorcode is: '1']
fixed
looking around I found to look at /var/log/pm-suspend.log
It was failing with 48hid2hci
so I did "sudo chmod a-x /usr/lib/pm-utils/sleep.d/48hid2hci"
that seems to have fixed my issue