Jump to content

problem in activating the Wi-Fi card (BCM943228HMB)


Recommended Posts

Posted
Good evening everyone
 
I installed a BigSur Beta 8 on my laptop HP ProBook 650 G1
The problem that remained is the activation of the Wi-Fi card (BCM943228HMB)

Please help me activate the Wi-Fi card

Thank you in advance

Please excuse me if there are mistakes in the expression because I do not speak the English language. Thank you

DSDT.aml.zip

  • Administrators
Posted

use this kext with no plugins

AirportBrcmFixup.kext.zip

and inject dev id 43a0

in my case i'm using it

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 (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                                             // .
                        }
                    })
                }

 

-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

Posted
On 10/1/2020 at 10:28 AM, MaLd0n said:

use this kext with no plugins

AirportBrcmFixup.kext.zip 16.35 kB · 13 downloads

and inject dev id 43a0

in my case i'm using it

 

Hi Maldon, i have same wifi card and I don't know how to do "inject dev id 43a0" I guess I have to add this line to info.plist of the AirportBrcmFixup.kext but next step...I have to add this patch to my ssdt.aml??? thanks.

I have Big Sur also and opencore working perfectly. please any clue? :D thanks a lot!!

DSDT.aml

  • Administrators
Posted

use patch above with this kext above

-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

Posted

Hi Maldon

4 hours ago, MaLd0n said:

use patch above with this kext above

I tried to patch my ssdt.aml with maciasl but I don't know where I have to patch, do you have a manual or guide to follow??? kext is already copied to my kext folder but I can't patch ssdt.aml. help pleaaaase :D

thanks a lot.

  • Administrators
Posted

check ioreg what device u need inject _dsm

-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

Posted

I have the same card on ProBook 640 G1 how can I use patch above with this kext please helppp

My hardware is: HP ProBook 640 G1
CPU: i3-4000M
GPU: Intel HD 4600 (1366x768)
Wi-Fi: BCM943228HMB
RAM: 4GB + 4GB (1600Mhz)
STORAGE: HDD 500GB

  • Administrators
Posted

Can inject via device properties too, more better dont need rename _dsm, Just check correct ADR

<key>PciRoot(0x0)/Pci(0x1c,0x1)/Pci(0x0,0x0)</key>
            <dict>
                <key>compatible</key>
                <string>pci14e4,43a0</string>
                <key>#pci-aspm-default</key>
                <integer>0</integer>
            </dict>

 

-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

Posted (edited)

spacer.png
@MaLd0n I've saved like this and restarted but not working

Edited by johnwalked

My hardware is: HP ProBook 640 G1
CPU: i3-4000M
GPU: Intel HD 4600 (1366x768)
Wi-Fi: BCM943228HMB
RAM: 4GB + 4GB (1600Mhz)
STORAGE: HDD 500GB

  • Administrators
Posted

compatible - pci14e4,43a0 - String

krJVOed.png

-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

Posted (edited)

I tried all methods bro but no luck, what am I missing?

I've realized this card is not supported at all

Edited by johnwalked

My hardware is: HP ProBook 640 G1
CPU: i3-4000M
GPU: Intel HD 4600 (1366x768)
Wi-Fi: BCM943228HMB
RAM: 4GB + 4GB (1600Mhz)
STORAGE: HDD 500GB

  • Administrators
Posted

Ye. Some cards don't have support under macOS.

-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

Posted (edited)

spacer.png
I've found this from an old laptop
and I can see it's listed in Inventory of supported cards, can we make this work?

Edited by johnwalked

My hardware is: HP ProBook 640 G1
CPU: i3-4000M
GPU: Intel HD 4600 (1366x768)
Wi-Fi: BCM943228HMB
RAM: 4GB + 4GB (1600Mhz)
STORAGE: HDD 500GB

  • Administrators
Posted

Atheros lose support on new system

-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

Posted (edited)

I'm on Monterey though it's working up to Ventura right?

Edited by johnwalked

My hardware is: HP ProBook 640 G1
CPU: i3-4000M
GPU: Intel HD 4600 (1366x768)
Wi-Fi: BCM943228HMB
RAM: 4GB + 4GB (1600Mhz)
STORAGE: HDD 500GB

  • Administrators
Posted

i think last native is high sierra

-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

Posted

okay thanks and sry if I bothered.

My hardware is: HP ProBook 640 G1
CPU: i3-4000M
GPU: Intel HD 4600 (1366x768)
Wi-Fi: BCM943228HMB
RAM: 4GB + 4GB (1600Mhz)
STORAGE: HDD 500GB

  • Administrators
Posted

Just enjoy!

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