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 [EMAIL PROTECTED] with "unsubscribe freebsd-current" in the body of the message