Contribute
Register

[Guide] Patching LAPTOP DSDT/SSDTs

i've read your instruction carefully and try to patch as much as possible but it still cause 1 error. I try to search for 3 days but have no idea how to fix this error. Can u help me.
Syntax error, unexpected PARSEOP_SUBTRACT

No idea unless you attach your native DSDT/SSDT files.
 
I've already did attach my dsdt file, but i'll reup for sure :D
plz take a look at that and help me, tks
 

Attachments

  • DSDT-SSDT.zip
    87.1 KB · Views: 62
I've already did attach my dsdt file, but i'll reup for sure :D
plz take a look at that and help me, tks

These files are not native (they have been disassembled). Read post #1 for how to extract native AML files using Clover F4.
 
These files are not native (they have been disassembled). Read post #1 for how to extract native AML files using Clover F4.
sr, here is the native file :D can u check for me,tks
 

Attachments

  • DSDT-SSDT.zip
    44.8 KB · Views: 75
i thought that dsl file is better for checking errors so i sent them to u xD
 
sr, here is the native file :D can u check for me,tks

Disassemble with refs.txt as per guide. Then apply "Fix PARSEOP_ZERO Error" patch. Result: no errors in DSDT.dsl.
 
Disassemble with refs.txt as per guide. Then apply "Fix PARSEOP_ZERO Error" patch. Result: no errors in DSDT.dsl.
Sr but i have a little problem at Preparing tools for disassembly
when i use this:
sudo cp iasl /usr/bin
and then it said that
cp: /usr/bin/iasl: Operation not permitted
what should i do :(
 
then i can't Disassembly with refs.txt because i use
iasl -da -dl -fe refs.txt *.aml
then
Unknown option: -dl :(
 
Back
Top