From owner-acpi-jp@jp.freebsd.org  Sat Aug 11 10:31:02 2001
Received: (from daemon@localhost)
	by castle.jp.freebsd.org (8.9.3+3.2W/8.7.3) id KAA38458;
	Sat, 11 Aug 2001 10:31:02 +0900 (JST)
	(envelope-from owner-acpi-jp@jp.FreeBSD.org)
Received: from taxismtp2.alchemyfx.com (taxismtp2.alchemy.net [209.132.220.152])
	by castle.jp.freebsd.org (8.9.3+3.2W/8.7.3) with ESMTP id KAA38451
	for <acpi-jp@jp.freebsd.org>; Sat, 11 Aug 2001 10:31:01 +0900 (JST)
	(envelope-from neckpain@nettaxi.com)
From: neckpain@nettaxi.com
Received: from localhost (L026241.ppp.dion.ne.jp [211.126.26.241])
	by taxismtp2.alchemyfx.com (8.9.3/8.9.3) with ESMTP id SAA30559;
	Fri, 10 Aug 2001 18:36:29 -0700
Message-Id: <200108110136.SAA30559@taxismtp2.alchemyfx.com>
Date: Sat, 11 Aug 2001 10:29:54 +0900
To: takawata@shidahara1.planet.sci.kobe-u.ac.jp
Cc: acpi-jp@jp.freebsd.org, current@FreeBSD.ORG
References: <200107200619.PAA43625@shidahara1.planet.sci.kobe-u.ac.jp>
Mime-Version: 1.0
Content-Type: text/plain; charset=iso-2022-jp
Content-Disposition: inline
In-Reply-To: <200107200619.PAA43625@shidahara1.planet.sci.kobe-u.ac.jp>
User-Agent: Mutt/1.3.19i-ja0
X-Dispatcher: imput version 20000228(IM140)
Lines: 27
Reply-To: acpi-jp@jp.freebsd.org
Precedence: list
X-Distribute: distribute version 2.1 (Alpha) patchlevel 24e+010328
X-Sequence: acpi-jp 1222
Subject: [acpi-jp 1222] Re: [HEADS UP]:ACPI S2-S4BIOS code was commited.
Errors-To: owner-acpi-jp@jp.freebsd.org
Sender: owner-acpi-jp@jp.freebsd.org
X-Originator: neckpain@nettaxi.com

On Fri, Jul 20, 2001 at 03:19:25PM +0900, Takanori Watanabe wrote:
> I now commited ACPI S2-S4BIOS code.
> In some machine, there are problem after resume.
> For example, keyboard will not work.
> (Keyboard reset required in DEVICE_RESUME method.)
> But it worked.

After this commit, acpiconf -s3 works on my VAIO(PCG-C1XE). thanks.
However, after the second S3 sleep it never wakes up.

The first S3 sleep:
 - Type 'acpiconf -s3' as root.
 - The fan turn off, and the power led becomes amber and blinking.
 - Hitting keys or jogdial resume the machine.

The second S3 sleep:
 - Type 'acpiconf -s3' as root.
 - The fan turn off, and the power led becomes amber and blinking.
 - Hitting keys or jogdial turns off the power led(!)
 - Even pressing the power button doesn't boot it. The only way to
    reboot it is to remove any power source and put it back again.

In addition, it also doesn't resume from S1 after resuming from S3;
the power led changes color from amber into green, but the screen
remains blank and the keyboard doesn't respond.

Any ideas how to investigate this?
