Project

General

Profile

Actions

Bug #238

closed

acpi "bad hcaracter"

Added by corecode almost 18 years ago. Updated over 5 years ago.

Status:
Closed
Priority:
Normal
Assignee:
-
Category:
-
Target version:
-
Start date:
Due date:
% Done:

0%

Estimated time:

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_CHARACTER

any 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.php

Hope 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

Actions #1

Updated by qhwt+dfly almost 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.

Actions #2

Updated by qhwt+dfly over 16 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?

Actions #3

Updated by corecode over 16 years ago

I'll check tomorrow when I'm back at the box and report back.

cheers
simon

Actions #4

Updated by corecode about 15 years ago

don't use the hardware anymore

Actions #5

Updated by martin1234 over 5 years ago

  • Description updated (diff)
Actions

Also available in: Atom PDF