Jump to content

Recommended Posts

  • Administrators
Posted

dsdt, ssdt or devices properties in ur config.plist

-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

example

use a _dsm into device

Quote

Method (_DSM, 4, NotSerialized)  // _DSM: Device-Specific Method
                    {
                        If ((Arg2 == Zero))
                        {
                            Return (Buffer ()
                            {
                                 0x03                                             // .
                            })
                        }

                        Return (Package ()
                        {
                            "AAPL,slot-name", 
                            "Built In", 
                            "built-in", 
                            Buffer ()
                            {
                                 0x00                                             // .
                            }, 

                            "model", 
                            Buffer ()
                            {
                                "Broadcom Brcm43xx Wireless Network Adapter"
                            }, 

                            "name", 
                            Buffer ()
                            {
                                "AirPort Controller"
                            }, 

                            "compatible", 
                            Buffer (0x0D)
                            {
                                "pci14e4,43a0"
                            }, 

                            "device-id", 
                            Buffer ()
                            {
                                 0xA0, 0x43, 0x00, 0x00                           // .C..
                            }, 

                            "IOName", 
                            "pci14e4,43a0", 
                            "device_type", 
                            Buffer ()
                            {
                                "AirPort Extreme"
                            }, 

                            "pci-aspm-default", 
                            Buffer ()
                            {
                                 0x00                                             // .
                            }
                        })
                    }

 

-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
17 minutes ago, MrPoopyButtHole42069 said:

I'm sorry for being such a complete moron about this but I have no idea where to put this code. I'd really like to get bluetooth working on Catalina.

u can inject in DSDT or use ssdt to inject or devices peoperties

-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

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