Date: Tue, 03 Jul 2012 13:05:26 +0200 From: Peter Zehm <Peter.Zehm@crush-net.de> To: freebsd-acpi <freebsd-acpi@FreeBSD.org> Subject: Re: Resume failed after Suspend on Thinkpad x201i Message-ID: <4FF2D1F6.4090402@crush-net.de> In-Reply-To: <201207031411248300207@gmail.com> References: <201207021729413382845@gmail.com>, <4FF2599B.6050409@gmail.com> <201207031411248300207@gmail.com>
next in thread | previous in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?4FF2D1F6.4090402>