Page 1 of 1

Suspend/Resume issues

Posted: Thu Dec 06, 2012 2:38 pm
by Dans564
Hey all!

So my suspend and/or resume aren't working. When attempting to suspend, I am tossed to the lock-screen and once logged in wifi is disabled, requiring a reboot.
Following the Ubuntu Wiki I gathered some information to help with diagnosis.
After running

Code: Select all

sudo sh -c "sync; echo 1 > /sys/power/pm_trace; pm-suspend"
the following was returned:
http://pastebin.com/dzeyMmug
Also, here is my dmesg:
http://pastebin.com/3716pV6Q
hope these can help someone help me :D I can't make much sense of them

Have an awesome day!
Daniel

Re: Suspend/Resume issues

Posted: Thu Dec 06, 2012 7:29 pm
by Dans564
Figured out that the two lines that are "enabled" in the first pastebin are:

Code: Select all

00:1a.0 USB controller: Intel Corporation 5 Series/3400 Series Chipset USB2 Enhanced Host Controller (rev 05)
and

Code: Select all

00:1d.0 USB controller: Intel Corporation 5 Series/3400 Series Chipset USB2 Enhanced Host Controller (rev 05)
Are these what are stopping my suspend?

Re: Suspend/Resume issues

Posted: Sat Dec 08, 2012 1:06 am
by Dans564
bump