Contribute
Register

BCM4360 kext mojave doesn't work! help please

Status
Not open for further replies.
So sad, not working again!!
here's my config.plist
 

Attachments

  • config.plist
    29.6 KB · Views: 32
So sad, not working again!!
here's my config.plist
try disabling AirPortBrcmNIC_Injector.kext

also try brcmfx-driver=1 instead and also test without boot argument

make sure you have also done:
 
More Info: here is the DCPI screen shot (why changed the name of the device to BCM43228??)
 

Attachments

  • thumbnail_IMG_20210128_154843.jpg
    thumbnail_IMG_20210128_154843.jpg
    421.3 KB · Views: 32
More Info: here is the DCPI screen shot (why changed the name of the device to BCM43228??)
not sure on the naming

example i have the BCM94352Z which is also called DW1560

wondering if you could try an older version for example:

and remove:
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></string>
                <key>PlistPath</key>
                <string>Contents/Info.plist</string>
            </dict>
            <dict>
                <key>BundlePath</key>
                <string>AirportBrcmFixup.kext/Contents/PlugIns/AirPortBrcm4360_Injector.kext</string>
                <key>Comment</key>
                <string></string>
                <key>Enabled</key>
                <true/>
                <key>ExecutablePath</key>
                <string></string>
                <key>Arch</key>
                <string>Any</string>
                <key>MaxKernel</key>
                <string></string>
                <key>MinKernel</key>
                <string></string>
                <key>PlistPath</key>
                <string>Contents/Info.plist</string>
            </dict>
 
try disabling AirPortBrcmNIC_Injector.kext

also try brcmfx-driver=1 instead and also test without boot argument

make sure you have also done:
try disabling AirPortBrcmNIC_Injector.kext and =1 and remove argument.
No way to work :banghead:
 
not sure on the naming

example i have the BCM94352Z which is also called DW1560

wondering if you could try an older version for example:

and remove:
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></string>
                <key>PlistPath</key>
                <string>Contents/Info.plist</string>
            </dict>
            <dict>
                <key>BundlePath</key>
                <string>AirportBrcmFixup.kext/Contents/PlugIns/AirPortBrcm4360_Injector.kext</string>
                <key>Comment</key>
                <string></string>
                <key>Enabled</key>
                <true/>
                <key>ExecutablePath</key>
                <string></string>
                <key>Arch</key>
                <string>Any</string>
                <key>MaxKernel</key>
                <string></string>
                <key>MinKernel</key>
                <string></string>
                <key>PlistPath</key>
                <string>Contents/Info.plist</string>
            </dict>
try AirportBrcmFixup-2.0.7 and removed 2 Injector from config.plist.
NOT WORK :crazy:
 
not yet, but if I may ask what does USB have to do with the wireless card?
it is a fundamental part of getting your wifi/bluetooth working as you have to set the port to internal
 
Status
Not open for further replies.
Back
Top