Contribute
Register

Need help for Laptop DSDT fix

Status
Not open for further replies.
Joined
May 8, 2011
Messages
43
Motherboard
ASUS B150M-A/M.2
CPU
i5 8400
Graphics
RX 560
Mobile Phone
  1. iOS
Extracted dsdt from clover menu (f4) and tried with maciasl (iasl 5.1)

but can't fix these errors by myself..


12780, 6126, syntax error, unexpected PARSEOP_ELSE, expecting ',' or ')'
12788, 6126, syntax error, unexpected ')'
12792, 6126, syntax error, unexpected PARSEOP_METHOD, expecting $end and premature End-Of-File


Any help would be appreciated.

attached dsdt and ioreg (v2.1)
 

Attachments

  • DSDT.aml.zip
    32.9 KB · Views: 76
  • Test’s MacBook Air.zip
    421.7 KB · Views: 87
Extracted dsdt from clover menu (f4) and tried with maciasl (iasl 5.1)

but can't fix these errors by myself..


12780, 6126, syntax error, unexpected PARSEOP_ELSE, expecting ',' or ')'
12788, 6126, syntax error, unexpected ')'
12792, 6126, syntax error, unexpected PARSEOP_METHOD, expecting $end and premature End-Of-File


Any help would be appreciated.

attached dsdt and ioreg (v2.1)

http://www.tonymacx86.com/el-capitan-laptop-support/152573-guide-patching-laptop-dsdt-ssdts.html
 
Thank you for your answer.

But I can't find article about that error..

Patchmatic would be an answer?

Make sure you're disassembling the files correctly. If you have an issue, post all native DSDT/SSDT files.

Had you read the guide, you would know that DSDT.aml is useless by itself (eg. no point in attaching only DSDT.aml).
 
Make sure you're disassembling the files correctly. If you have an issue, post all native DSDT/SSDT files.

Had you read the guide, you would know that DSDT.aml is useless by itself (eg. no point in attaching only DSDT.aml).

oh sorry, I missed that part. Attatched all dsdt & ssdt (& ioreg)

I appreciate..
 

Attachments

  • AML.zip
    63.6 KB · Views: 74
  • Test’s MacBook Air.zip
    421.7 KB · Views: 75
oh sorry, I missed that part. Attatched all dsdt & ssdt (& ioreg)

I appreciate..

No issue with your DSDT, properly disassembled:
Code:
iasl -da -dl DSDT.aml SSDT*.aml

Then apply "Fix ADBG Error". Result: no errors.
 
No issue with your DSDT, properly disassembled:
Code:
iasl -da -dl DSDT.aml SSDT*.aml

Then apply "Fix ADBG Error". Result: no errors.

Thank you very much.
 
Status
Not open for further replies.
Back
Top