Jump to content

Recommended Posts

Posted

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)
                       }

  • Administrators
Posted

post dsdt here

-Guides and Tutorials HERE

-Hackintosh Tutorial Database - HERE

-The largest EFI folder collection for Hackintosh HERE

-Support Olarila Vanilla Hackintosh by making a donation HERE

-Professional Hackintosh Support since 2006 HERE

  • Administrators
Posted

DSDT fixing

DSDT.aml.zip

use diff merge and see changes

-Guides and Tutorials HERE

-Hackintosh Tutorial Database - HERE

-The largest EFI folder collection for Hackintosh HERE

-Support Olarila Vanilla Hackintosh by making a donation HERE

-Professional Hackintosh Support since 2006 HERE

  • Administrators
Posted

u need apply a correct battery patch for trackpad start load in sys pref

-Guides and Tutorials HERE

-Hackintosh Tutorial Database - HERE

-The largest EFI folder collection for Hackintosh HERE

-Support Olarila Vanilla Hackintosh by making a donation HERE

-Professional Hackintosh Support since 2006 HERE

Posted

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?

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now


×
×
  • Create New...