Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 26 Nov 2002 09:48:27 +0900 (JST)
From:      Mitsuru IWASAKI <iwasaki@jp.FreeBSD.org>
To:        chris@unixpages.org
Cc:        current@FreeBSD.ORG, acpi-jp@jp.FreeBSD.org
Subject:   Re: Call for testers: acpica-unix-20021118.tar.gz
Message-ID:  <20021126.094827.78081229.iwasaki@jp.FreeBSD.org>
In-Reply-To: <20021125195852.GC21123@unixpages.org>
References:  <20021121.194205.48537091.iwasaki@jp.FreeBSD.org> <20021125195852.GC21123@unixpages.org>

next in thread | previous in thread | raw e-mail | index | archive | help
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

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-current" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20021126.094827.78081229.iwasaki>