From: Pavel M. <pa...@su...> - 2005-12-23 17:25:29
|
Hi! > >>I still haven't managed to finish of the resume process. The screen > >>comes back up and console switching works but that is just about where > >>it ends. I don't see any kernel panic messages either. Will RTFM and > >>fool around some more. > > > > RTFM will not help you here, I'm afraid. Try it with minimal kernel > > config. > > Ok, that sucks. This is what I get, one some VT that is not reachable > with Alt+Fx, I get this: > > inu > Back to C! > ACPI: PCI Interrupt 0000:00:14.1[A] -> GSI 16 (level, low) -> IRQ >177 > The inu is in yellow and I presume forms part of the word "Linux". I > get this screen when it comes back, from here I can switch to all twelfe > VTs with Alt+Fx, and back to this screen with Alt+right from tty1. Yep, "Linux" is printed from assembly header. Fortunately your machine gets into C, so you'll not have to debug _that_. You can just debug it using printk(). But try _minimal config_, first. > On tty1 I can type, but that is the only VT. This is also the VT I run > hibernate-ram from. Auto-repeat however does not function. The same > applies when running "echo mem > /sys/power/state" > > When running hibernate it doesn't power down! This seems odd since > powerdown works when going "init 0". Anyhow, the last messages I see is > this: > > Freezing processes > Preparing Image. > Starting to save the image.. > Writing caches... > Doing atormic copy. > Writing kernel & process data... > > And that is where it all stops. See Doc*/power/swsusp.txt. suspend to disk should be easier to fix. Pavel -- Thanks, Sharp! |