Jump to content
[ IMPORTANT ] Premium and Donators users ×
Olarila Professional Hackintosh Services ×

Recommended Posts

Posted

Hi,

I added this code to Device (GFX0). I need it for AppleHDA.

 

Method (_DSM, 4, NotSerialized)
{
   Store (Package (0x04)
       {
           "hda-gfx", 
           Buffer (0x0A)
           {
               "onboard-1"
           },

   "AAPL,snb-platform-id",
          Buffer (0x04)
   {
	0x00, 0x00, 0x01, 0x00
   }
       }, Local0)
   DTGP (Arg0, Arg1, Arg2, Arg3, RefOf (Local0))
   Return (Local0)
}

 

After adding that code, I'm getting a lot of DSDT errors. I would like to mention, it's a RAW dsdt of my HP4540s laptop. The only thing I added is HDEF and that patch posted above.


I'm stuck and need your help, please. I attached my DSDT. I would be very grateful for any suggestion! Your time is appreciated.

HP4540s-dsdt.dsl.zip

Posted

There is probably a method _DSM in scope GFX0 already. You can remove it, or inject the properties in EFI string (device-properties) instead of DSDT.

-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 Consulting for macOS Hackintosh since 2006 HERE

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...