Problems loading ACPI

Doug White dwhite at gumbysoft.com
Tue Feb 17 19:12:59 PST 2004


On Mon, 16 Feb 2004, Bruce M Simpson wrote:

> I see this on both my build box and my laptop since updating, when the
> loader tries to load acpi.ko:
>
> link_elf: symbol AcpiDmDumpMethodInfo undefined
> KLD file acpi.ko - could not finalize loading

I think that's supposed to be AcpiDbDumpMethodInfo.

This is usually the result of building with ACPI_DEBUG in the kernel but
not as the module. Remove ACPI_DEBUG from your kernel config, or rebuild
the acpi module with ACPI_DEBUG. Its a byproduct of kernel config options
not propagating to modules.

-- 
Doug White                    |  FreeBSD: The Power to Serve
dwhite at gumbysoft.com          |  www.FreeBSD.org


More information about the freebsd-current mailing list