trouble overriding DSDT

Nate Lawson nate at root.org
Sat Sep 18 13:58:00 PDT 2004


Moore, Robert wrote:
> You may have to enable tracing (acpi_dbg_level) to determine what is
> happening

> 
>>-----Original Message-----
>>
>>On Thu, Sep 16, 2004 at 03:30:00PM -0700, Nate Lawson wrote:
>>
>>>Sascha Klauder wrote:
>>>
>>>>ACPI: DSDT was overridden.
>>>>  ACPI-0374: *** Info: Table [DSDT] replaced by host OS
>>>>  ACPI-0380: *** Error: Looking up [_PCT] in namespace,
>>
>>AE_ALREADY_EXISTS
>>
>>>>  ACPI-1303: *** Error: [NULL NAME], AE_ALREADY_EXISTS
>>>>
>>>>followed by a kernel trap.  Could this be a problem with iasl or
>>>>did I missed something else?

To do this on freebsd, build the module with options ACPI_DEBUG and then 
set the loader variables of debug.acpi.layer and debug.acpi.level 
according to the man page.  I suggest to start with:

debug.acpi.layer="ACPI_ALL_COMPONENTS"
debug.acpi.level="ACPI_LV_ALL_EXCEPTIONS"

-Nate


More information about the freebsd-acpi mailing list