Contribute
Register

[Guide] Patching LAPTOP DSDT/SSDTs

I can't figure out how, because my DSDT.aml has 2 errors that i don't know how to fix ( PARSEOP_IF and PARSEOP_ELSE)

Post native ACPI files.
 

Disassemble correctly:
Code:
iasl -da -dl DSDT.aml SSDT*.aml

Load resulting DSDT.dsl in MaciASL. Make sure ACPI 5.0 is selected in MaciASL Preferences.

Compile.

Result: 1 error at about line 17488. Remove the line. It does nothing (as indicated by the error).

Result: no errors.
 
Disassemble correctly:
Code:
iasl -da -dl DSDT.aml SSDT*.aml

Load resulting DSDT.dsl in MaciASL. Make sure ACPI 5.0 is selected in MaciASL Preferences.

Compile.

Result: 1 error at about line 17488. Remove the line. It does nothing (as indicated by the error).

Result: no errors.

i get this

Code:
[FONT=Menlo]MacBook-Pro-di-Ivan:~ Ivan$ iasl -da -dl DSDT.aml SSDT*.aml[/FONT]
[FONT=Menlo]
[/FONT]
[FONT=Menlo]Intel ACPI Component Architecture[/FONT]
[FONT=Menlo]ASL+ Optimizing Compiler version 20141107-64 [Jan  2 2015][/FONT]
[FONT=Menlo]Copyright (c) 2000 - 2014 Intel Corporation[/FONT]
[FONT=Menlo]
[/FONT]
[FONT=Menlo]Could not open input file: No such file or directory[/FONT]
[FONT=Menlo]MacBook-Pro-di-Ivan:~ Ivan$ [/FONT]
 
i get this

Code:
[FONT=Menlo]MacBook-Pro-di-Ivan:~ Ivan$ iasl -da -dl DSDT.aml SSDT*.aml[/FONT]
[FONT=Menlo]
[/FONT]
[FONT=Menlo]Intel ACPI Component Architecture[/FONT]
[FONT=Menlo]ASL+ Optimizing Compiler version 20141107-64 [Jan  2 2015][/FONT]
[FONT=Menlo]Copyright (c) 2000 - 2014 Intel Corporation[/FONT]
[FONT=Menlo]
[/FONT]
[FONT=Menlo]Could not open input file: No such file or directory[/FONT]
[FONT=Menlo]MacBook-Pro-di-Ivan:~ Ivan$ [/FONT]

You need to 'cd' into the directory that contains the AML files. It is unlikely you have them in your "home" (~) directory.
 
i did in the patched folder which is where they are located but i have dsdt.aml with no errors and dsdt.dsl with 2 errors

As per guide in post #1, you never work with DSDT.aml.
 
Back
Top