Bug #238
closedacpi "bad hcaracter"
0%
Description
YONETANI Tomokazu wrote:
On Thu, Jul 06, 2006 at 01:56:28PM +0200, Simon 'corecode' Schubert wrote:
ACPI-0397: * Error: NsSearchAndEnter: Bad character in ACPI Name:
43035350
ACPI-0381: Error: Looking up [0x43035350] (NON-ASCII)
in namespace, AE_BAD_CHARACTER
ACPI-0204: Error: AcpiLoadTables: Could not load namespace:
AE_BAD_CHARACTER
ACPI-0213: * Error: AcpiLoadTables: Could not load tables:
AE_BAD_CHARACTER
ACPI: table load failed: AE_BAD_CHARACTERany clue how to start and fix this issue? (doc pointers welcome)
You're using A8N-VM, right? One of the posts on freebsd-acpi
had a link to the following webpage and you might be interested in it:
http://people.fruitsalad.org/adridg/development.a8nvm.phpHope that helps.
thanks, that fixes some issues... first of all it seems that my DSL is royally broken, but at least acpi loads.
but i still can't shutdown -p:
AcpiEnterSleepStatePrep failed - AE_NOT_FOUND
:/
cheers
simon
Updated by qhwt+dfly over 18 years ago
:
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.
Updated by qhwt+dfly almost 17 years ago
The "bad character" problem itself has been resolved it seems, but this issue
contains some other problems. Would you like to keep this one open?
Updated by corecode almost 17 years ago
I'll check tomorrow when I'm back at the box and report back.
cheers
simon