From owner-acpi-jp@jp.freebsd.org  Wed Dec  5 21:04:08 2001
Received: (from daemon@localhost)
	by castle.jp.freebsd.org (8.9.3+3.2W/8.7.3) id VAA46299;
	Wed, 5 Dec 2001 21:04:08 +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 VAA46294
	for <acpi-jp@jp.freebsd.org>; Wed, 5 Dec 2001 21:04:06 +0900 (JST)
	(envelope-from iwasaki@jp.FreeBSD.org)
Received: from localhost (root@localhost [127.0.0.1])
	(authenticated as iwa with CRAM-MD5)
	by tasogare.imasy.or.jp (8.11.6+3.4W/8.11.6/tasogare) with ESMTP/inet id fB5C3tP90738;
	Wed, 5 Dec 2001 21:03:56 +0900 (JST)
	(envelope-from iwasaki@jp.FreeBSD.org)
Date: Wed, 05 Dec 2001 21:03:28 +0900 (JST)
Message-Id: <20011205.210328.119855301.iwasaki@jp.FreeBSD.org>
To: acpi-jp@jp.freebsd.org, markun@onohara.to
From: Mitsuru IWASAKI <iwasaki@jp.freebsd.org>
In-Reply-To: <20011202234506.880E.MARKUN@onohara.to>
References: <20011202234506.880E.MARKUN@onohara.to>
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 1515
Subject: [acpi-jp 1515] Re: PCG-SRX7
Errors-To: owner-acpi-jp@jp.freebsd.org
Sender: owner-acpi-jp@jp.freebsd.org
X-Originator: iwasaki@jp.freebsd.org

Hi, thanks for reporting.
# May I add your acpidump.txt to our ACPI data collection?

> Lid switch (LCD panel open/close), AC online/offline and
> buttery information is detected correctly. But S1 sleep
> doesn't work.

Yes, because your DSDT doesn't have _S1_ object.  There are _S3_ and
_S4_ objects so you can configure /etc/sysctl.conf like
hw.acpi.sleep_button_state=S3
hw.acpi.lid_switch_state=S3
hw.acpi.standby_state=S3
instead of S1 (if S3 sleep works well).
If you want to hibernate your laptop for sleep, you can set S4 (and
hw.acpi.s4bios=1 for older kernel source) after creating SuspendToDisk
Partition which can be used by BIOS, but I'm not sure whether your
laoptop supports it.

# NONE can be specified as well :)

Thanks
