Jump to content
8 posts in this topic

Recommended Posts

Hi

Open a terminal and type:

sudo nano /System/Library/Extensions/IO80211Family.kext/Contents/PlugIns/AppleAirPortBrcm4311.kext/Contents/Info.plist

type your password

replace 4318 by 4315 (should be the device id)

ctrl O to save, ctrl X to quit

sudo touch /System/Library/Extensions

 

And the new interface will normally appear.

Edit: sorry I misread yesterday, I thought you asked how to change 4318 to 4315.

As 4315 is your device ID, you need to add it in the Info.plist.

 

If you prefer an other way, take back mcsmart enabler, open it with TextEdit and add 4315 between 4313 and 4318, in fact you will have this:

 

<string>pci14e4,4313</string>

<string>pci14e4,4315</string>

<string>pci14e4,4318</string>

 

then open a terminal, go to the directory where the file is and type

sudo sh bcm43xxenabler.sh

 

It is the same as editing directly the IO80211Family.kext.

Good luck you will succeed

×
×
  • Create New...