Am 03.07.2012 08:11, schrieb 乔楚/HonestQiao: > #kldstat > kernel zfs.ko opensolaris.ko acpi_ibm.ko > #cat /root/set.sh > #!/bin/csh > sysclt -w sysctl debug.bootverbose=1 > sysclt -w sysctl debug.acpi.suspend_bounce=1 > > > sysclt -w hw.acpi.reset_video="$argv[1]" > sysclt -w hw.pci.do_power_resume="$argv[2]" > sysclt -w hw.pci.do_power_suspend="$argv[3]" > > Test:(8 times) > /root/set.sh 0 0 0; acpiconf -s 3 > /root/set.sh 0 0 1; acpiconf -s 3 > /root/set.sh 0 1 0; acpiconf -s 3 > /root/set.sh 0 1 1; acpiconf -s 3 > > /root/set.sh 1 0 0; acpiconf -s 3 > /root/set.sh 1 0 1; acpiconf -s 3 > /root/set.sh 1 1 0; acpiconf -s 3 > /root/set.sh 1 1 1; acpiconf -s 3 > > In All the test, the screen is light and black, system is hangup, nothing can > be done. > The only thing can be done, is push power button, to force it shutdown. > > In single user mode, the problem remains the same. > Load or UnLoad acpi_ibm.ko, no effect on. > > Maybe Suspend isn't success. Your script seems to try to execute "sysclt" instead of "sysctl". Just want to get sure this is only a typo in your mail not in the script itsself.
Regards Peter _______________________________________________ [email protected] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-acpi To unsubscribe, send any mail to "[email protected]"
