Contribute
Register

[Guide] Dell Inspiron 15 3543 - macOS 10.14.X - Broadwell (i3-5005u)

Status
Not open for further replies.
I'm trying to replicate the instructions in this guide, but I've run into an issue. When I try to decompile my DSDT that I extracted with Clover, I get this:
Code:
iASL Warning: There were 27 external control methods found during dissasembly, but only 9 were resolved (18 unresolved). Additional ACPI tables may be required to properly dissasemble the code.

And when I go to compile my DSDT in MaciASL, I get this:
Code:
Line 4030, Code 6126: syntax error, unexpected PARSEOP_ZERO
Line 4097, Code 6126: syntax error, unexpected PARSEOP_ZERO

Am I going about this wrong? I do have the i5 version of the laptop, but it shouldn't make a difference if I am decompiling my own DSDT, should it?
 
I'm trying to replicate the instructions in this guide, but I've run into an issue. When I try to decompile my DSDT that I extracted with Clover, I get this:
Code:
iASL Warning: There were 27 external control methods found during dissasembly, but only 9 were resolved (18 unresolved). Additional ACPI tables may be required to properly dissasemble the code.

And when I go to compile my DSDT in MaciASL, I get this:
Code:
Line 4030, Code 6126: syntax error, unexpected PARSEOP_ZERO
Line 4097, Code 6126: syntax error, unexpected PARSEOP_ZERO

Am I going about this wrong? I do have the i5 version of the laptop, but it shouldn't make a difference if I am decompiling my own DSDT, should it?
use the parseop fixes, more info can be found here:
 
I'm trying to replicate the instructions in this guide, but I've run into an issue. When I try to decompile my DSDT that I extracted with Clover, I get this:
Code:
iASL Warning: There were 27 external control methods found during dissasembly, but only 9 were resolved (18 unresolved). Additional ACPI tables may be required to properly dissasemble the code.

And when I go to compile my DSDT in MaciASL, I get this:
Code:
Line 4030, Code 6126: syntax error, unexpected PARSEOP_ZERO
Line 4097, Code 6126: syntax error, unexpected PARSEOP_ZERO

Am I going about this wrong? I do have the i5 version of the laptop, but it shouldn't make a difference if I am decompiling my own DSDT, should it?
Were you decompiling with refs.txt?
 
I was. However, using parseop fixes resolved the issue, and I now have working audio! Sleeping doesn't seem to work though, the system pretends to sleep by turning off the screen, but comes back on immediately with a keypress. But as I understand it, that is expected, and I mostly shut down the laptop when I'm not using it anyway.
 
Status
Not open for further replies.
Back
Top