Contribute
Register

[Guide] Patching LAPTOP DSDT/SSDTs


I applied the patch like in the video and when I try to save the file like in the video I'm having the issue of the screenshot

1586276285766.png
 
I applied the patch like in the video and when I try to save the file like in the video I'm having the issue of the screenshot

View attachment 460362
you need to decompile your dsdt and your ssdts together

then fix any errors in your dsdt before you can save/compile to aml file
 
you need to decompile your dsdt and your ssdts together

then fix any errors in your dsdt before you can save/compile to aml file

Ok, so my problem starts here post-2098696, I don't know why I'm having that problem
 
read guide carefully step by step to understand how it works. You're doing the wrong thing.

I found my issue, now I have in a single folder the DSDT and SSDT files but still all the errors when I try to compile and save

1586277387909.png1586277514186.png
 
Fresh zip origin folder, thank you
no issues in decompiling using:
Code:
iasl -dl DSDT.aml SSDT*.aml
i have extracted just the dsdt and the ssdt's attached

also checked dsdt.dsl file and that has no errors

make sure under macIASL - preferences - iasl you are using 6.2a
 

Attachments

  • decompiled.zip
    152.3 KB · Views: 54
no issues in decompiling using:
Code:
iasl -dl DSDT.aml SSDT*.aml
i have extracted just the dsdt and the ssdt's attached

also checked dsdt.dsl file and that has no errors

make sure under macIASL - preferences - iasl you are using 6.2a

Perfect, now I saved the DSDT battery with file format ACPI Machine language binary and I have the DSDT battery, what should I do now please?

1586279396200.png

UPDATE: Because I paste in the patched folder the file DSDT battery and still without appear the battery

Thank you!
 
Last edited:
I changed the name of the file to DSDT.aml in the patched folder, now I have to config this "config.plist/ACPI/AutoMerge=true, config.plist/ACPI/SSDT/DropOem=false. With AutoMerge=true" right?

Patched applied! thank you one more time @Feartech and @bunkerWHz
 
Last edited:
Back
Top