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
Classic Mac
Mobile Phone
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
 

toleda

Moderator
Joined
May 19, 2010
Messages
22,918
Motherboard
Asus Maximus VII Impact
CPU
Core i7-4770K
Graphics
RX 560 + HD4600
Mac
  1. iMac
  2. MacBook Pro
  3. Mac mini
Classic Mac
  1. 512K
  2. LC
  3. Power Mac
Mobile Phone
  1. iOS
Joined
Dec 4, 2012
Messages
62
Motherboard
Dell Inspiron 7586-Clover
CPU
i7-8565U/ID3E34
Graphics
UHD 620, 1920x1080
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?
 
Joined
Jan 25, 2014
Messages
81
Motherboard
XPS12
CPU
Haswell i7
Graphics
HD4400
Mac
Classic Mac
Mobile Phone
Joined
Feb 24, 2013
Messages
27
Motherboard
mac
CPU
i3-2105
Graphics
660-ti
Mac
Classic Mac
Mobile Phone
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.
Top