Contribute
Register

DSDT Compile Errors for XPS 12 (9Q33)

Status
Not open for further replies.
Joined
Jan 25, 2014
Messages
81
Motherboard
XPS12
CPU
Haswell i7
Graphics
HD4400
Mac
  1. 0
Classic Mac
  1. 0
Mobile Phone
  1. 0
I'm running an XPS 12 (9Q33) Haswell laptop with the latest BIOS (A04 released just a few days ago) and I can't seem to get the DSDT extracted and compiling. I've got 9 errors:

Code:
5110    Error    syntax error, unexpected '}', expecting '(' 
5168    Error    syntax error, unexpected '}', expecting '(' 
6776    Error    syntax error, unexpected '}', expecting '(' 
6795    Error    syntax error, unexpected '}', expecting '(' 
6940    Error    syntax error, unexpected '}', expecting '(' 
8728    Error    syntax error, unexpected PARSEOP_ARG0 
12664    Error    syntax error, unexpected PARSEOP_IF 
12674    Error    syntax error, unexpected PARSEOP_IF 
12724    Error    syntax error, unexpected $end and premature End-Of-File

Even after hitting "Fix errors" a few times, I'm left with 7 errors (it was only able to fix the PARSEOP_IF errors).

I've attached a freshly extracted DSDT if it helps.

View attachment dsdt.dsl.zip
 
I'm running an XPS 12 (9Q33) Haswell laptop with the latest BIOS (A04 released just a few days ago) and I can't seem to get the DSDT extracted and compiling. I've got 9 errors:

Code:
5110    Error    syntax error, unexpected '}', expecting '(' 
5168    Error    syntax error, unexpected '}', expecting '(' 
6776    Error    syntax error, unexpected '}', expecting '(' 
6795    Error    syntax error, unexpected '}', expecting '(' 
6940    Error    syntax error, unexpected '}', expecting '(' 
8728    Error    syntax error, unexpected PARSEOP_ARG0 
12664    Error    syntax error, unexpected PARSEOP_IF 
12674    Error    syntax error, unexpected PARSEOP_IF 
12724    Error    syntax error, unexpected $end and premature End-Of-File

Even after hitting "Fix errors" a few times, I'm left with 7 errors (it was only able to fix the PARSEOP_IF errors).

I've attached a freshly extracted DSDT if it helps.

View attachment 81244
I think those were the same errors when i was working with my DSDT and RehabMan sent me this line of code to fix it. I am not sure if it will work for you but it is worth a shot. Hopefully we can get this audio working on the XPS 12 so i can finally finish this computer.

Code:
into_all method code_regex If\s\(CondRefOf\s\(\\_SB\.PCI0\..*.PS\dX\)\)[^\}]*\} remove_matched;
into method label ADBG replace_content begin // nothing end;

On a side note, do you have cpu power savings working?
 
Hi,
with the code line to fix the syntax error that, where do I put it to.
Because I have the same problem.
 
Status
Not open for further replies.
Back
Top