acpi "bad hcaracter"

YONETANI Tomokazu qhwt+dfly at les.ath.cx
Tue Jul 11 01:52:35 PDT 2006


On Mon, Jul 10, 2006 at 02:49:31PM +0200, Simon 'corecode' Schubert wrote:
> >  http://people.fruitsalad.org/adridg/development.a8nvm.php
				:
> but i still can't shutdown -p:
> AcpiEnterSleepStatePrep failed - AE_NOT_FOUND

The only chance that AcpiEnterSleepStatePrep() can return AE_NOT_FOUND
would be in AcpiGetSleepTypeData() when it calls AcpiNsEvaluateByName().
Can you try reinstalling the acpi.ko with debugging enabled
  $ cd /sys/dev/acpica5
  $ export MAKEOBJDIRPREFIX=$HOME/obj ACPI_DEBUG=yes
  $ make obj && make depend && make
  $ su make install

and read the kernel messages on the console after setting the following
sysctl variables and issuing acpiconf -s5:
  sysctl debug.acpi.layer="ACPI_NAMESPACE ACPI_HARDWARE"
  sysctl debug.acpi.level="ACPI_LV_ERROR ACPI_LV_NAMES"

Cheers.





More information about the Bugs mailing list