Contribute
Register

<< Solved >> DW1560 - BCM4352 AirportBrcmFixup.kext 2.0.8/2.0.9 kills Wifi

Status
Not open for further replies.
Hello

I have the same DW1560 NF card as your
DW1560 Bluetooth 4.0 LE : USB\VID_0A5C&PID_216F
BCM4352 802.11ac Wireless Network Adapter: PCI\VEN_14E4&DEV_43B1
after upgrade to OPENCORE Big sur 11.2
It works well with wifi but Bluetooth doesn't work. Both work well with catalina
can you guide me how to active bluetooth
Thanks
Screenshot 2021-02-02 at 22.57.15.png
 
Hello

I have the same DW1560 NF card as your
DW1560 Bluetooth 4.0 LE : USB\VID_0A5C&PID_216F
BCM4352 802.11ac Wireless Network Adapter: PCI\VEN_14E4&DEV_43B1
after upgrade to OPENCORE Big sur 11.2
It works well with wifi but Bluetooth doesn't work. Both work well with catalina
can you guide me how to active bluetooth
Thanks
View attachment 507450
try in this order:
Code:
<dict>
                <key>Arch</key>
                <string>x86_64</string>
                <key>BundlePath</key>
                <string>AirportBrcmFixup.kext/Contents/PlugIns/AirPortBrcmNIC_Injector.kext</string>
                <key>Comment</key>
                <string></string>
                <key>Enabled</key>
                <true/>
                <key>ExecutablePath</key>
                <string></string>
                <key>MaxKernel</key>
                <string></string>
                <key>MinKernel</key>
                <string>19.0.0</string>
                <key>PlistPath</key>
                <string>Contents/Info.plist</string>
            </dict>
            <dict>
                <key>Arch</key>
                <string>x86_64</string>
                <key>BundlePath</key>
                <string>AirportBrcmFixup.kext</string>
                <key>Comment</key>
                <string></string>
                <key>Enabled</key>
                <true/>
                <key>ExecutablePath</key>
                <string>Contents/MacOS/AirportBrcmFixup</string>
                <key>MaxKernel</key>
                <string></string>
                <key>MinKernel</key>
                <string>19.0.0</string>
                <key>PlistPath</key>
                <string>Contents/Info.plist</string>
            </dict>
            <dict>
                <key>Arch</key>
                <string>x86_64</string>
                <key>BundlePath</key>
                <string>BrcmBluetoothInjector.kext</string>
                <key>Comment</key>
                <string></string>
                <key>Enabled</key>
                <true/>
                <key>ExecutablePath</key>
                <string></string>
                <key>MaxKernel</key>
                <string></string>
                <key>MinKernel</key>
                <string>19.0.0</string>
                <key>PlistPath</key>
                <string>Contents/Info.plist</string>
            </dict>
            <dict>
                <key>Arch</key>
                <string>x86_64</string>
                <key>BundlePath</key>
                <string>BrcmFirmwareData.kext</string>
                <key>Comment</key>
                <string></string>
                <key>Enabled</key>
                <true/>
                <key>ExecutablePath</key>
                <string>Contents/MacOS/BrcmFirmwareData</string>
                <key>MaxKernel</key>
                <string></string>
                <key>MinKernel</key>
                <string>19.0.0</string>
                <key>PlistPath</key>
                <string>Contents/Info.plist</string>
            </dict>
            <dict>
                <key>Arch</key>
                <string>x86_64</string>
                <key>BundlePath</key>
                <string>BrcmPatchRAM3.kext</string>
                <key>Comment</key>
                <string></string>
                <key>Enabled</key>
                <true/>
                <key>ExecutablePath</key>
                <string>Contents/MacOS/BrcmPatchRAM3</string>
                <key>MaxKernel</key>
                <string></string>
                <key>MinKernel</key>
                <string>19.0.0</string>
                <key>PlistPath</key>
                <string>Contents/Info.plist</string>
            </dict>
 
it doesn't work. How can i debug it?
Screenshot 2021-02-03 at 00.00.55.png
 
it doesn't work. How can i debug it?
View attachment 507465
make sure you have done this correctly:
 
Yes i got usbPort kext correctly. But no information in bluetooth
Screenshot 2021-02-03 at 20.20.16.png


Screenshot 2021-02-03 at 20.22.30.png
 
Yes Hackintool doesn't show line USB internal for bluetooth. So driver for bluetooth doesn't work?
 
Yes Hackintool doesn't show line USB internal for bluetooth. So driver for bluetooth doesn't work?
upload your oc folder, zipped
 
Here is my Folder OC (I removed resources) and IOReg
 

Attachments

  • IOREG Gigabyte P15Fv5.zip
    663.5 KB · Views: 43
Here is my Folder OC (I removed resources) and IOReg
remove SSDT-UIAC.aml as you already have usbports.kext

try removing min and max kernel numbers in config.plist

XhciPortLimit should be disabled after you have setup your usb ports, but you may want to revisit the guide and set this up properly as you usbports.kext is not showing your wifi card
 
Status
Not open for further replies.
Back
Top