View Single Post
 
Old 11-22-2009, 01:03 PM
free4mac free4mac is offline
Cheetah
 
Join Date: Nov 2009
Posts: 2
Got it working

Thanks Andy, this was timely! I extracted an unmodified DSDT for my system by booting from a Linux live CD and it had this same problem when I tried to compile it with iasl. Combined with the updated instructions and reference DSDT from sk1nhd33t, I was able to modify it and seem to have a fully working system! I'm using the SleepEnabler for 10.6.2 from code.google.com (the Netkas binary patched version didn't work for me), and the HDA and HDAEnabler kexts posted by swhay for audio.

Quote:
Originally Posted by Andy GA View Post
2 Errors with DST - Solved

I also had the 2 errors and looked at the lines giving the errors and compared that part of the DSDT to the one in the E2SL Kit. I had to change the Method (_MSG lines from Store (Local0, Local0) to Store ("Local0", Local0) because the quotes were missing in the extraction. The lines should look like below:

Method (_MSG, 1, NotSerialized)
{
Store ("Local0", Local0)
}

Method (_SST, 1, NotSerialized)
{
Store ("Local0", Local0)

After making this change it compiled without errors but with warnings. The dsdt.aml worked fine.
Reply With Quote