Contribute
Register

THE Solution:Dell DW1820A (Broadcom BCM94350ZAE) macOS 15

Status
Not open for further replies.
I im trying to disable ..
Probably you've chosen the wrong address.. with me (0x0) helped in the end.. not like hackintool shows.
Try to boot in safe mode and change it
 
By the way - after reinstalling clean Catalina Bluetooth works perfectly !!!
 
Hi, it's been long time since i post in this thread. I've been wondering if anyone tried BT audio like airpods or other TWS, was it work well or something. because in my hackintosh it's like laggy, sometimes no sound but it's connected. airdrop works fine though.
can u try the new kext, it’s on the first page, from rehabman
 
my wlan and bt are woking rightly.
i can use airdrop, but not handoff and sidecar. Is there a solition for that?

Thanks.
 
Last edited:
PLEASE, how do you add a property to the WIFI card???? I get the part of the Hackintool, so I’m guessing you add properties through clover configurator, if so, PLEASE let me know how...
 
Code:
        <key>Broadcom 802.11 PCI</key>
        <dict>
            <key>CFBundleIdentifier</key>
            <string>com.apple.driver.AirPort.BrcmNIC</string>
            <key>IOClass</key>
            <string>AirPort_BrcmNIC</string>
            <key>IOMatchCategory</key>
            <string>IODefaultMatchCategory</string>
            <key>IONameMatch</key>
            <array>
                <string>pci14e4,43ba</string>
                <string>pci14e4,43a3</string>
                <string>pci14e4,43a0</string>
            </array>
            <key>IOProbeScore</key>
            <integer>1241</integer>
            <key>IOProviderClass</key>
            <string>IOPCIDevice</string>
            <key>TruePowerOff</key>
            <true/>
        </dict>
 
Where do I put this and how? Is there any tool to do so?
Thanks for answering!!!!
 
Where do I put this and how? Is there any tool to do so?
Thanks for answering!!!!

Clover config.plist after
Code:
        <key>Properties</key>
        <dict>

Code:
            <key>PciRoot(0x0)/Pci(0x1C,0x0)/Pci(0x0,0x0)</key>
            <dict>
                <key>AAPL,slot-name</key>
                <string>WLAN</string>
                <key>compatible</key>
                <string>pci14e4,4331</string>
                <key>device_type</key>
                <string>Airport Extreme</string>
                <key>model</key>
                <string>BCM4350 802.11ac Wireless Network Adapter</string>
                <key>name</key>
                <string>Airport</string>
                <key>pci-aspm-default</key>
                <integer>0</integer>
            </dict>

Open Core config.plist after
<key>DeviceProperties</key>
<dict>
<key>Add</key>
<dict>

Code:
  <key>PciRoot(0x0)/Pci(0x1C,0x0)</key>
    <dict>
             <key>pci-aspm-default</key>
             <data>
             AgAAAA==
            </data>
    </dict>
            <key>PciRoot(0x0)/Pci(0x1C,0x0)/Pci(0x0,0x0)</key>
   <dict>
            <key>pci-aspm-default</key>
            <data>
             AgEAAA==
            </data>
  </dict>
 
Oh THANKS so much!!!
One last question if I may, do you use terminal to open config.plist and so? cause when I double click it it opens in Clover configurator and it does not look like those you’ve answered here?
Thanks again for your time!!!
 
Hello again!
Is this on Xcode app?
Thanks for your time. Appreciate it!
 
Status
Not open for further replies.
Back
Top