Contribute
Register

Fixing a couple of errors in DSDT

Status
Not open for further replies.
Joined
Aug 18, 2018
Messages
21
Motherboard
Acer Aspire E5-575G-39M5
CPU
Core i3-6100U
Graphics
Intel HD Graphics 520, GeForce 940MX, 1920x1080
Okay, i think I've tried everything, so here's the case:
I tried to disassemble .asl files 6 times. With all three versions of iasl from Rehabman's repository, and with and without refs.txt. Changing versions of iasl didn't make any difference.

With refs.txt i get 100+ warnings and 1 error: [Unknown ASL Compiler exception ID] (MDBG [Method]).
Without refs.txt i get only one error: syntax error, unexpected PARSEOP_ARG1

I've tried to find patches for these errors, but didn't find anything relevant. What do i miss there?

 

Attachments

  • aml.zip
    61 KB · Views: 144
  • refs.txt
    426 bytes · Views: 307
  • DSL without refs.zip
    120.4 KB · Views: 138
  • dsl with refs.zip
    120.4 KB · Views: 122
wow, I can't believe we both had the same question at almost the same time. Mine was with the SSDT-1 file though, hoping you've found a solution.
 
Okay, i think I've tried everything, so here's the case:
I tried to disassemble .asl files 6 times. With all three versions of iasl from Rehabman's repository, and with and without refs.txt. Changing versions of iasl didn't make any difference.

With refs.txt i get 100+ warnings and 1 error: [Unknown ASL Compiler exception ID] (MDBG [Method]).
Without refs.txt i get only one error: syntax error, unexpected PARSEOP_ARG1

I've tried to find patches for these errors, but didn't find anything relevant. What do i miss there?


Use refs.txt but without the entry for MDBG.
 
Status
Not open for further replies.
Back
Top