> on my notebook (now) running SXCE build 105 the > system seems to suspend just fine. ... > But doesn't wake up completely. When pressing any key > the LED turns into green again, the hard disk spins > up, NUMLOCK is set to on and that's it.
> What information do we need to find out where it > hangs? Which switches do I have to turn to get more > information logged? Console output to COM1 or COM2 serial port is needed, but I doubt if that sony laptop has onboard serial ports. It seems that the Sony Vaio AW11Z is using nvidia graphics hardware. That doesn't make suspend/resume debugging easier, because vga text console output (e.g. debug output) is stopped as soon as nvidia suspends, and remains silent until the nvidia driver resumes. You could try a "test suspend-to-ram" with some debug output enabled, from the text console, using the "uadmin 3 22" command; maybe that works, or maybe the hang occurs after the nvidia driver has resumed: pmconfig modload -p misc/cpr echo "cpr_debug/W3;" | mdb -wk uadmin 3 22 -- This message posted from opensolaris.org