Jump to content
2 posts in this topic

Recommended Posts

I edited /IO80211Family.kext/Contents/PlugIns/AppleAirPortBrcm4311.kext/Contents/info.plist to this

 

<?xml version="1.0" encoding="UTF-8"?>

<!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">

<plist version="1.0">

<dict>

<key>CFBundleDevelopmentRegion</key>

<string>English</string>

<key>CFBundleExecutable</key>

<string>AppleAirPortBrcm4311</string>

<key>CFBundleGetInfoString</key>

<string>1.0.2, Copyright © 2006 Apple Computer, Inc., All Rights Reserved</string>

<key>CFBundleIdentifier</key>

<string>com.apple.driver.AppleAirPortBrcm4311</string>

<key>CFBundleInfoDictionaryVersion</key>

<string>6.0</string>

<key>CFBundleName</key>

<string>AppleAirPortBrcm4311</string>

<key>CFBundlePackageType</key>

<string>KEXT</string>

<key>CFBundleShortVersionString</key>

<string>1.0.2</string>

<key>CFBundleSignature</key>

<string>????</string>

<key>CFBundleVersion</key>

<string>102.1</string>

<key>IOKitPersonalities</key>

<dict>

<key>Broadcom PCI</key>

<dict>

<key>APMonitorMode</key>

<false/>

<key>CFBundleIdentifier</key>

<string>com.apple.driver.AppleAirPortBrcm4311</string>

<key>IOClass</key>

<string>AirPortPCI_MM</string>

<key>IOMatchCategory</key>

<string>IODefaultMatchCategory</string>

<key>IONameMatch</key>

<array>

<string>pci14e4,4311</string>

<string>pci14e4,4312</string>

<string>pci14e4,4318</string>

<string>pci14e4,4324</string>

</array>

<key>IOProviderClass</key>

<string>IOPCIDevice</string>

</dict>

</dict>

<key>OSBundleLibraries</key>

<dict>

<key>com.apple.iokit.IONetworkingFamily</key>

<string>1.5.0</string>

<key>com.apple.iokit.IOPCIFamily</key>

<string>1.6</string>

<key>com.apple.kernel.iokit</key>

<string>7.9.9</string>

<key>com.apple.kpi.bsd</key>

<string>8.0.0</string>

</dict>

</dict>

</plist>

 

 

The Text In Red is the line that I edited to reflect the device id of my wifi card.

If anyone could give me some pointers on how I can get this to work it would be greatly appreciated.

 

Thanks,

Rob

Link to comment
https://www.insanelymac.com/forum/topic/18147-broadcom-wifi-problems/
Share on other sites

×
×
  • Create New...