Jump to content
3 posts in this topic

Recommended Posts

Does it detect but not work? You have to manually edit the wireless networking package to include a check for your model of card, if your chipset isn't natively supported. I believe the process is something like...

 

cd /system/library/extensions/io80211family.kext/contents/plugins/appleairportbrcm4311.kext/contents/

sudo -s

nano info.plist

Scroll down to the section where you see entries like: <string>pci14e4,4329</string>

Click in front of one of the <string>, type in <string>pci14e4,43**</string> where 43** is the precise chipset your broadcom card is. Hit enter.

I don't remember for certain but you may have to reapply permissions and ownership, wouldn't hurt anyway...

sudo chmod /R -755 /system/library/extensions/io80211family.kext

sudo chown /R root:wheel /system/library/extensions/io80211family.kext

Reboot

 

That should enable your os to recognize the card natively as an airport card. Hope that helps.

  • 4 weeks later...
×
×
  • Create New...