> problem more or less as described in the subject > line. This is an Ultra 20 M2, running svn_103.
> uadmin 3 21 returns 0, but if I try to suspend, either by clicking the > suspend button in the gnone-panel, or by running uadmin 3 20 or even > uadmin 3 22 (!) the system tries to suspend but then hangs there Try to reboot into single user mode using kernel boot option "-s" and try a suspend using this script: % cat /usr/tmp/suspend #!/bin/sh wake_time=0 if [ x"$1" = x-t ]; then wake_time=5 fi pmconfig modload -p misc/cpr ( echo "pm_debug/W80000000; ppm_debug/W80000000;" echo "cpr_debug/W3;" echo "vgatext_force_suspend/W1;" echo "acpi_rtc_wake/W$wake_time;" ) | mdb -wk sync;sync;sync set -x uadmin 3 20 What output does it produce? Does it supend? -- This message posted from opensolaris.org