Administrators Hervé Posted February 18, 2016 Administrators Share Posted February 18, 2016 It may compile Ok of you set IASL version to v4.0 Link to comment Share on other sites More sharing options...
Snookiwooki Posted February 19, 2016 Author Share Posted February 19, 2016 Morning and thank you very much Jake & Herve for the suggestions and patch, it gets a whole lot further now... If I switch to 4.0 I get many more errors. Just one error on 5.0A or 5.1 : 4755, 6126, syntax error, unexpected PARSEOP_SCOPE, expecting $end and premature End-Of-File Line 4755 is: Scope (\) If I remove the method patch it will compile fine with just warnings. I have attached the section for the wifi card with the method patch installed just incase I have missed something. Thanks again -Steve RP05_MaciASL.rtf Link to comment Share on other sites More sharing options...
Snookiwooki Posted February 19, 2016 Author Share Posted February 19, 2016 Having followed the pairing of section delimiters "{ & }" it looks to me as if I may have one to many } closing at the end of the method which shouldn't be there, as it is defining an end to section which should end further down? DTGP (Arg0, Arg1, Arg2, Arg3, RefOf (Local0)) Return (Local0) } } <- As in With this error 6126 is gone but replaced by: 4065, 6062, Initializer list longer than declared package length 4098, 6084, Object does not exist (DTGP) Link to comment Share on other sites More sharing options...
Administrators Bronxteck Posted February 19, 2016 Administrators Share Posted February 19, 2016 you have to add DTGP method to the dsdt. look for dtgp patch. for Initializer list longer than declared package length you need to remove the package length integer. it will add the correct value on build. 1 Link to comment Share on other sites More sharing options...
Snookiwooki Posted February 19, 2016 Author Share Posted February 19, 2016 Bronxteck, Awesome many thanks, all compiled and working. I created a Clover kext search/replace in clover configurator for MBA5,2 to MBP9,2 - AirPortBrcm4360 kext and seems to be working just fine Moving to MBP9,2 makes things feel snappier - but could just be a placebo affect. Thank you once again all, Herve, Jake and Bronxteck. -Steve Link to comment Share on other sites More sharing options...
Snookiwooki Posted February 20, 2016 Author Share Posted February 20, 2016 Since switching from MBA5,2 to MBP9,2 the battery indicator states No Battery Available / Power Source : Power Adapter. It sporadically shows the battery and % then back to the battery with a X through. Also no longer have audio? I am guessing I have lost something config wise along the way :-# Cheers -Steve Link to comment Share on other sites More sharing options...
Moderators Jake Lo Posted February 20, 2016 Moderators Share Posted February 20, 2016 You should generate a new SSDT after you changed the smbios. 1 Link to comment Share on other sites More sharing options...
Snookiwooki Posted February 20, 2016 Author Share Posted February 20, 2016 Jake, Thank you... had missed the running of the script Still no audio though? Much appreciated -Steve Link to comment Share on other sites More sharing options...
Moderators Jake Lo Posted February 20, 2016 Moderators Share Posted February 20, 2016 You shouldn't lose audio by changing smbios. Perhaps you changed something in the DSDT? Link to comment Share on other sites More sharing options...
Snookiwooki Posted February 20, 2016 Author Share Posted February 20, 2016 You shouldn't lose audio by changing smbios. Perhaps you changed something in the DSDT? Not that I am aware of... think I will start again from the original DSDT and see how it goes... Cheers -Steve Link to comment Share on other sites More sharing options...
Recommended Posts