From owner-acpi-jp@jp.freebsd.org  Fri Nov 16 17:49:54 2001
Received: (from daemon@localhost)
	by castle.jp.freebsd.org (8.9.3+3.2W/8.7.3) id RAA36578;
	Fri, 16 Nov 2001 17:49:54 +0900 (JST)
	(envelope-from owner-acpi-jp@jp.FreeBSD.org)
Received: from tasogare.imasy.or.jp (root@tasogare.imasy.or.jp [202.227.24.5])
	by castle.jp.freebsd.org (8.9.3+3.2W/8.7.3) with ESMTP id RAA36572;
	Fri, 16 Nov 2001 17:49:52 +0900 (JST)
	(envelope-from iwasaki@jp.FreeBSD.org)
Received: from localhost (iwasaki.imasy.or.jp [202.227.24.92])
	(authenticated as iwa with CRAM-MD5)
	by tasogare.imasy.or.jp (8.11.6+3.4W/8.11.6/tasogare) with ESMTP/inet id fAG8noW55280;
	Fri, 16 Nov 2001 17:49:50 +0900 (JST)
	(envelope-from iwasaki@jp.FreeBSD.org)
Date: Fri, 16 Nov 2001 17:49:47 +0900 (JST)
Message-Id: <20011116.174947.112630630.iwasaki@jp.FreeBSD.org>
To: acpi-jp@jp.freebsd.org, vova@express.ru
Cc: iwasaki@jp.FreeBSD.org
From: Mitsuru IWASAKI <iwasaki@jp.freebsd.org>
In-Reply-To: <15348.7312.14586.585473@vbook.express.ru>
References: <15347.52663.539806.962679@vbook.express.ru>
	<20011116.000207.74756347.iwasaki@jp.FreeBSD.org>
	<15348.7312.14586.585473@vbook.express.ru>
X-Mailer: Mew version 2.0 on Emacs 20.7 / Mule 4.0 (HANANOEN)
Mime-Version: 1.0
Content-Type: Text/Plain; charset=us-ascii
Content-Transfer-Encoding: 7bit
Reply-To: acpi-jp@jp.freebsd.org
Precedence: list
X-Distribute: distribute version 2.1 (Alpha) patchlevel 24e+010328
X-Sequence: acpi-jp 1472
Subject: [acpi-jp 1472] Re: for VAIO users
Errors-To: owner-acpi-jp@jp.freebsd.org
Sender: owner-acpi-jp@jp.freebsd.org
X-Originator: iwasaki@jp.freebsd.org

Hi, thank you for your very detailed report!

> System keys <Suspend> and <Hibernation> do not work
> (system suspends but after restore nothing work - full static)

Hmmm, this means that our S1 sleep doesn't work for your VAIO.
There is no _PTS and _GTS in your DSDT, and _WAK is doing almost nothing
so the problem is likely not in interpreter.  Could you set DDB breakpoint
at AcpiEnterSleepState and repeat single-step to see where to stuck?

> # acpiconf -s1 
> light power LED in orange color (suspend state) but don't turn off
> screen/hdd/etc, after notebook not react to any keys/mouse/etc

This is the same problem as above I think.

> # acpiconf -s2
> complains 'acpi0: AcpiHwObtainSleepTypeRegisterData failed - AE_NOT_FOUND'
> and nothing happens

Yes, it's expected because there is no _S2_ object in your DSDT.

> # acpiconf -s3 
> and
> # acpiconf -s4
> 
> turns notebook off without any shutdown operations (as removing all
> power)
> power LED flashes orange 
> after it only way to turn notebook ON remove all power sources (battary
> and AC), connect them back and then press power button

Currently we don't have OS hibernaion (S4), but BIOS hibernation.
You need to set hw.acpi.s4bios=1 after you create phdisk partition.
For s3, I don't have idea right now...  Could you try DDB for this as well?

> # acpiconf -s5
> shutdowns notebook as power button
> 
> # shutdown -p 
> does not turn PC off 

Odd.  What's the last console message?

Thanks
