DW1820A on HP EliteBook 820 G3 Catalina 15.5

I decided to try the less expensive BT 4.1 and Wifi combo dw1820a for my Elitebook 820 G3 hackintosh instead of the more expensive dw1560 M2.

Before we tape all the pins recommended by other people, download Windows drivers and install them first to see if they work, if they work then chances are the OpenCore will work too. I had problems with Clover not to boot or booted without WIFI and BT not handoff supported.


<dict>
<key>BundlePath</key>
<string>AirportBrcmFixup.kext</string>
<key>Comment</key>
<string>BrcmAirportFixup</string>
<key>Enabled</key>
<true/>
<key>ExecutablePath</key>
<string>Contents/MacOS/AirportBrcmFixup</string>
<key>MaxKernel</key>
<string></string>
<key>MinKernel</key>
<string></string>
<key>PlistPath</key>
<string>Contents/Info.plist</string>
</dict>
<dict>
<key>BundlePath</key>
<string>BrcmBluetoothInjector.kext</string>
<key>Comment</key>
<string>BrcmBluetooth</string>
<key>Enabled</key>
<true/>
<key>ExecutablePath</key>
<string></string>
<key>MaxKernel</key>
<string></string>
<key>MinKernel</key>
<string></string>
<key>PlistPath</key>
<string>Contents/Info.plist</string>
</dict>
<dict>
<key>BundlePath</key>
<string>BrcmFirmwareData.kext</string>
<key>Comment</key>
<string>BrcmBluetoothFirmware</string>
<key>Enabled</key>
<true/>
<key>ExecutablePath</key>
<string>Contents/MacOS/BrcmFirmwareData</string>
<key>MaxKernel</key>
<string></string>
<key>MinKernel</key>
<string></string>
<key>PlistPath</key>
<string>Contents/Info.plist</string>
</dict>
<dict>
<key>BundlePath</key>
<string>BrcmPatchRAM3.kext</string>
<key>Comment</key>
<string>BrcmBatchRam3</string>
<key>Enabled</key>
<true/>
<key>ExecutablePath</key>
<string>Contents/MacOS/BrcmPatchRAM3</string>
<key>MaxKernel</key>
<string></string>
<key>MinKernel</key>
<string></string>
<key>PlistPath</key>
<string>Contents/Info.plist</string>
</dict>

Add device properties for dw1820a, make sure it’s on the correct pciroot path

<dict>
<key>PciRoot(0x0)/Pci(0x1c,0x3)/Pci(0x0,0x0)</key>
<dict>
<key>compatible</key>
<string>pci14e4,4331</string>
<key>pci-aspm-default</key>
<integer>0</integer>
<key>AAPL,slot-name</key>
<string>Internal@0,28,3/0,0</string>
<key>device_type</key>
<string>Network controller</string>
<key>model</key>
<string>BCM4350 802.11ac Wireless Network Adapter</string>
</dict>

Try to boot without injected patched DSDT.aml first by set enable to NO.

<dict>
<key>Comment</key>
<string>MacBookPro13,2</string>
<key>Enabled</key>
<false/>
<key>Path</key>
<string>DSDT.aml</string>
</dict>

Leave a Reply

Your email address will not be published. Required fields are marked *

This site uses Akismet to reduce spam. Learn how your comment data is processed.