sensenku Posted January 16, 2020 Share Posted January 16, 2020 Hi, I have dsdt files (.aml and .dsl via F4 method and aisl). I opened it via maciASL and I have 4 errors. And errors look similar to each other. Here is error codes. How can I fix them? * Invalid type (Target is [Package], Source must be a package also) Method (_Q11, 0, NotSerialized) // _Qxx: EC Query { Subtract (NPS, One, NPS) If (CondRefOf (\_PR.CPU0._PPC, Local0)) { Store (NPS, \_PR.CPU0._PPC) Notify (\_PR.CPU0, 0x80) } If (CondRefOf (\_PR.CPU1._PPC, Local0)) { Store (NPS, \_PR.CPU1._PPC ()) Notify (\_PR.CPU1, 0x80) } If (CondRefOf (\_PR.CPU2._PPC, Local0)) { Store (NPS, \_PR.CPU2._PPC ()) Notify (\_PR.CPU2, 0x80) } If (CondRefOf (\_PR.CPU3._PPC, Local0)) { Store (NPS, \_PR.CPU3._PPC ()) Notify (\_PR.CPU3, 0x80) } If (CondRefOf (\_PR.CPU4._PPC, Local0)) { Store (NPS, \_PR.CPU4._PPC ()) Notify (\_PR.CPU4, 0x80) } Quote Link to comment Share on other sites More sharing options...
Administrators MaLd0n Posted January 16, 2020 Administrators Share Posted January 16, 2020 post dsdt here Quote Donation with Paypal HERE Donation with Stripe HERE Donation with BuyMeaCoffee HERE Donation with Mercado Livre HERE Donation with Binance 0xdbe48ef6b158f1dd0035d7f49555c99e52f72714 Donation with BTC 33HeGCuCSh4tUBqdYkQqKpSDa1E7WeAJQ3 Donation with PicPay @danielnmaldonado Donation with PiX @danielnmaldonado@gmail.com Problems with Paypal Donate? Check HERE Donated? Send me PM with files or use DSDT Patch Requests Link to comment Share on other sites More sharing options...
sensenku Posted January 16, 2020 Author Share Posted January 16, 2020 I want to understand logic of DSDT fixing and I really want to learn these stuff. Can you post here how you fixes or what you changed in codes? DSL files.zip Native-aml files.zip Quote Link to comment Share on other sites More sharing options...
Administrators MaLd0n Posted January 16, 2020 Administrators Share Posted January 16, 2020 DSDT fixing DSDT.aml.zip use diff merge and see changes Quote Donation with Paypal HERE Donation with Stripe HERE Donation with BuyMeaCoffee HERE Donation with Mercado Livre HERE Donation with Binance 0xdbe48ef6b158f1dd0035d7f49555c99e52f72714 Donation with BTC 33HeGCuCSh4tUBqdYkQqKpSDa1E7WeAJQ3 Donation with PicPay @danielnmaldonado Donation with PiX @danielnmaldonado@gmail.com Problems with Paypal Donate? Check HERE Donated? Send me PM with files or use DSDT Patch Requests Link to comment Share on other sites More sharing options...
sensenku Posted January 16, 2020 Author Share Posted January 16, 2020 I changed DSDT with yours and battery icon disappeared. Brightness went down and still trackpad doesn't support 3 fingers Quote Link to comment Share on other sites More sharing options...
sensenku Posted January 16, 2020 Author Share Posted January 16, 2020 I fixed brightness with SSDT-PNLF file. and added this VoodooPS2Controller kext to my /Clover/kexts/Other and now tour works but no 3 fingers and Touchpad Gestres and functions disappeared in SysPref--->Trackpad VoodooPS2Controller.kext.zip Quote Link to comment Share on other sites More sharing options...
sensenku Posted January 16, 2020 Author Share Posted January 16, 2020 Here is my ioreg file mehman’s MacBook Air.zip Quote Link to comment Share on other sites More sharing options...
Administrators MaLd0n Posted January 16, 2020 Administrators Share Posted January 16, 2020 u need apply a correct battery patch for trackpad start load in sys pref Quote Donation with Paypal HERE Donation with Stripe HERE Donation with BuyMeaCoffee HERE Donation with Mercado Livre HERE Donation with Binance 0xdbe48ef6b158f1dd0035d7f49555c99e52f72714 Donation with BTC 33HeGCuCSh4tUBqdYkQqKpSDa1E7WeAJQ3 Donation with PicPay @danielnmaldonado Donation with PiX @danielnmaldonado@gmail.com Problems with Paypal Donate? Check HERE Donated? Send me PM with files or use DSDT Patch Requests Link to comment Share on other sites More sharing options...
sensenku Posted January 16, 2020 Author Share Posted January 16, 2020 I did the battery patch as following this Guide link: https://Olarila.com/forum/viewtopic.php?t=8208 But now I have 1 error. I can not fix it. Can you please, fix it for me? I couldn't save aml file so I saved dsl file DSDT-1.zip Quote Link to comment Share on other sites More sharing options...
sensenku Posted January 16, 2020 Author Share Posted January 16, 2020 I fixed DSDT file and patched battery. Now Battery icon appeared with percentage and I can see trackpad now, but 3 finger and 4 fingers are not supported. How can I fix it? Quote Link to comment Share on other sites More sharing options...
sensenku Posted January 16, 2020 Author Share Posted January 16, 2020 I fixed the trackpad from this link and it works. https://github.com/acidanthera/VoodooPS2 Only 2 things left, sleep and brightness buttons Quote Link to comment Share on other sites More sharing options...
Administrators MaLd0n Posted January 17, 2020 Administrators Share Posted January 17, 2020 brightness buttons https://Olarila.com/forum/viewtopic.php?f=28&t=8396 Quote Donation with Paypal HERE Donation with Stripe HERE Donation with BuyMeaCoffee HERE Donation with Mercado Livre HERE Donation with Binance 0xdbe48ef6b158f1dd0035d7f49555c99e52f72714 Donation with BTC 33HeGCuCSh4tUBqdYkQqKpSDa1E7WeAJQ3 Donation with PicPay @danielnmaldonado Donation with PiX @danielnmaldonado@gmail.com Problems with Paypal Donate? Check HERE Donated? Send me PM with files or use DSDT Patch Requests Link to comment Share on other sites More sharing options...