Ignacio Marambio Catán wrote: > On Wed, Jul 15, 2009 at 10:12 AM, Gordon<gfreem...@gmail.com> wrote: > > I'm running svn_111b and my system will not enter suspend mode. > try reboot -f dryrun > after that check dmesg, that should tell you what driver has problems
Nope, that reboot command tests if the system is able to do a fast-reboot. To test suspend without entering ACPI S3 state you can use the "uadmin 3 22" command. E.g. with a shell script like this (this also enables some extra suspend/resume debug output): # cat /usr/tmp/test-suspend #!/bin/sh /usr/sbin/pmconfig /usr/sbin/modload -p misc/cpr ( echo 'cpr_debug/W 3;' echo 'pm_debug/W 0x80000000;' ) | mdb -wk /usr/sbin/sync; /usr/sbin/sync; /usr/sbin/sync /usr/sbin/uadmin 3 22 -- This message posted from opensolaris.org _______________________________________________ opensolaris-discuss mailing list opensolaris-discuss@opensolaris.org