View Single Post
 
Old 03-02-2010, 05:30 AM
zcream zcream is offline
Cheetah
 
Join Date: Mar 2010
Posts: 8
iaslMe 2 errors

When I drag dsdt.dsl to iaslme I get 2 errors and 2 warnings.
This happens with the dsdt.dsl generated from DSDT_Patcher as well as the modified dsdl. dsl from the directions below.

dsdt.dsl : 327 - Store (Local0, Local0)
Method local variable is not initialized ^ Local0.

dsdt.dsl : 332 - Store (Local0, Local0)
Method local variable is not initialized ^ Local0.

Any idea why ?
Thanks!


>>>- let's begin... be sure you have a good texteditor handy (eg Textwrangler, BBEdit etc..)
- open ES2L kit Tools then "DSDT_Patcher1.0.1e" folder and double click "DSDT Patcher"
- a terminal window will open then press any key to continue
- next it will ask "Which OS to emulate? [0=Darwin, 1=WinXP, 2=WinVista]" input "0" and press enter
- a new Debug folder will appear and inside it are a few files but we are interested in "dsdt.dsl"
- open your dsdt.dsl using your preffered texteditor so we can start editing
- also as reference, open my included dsl to copy from it directly or check how it's done
- on your keyboard press "command F (Find)" and look for "_WAK", right above it copy paste "DTGP" located on your dsdtfix file
- again "command F (Find)" and enter RTC, look for "0x04" below RTC and changed them to "0x02" - this fix is for CMOS Reset
- command F (Find) and enter Azalia, go to dsdtfix file and copy paste "HDEF" to your dsl replacing azalia.. again check my included dsl for reference - this is for ALC883 Audio
>>>
Reply With Quote