Bug 16590
Summary: | System never resumes from suspend | ||
---|---|---|---|
Product: | Power Management | Reporter: | bjwest |
Component: | Hibernation/Suspend | Assignee: | power-management_other |
Status: | CLOSED UNREPRODUCIBLE | ||
Severity: | high | CC: | lenb, rjw |
Priority: | P1 | ||
Hardware: | All | ||
OS: | Linux | ||
Kernel Version: | 2.6.32-34 | Subsystem: | |
Regression: | No | Bisected commit-id: | |
Bug Depends on: | |||
Bug Blocks: | 7216 |
Description
bjwest
2010-08-14 13:05:01 UTC
Have you tried with vga=0 in the kernel command line and no X? (In reply to comment #1) > Have you tried with vga=0 in the kernel command line and no X? I just tried that with the same results. The power light comes on, no disk activity (although the dvd does cycle, possibly just a poweron thing) and a blank screen. I found and followed some debugging tips at https://wiki.ubuntu.com/DebuggingKernelSuspend, but I don't get anything that looks remotely similar to what they say I should in the log file. That site also led me to http://ubuntuforums.org/showthread.php?p=3066404. It's three years old, but I'll read through it and see if I can get any more info. Although with no disk activity trying to resume, I doubt there will be any type of info in the logs to help. (In reply to comment #1) > Have you tried with vga=0 in the kernel command line and no X? You can try the following test: # echo core > /sys/power/pm_test # echo mem > /sys/power/state and see if it gets back to the command prompt (it should do that after about 5-10 seconds, depending on how much it takes to resume devices on your machine). (In reply to comment #3) > You can try the following test: > > # echo core > /sys/power/pm_test > # echo mem > /sys/power/state > > and see if it gets back to the command prompt (it should do that after about > 5-10 seconds, depending on how much it takes to resume devices on your > machine). Never returns. Screen goes blank with blinking cursor in upper-left corner. Left it for about 5 min. or so before I cycled power to reboot. Seems to be fixed in Kubuntu 11.04 with kernel 2.6.38. I'm changing this to Resolved, CODE_FIX. If that's not the correct status, let me know what it should be. |