> I uninstalled the nvidia drivers. > upon enabling cpr_debug and running uadmin 3 22 I > get > Saving System State. Please Wait... > suspending drivers...Suspending device keyboard at 0 > Suspending device mouse at 1 > Suspending device i8042 at 1,60 > Suspending device device at 0
"device at 0" ? Or "display at 0" ? > here it stops. The display stays on, I can type > blindly again, networking is back. So I ssh'ed into > the notebook. dmesg gives: > WARNING: Unable to suspend device display at 0. > WARNING: Device is busy or does not support suspend/resume. Yep, the standard "vgatext" driver does not support suspend / resume. Suspending drivers fails at this point. A dangerous kernel tunable is "vgatext_force_suspend", if you set it to 1 vgatext returns "success" during a suspend, but does not suspend the video hardware. > Looks like I cannot suspend with the non-nvidia > display driver. Still why doesn't the display come > back, when it didn't complete the suspend? Good question... I would expect that is resumes the i8042, mouse and keyboard drivers and the system is back to normal state. > Whats next to check? With the latest nvidia driver > (180.22) I see the same result. > > uadmin 3 20 would suspend the notebook it halfway > wakes up again as described in the first post, i.e. > keyboard dead, networking still dead, disk spinning. Hmm, "disk spinning" could be pointing at defect #4603 / bug 6766845 ? http://defect.opensolaris.org/bz/show_bug.cgi?id=4603 Can you boot the laptop with option -B ata-disk-dma-enabled=0 and try a suspend & resume? -- This message posted from opensolaris.org