• # L'explication se trouve dans votre source.

    Posté par . En réponse au message Besoin d'aide pour recompiler mon DSDT. Évalué à 2.

     /*
     * iASL Warning: There were 15 external control methods found during
     * disassembly, but only 0 were resolved (15 unresolved). Additional
     * ACPI tables may be required to properly disassemble the code. This
     * resulting disassembler output file may not compile because the
     * disassembler did not know how many arguments to assign to the
     * unresolved methods. Note: SSDTs can be dynamically loaded at
     * runtime and may or may not be available via the host OS.
     *
     * To specify the tables needed to resolve external control method
     * references, the -e option can be used to specify the filenames.
     * Example iASL invocations:
     * iasl -e ssdt1.aml ssdt2.aml ssdt3.aml -d dsdt.aml
     * iasl -e dsdt.aml ssdt2.aml -d ssdt1.aml
     * iasl -e ssdt*.aml -d dsdt.aml
     */