Jump to content

johnwalked

Members
  • Posts

    4
  • Joined

  • Last visited

Posts posted by johnwalked

  1. To fix my wifi (BCM943228HMB) Mr Maldon sent me this procedure👇

    "use this kext with no plugins and inject dev id 43a0. in my case i'm using this:"

    Method (_DSM, 4, NotSerialized)  // _DSM: Device-Specific Method
                    {
                        If ((Arg2 == Zero))
                        {
                            Return (Buffer ()
                            {
                                 0x03                                             // .
                            })
                        }
                        Return (Package ()
                        {
                            "AAPL,slot-name", 
                            "Built In", 
                            "built-in", 
                            Buffer (One)
                            {
                                 0x00                                             // .
                            }, 
                            "model", 
                            Buffer ()
                            {
                                "Broadcom Brcm43xx Wireless Network Adapter"
                            }, 
                            "name", 
                            Buffer ()
                            {
                                "AirPort Controller"
                            }, 
                            "compatible", 
                            Buffer ()
                            {
                                "pci14e4,43a0"
                            }, 
                            "device-id", 
                            Buffer ()
                            {
                                 0xA0, 0x43, 0x00, 0x00                           // .C..
                            }, 
                            "IOName", 
                            "pci14e4,43a0", 
                            "device_type", 
                            Buffer (0x10)
                            {
                                "AirPort Extreme"
                            }, 
                            "pci-aspm-default", 
                            Buffer (One)
                            {
                                 0x00                                             // .
                            }
                        })
                    }


    anyone simplify for me pls I've installed MaciASL and IORegistory Explorer

     

    AirportBrcmFixup.kext.zip

×
×
  • Create New...