From owner-acpi-jp@jp.FreeBSD.org Tue Nov 26 09:48:48 2002
Received: (from daemon@localhost)
	by castle.jp.FreeBSD.org (8.11.6+3.4W/8.11.3) id gAQ0mml18406;
	Tue, 26 Nov 2002 09:48:48 +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.11.6+3.4W/8.11.3) with ESMTP/inet id gAQ0mm218401
	for <acpi-jp@jp.FreeBSD.org>; Tue, 26 Nov 2002 09:48:48 +0900 (JST)
	(envelope-from iwasaki@jp.FreeBSD.org)
Received: from localhost (iwa@tasogare.imasy.or.jp [202.227.24.5])
	by tasogare.imasy.or.jp (8.11.6+3.4W/8.11.6/tasogare) with ESMTP/inet id gAQ0mWi07755;
	Tue, 26 Nov 2002 09:48:32 +0900 (JST)
	(envelope-from iwasaki@jp.FreeBSD.org)
Message-Id: <20021126.094827.78081229.iwasaki@jp.FreeBSD.org>
To: chris@unixpages.org
Cc: current@freebsd.org, acpi-jp@jp.FreeBSD.org
From: Mitsuru IWASAKI <iwasaki@jp.FreeBSD.org>
In-Reply-To: <20021125195852.GC21123@unixpages.org>
References: <20021121.194205.48537091.iwasaki@jp.FreeBSD.org>
	<20021125195852.GC21123@unixpages.org>
X-Mailer: Mew version 2.2 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
Date: Tue, 26 Nov 2002 09:48:27 +0900
X-Sequence: acpi-jp 1977
Subject: [acpi-jp 1977] Re: Call for testers: acpica-unix-20021118.tar.gz
Errors-To: owner-acpi-jp@jp.FreeBSD.org
Sender: owner-acpi-jp@jp.FreeBSD.org
X-Originator: iwasaki@jp.FreeBSD.org
X-Distribute: distribute version 2.1 (Alpha) patchlevel 24e+021111

Hi,

> the new snapshot boots fine here.
> 
> However, I still get the message
> 
> acpi0: AcpiGetSleepTypeData failed - AE_NOT_FOUND

OK, never mind.  This is normal because your DSDT doesn't have
_S1_ object.

Name(\_S0_, Package(0x4) {
    0x0,
    0x0,
    0x0,
    0x0,
})
Name(\_S3_, Package(0x4) {
    0x5,
    0x5,
    0x0,
    0x0,
})
Name(\_S4_, Package(0x4) {
    0x6,
    0x6,
    0x0,
    0x0,
})
Name(\_S5_, Package(0x4) {
    0x7,
    0x7,
    0x0,
    0x0,
})

> when I try to suspend the machine or anything with closing the lid,
> or using the keyboard buttons, or when I try something like
> acpiconf -s 1.
> 
> The box in question is an IBM Thinkpad R32.
> 
> Any ideas?

Instead of _S1_, you can specify _S3_ (or _S4_ if you setup for
hibernation properly) for ACPI configuration.
Please try:
# sysctl hw.acpi.sleep_button_state=S3
# sysctl hw.acpi.lid_switch_state=S3
# sysctl hw.acpi.standby_state=S3

Thanks
