[Bug 245757] Firware Error (ACPI): Failure creating named object object

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Mon Apr 20 17:45:37 UTC 2020


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=245757

Conrad Meyer <cem at freebsd.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |cem at freebsd.org

--- Comment #1 from Conrad Meyer <cem at freebsd.org> ---
I'm *guessing* your firmware is attempting to "reopen" the existing object to
add _GPE methods, and those "already exists" messages prevent the reopen and
result in the acpi_ec0 errors.

Still, acpi_ec_attach shouldn't panic even if it cannot attach.  It might be
possible to blacklist the acpi_ec driver as a short-term workaround via
'debug.acpi.disabled="ec"' in loader.conf or at the loader command line.  I
don't know what the ec driver does or if it is crucial for anything else.

If you can get the system to boot that way, please 'acpidump -dt' and attach
the result (maybe compressed if it is large).

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the freebsd-bugs mailing list