Contribute
Register

DSDT.dsl wont compile using DSDTSE on ASUS P5Q TURBO

Status
Not open for further replies.
Joined
Feb 23, 2011
Messages
3
Motherboard
Gigabyte X58 UD3R
CPU
xeon x5550 quad core 2.7 GHz
Graphics
Gigabyte AMD/ATI 6870
Mac
  1. 0
Classic Mac
  1. 0
Mobile Phone
  1. 0
I tried to make DSDT.aml for my ASUS P5Q Turbo MB and after I followed all instructions on Youtube I got this error : Method Zero
Error 4096 - syntax error, unexpected PARSEOP_METHOD, expecting '{' ^

I cant compile back to DSDT.aml after I edited by instructions because this error.

If someone can help me solve it ?
 
Thank you Noob , after I played with it I fix accidentally , it was just about the this sign to erase from the section above "CPU Alias" when I copied the DTGP Method to the first lane.
DTGP finishing Like this :
If (LEqual (Arg2, One))
{
Return (One)
}
}
}

Store (Buffer (One)
{
0x00
}, Arg4)
Return (Zero)
}
{ -----> this was that error :banghead:
Scope (_PR)
{
Processor (P001, 0x01, 0x00000810, 0x06) {}
Processor (P002, 0x02, 0x00000000, 0x00) {}
Processor (P003, 0x03, 0x00000000, 0x00) {}
Processor (P004, 0x04, 0x00000000, 0x00) {}
}
 
Can you post your P5Q Turbo DSDT?
i've created one for test full DSDT solution without success.

thanks

pericmirk said:
Thank you Noob , after I played with it I fix accidentally , it was just about the this sign to erase from the section above "CPU Alias" when I copied the DTGP Method to the first lane.
DTGP finishing Like this :
If (LEqual (Arg2, One))
{
Return (One)
}
}
}

Store (Buffer (One)
{
0x00
}, Arg4)
Return (Zero)
}
{ -----> this was that error :banghead:
Scope (_PR)
{
Processor (P001, 0x01, 0x00000810, 0x06) {}
Processor (P002, 0x02, 0x00000000, 0x00) {}
Processor (P003, 0x03, 0x00000000, 0x00) {}
Processor (P004, 0x04, 0x00000000, 0x00) {}
}
 
Status
Not open for further replies.
Back
Top