Jump to content
4 posts in this topic

Recommended Posts

http://forum.insanelymac.com/index.php?sho...mp;#entry245294

 

Get the IONetworkingFamily kext and the IOPciFamily kext from 10.4.3 from here.

 

Chances are after you replace your kext files repair and reboot it will show you have an airport extreme card but it will show it is off. If so open your Library/Preferences/SystemsConfigurations and drag your networkingInterfaces.plist to your desktop and edit it with textedit. The string above the list with your device id will need to be changed from <integer>0</integer> to <integer>1</integer>

 

Here is mine that is working with the Dell truemobile 1450.

 

<key>BSD Name</key>

<string>en1</string>

<key>IOBuiltin</key>

<false/>

<key>IOInterfaceType</key>

<integer>6</integer>

<key>IOInterfaceUnit</key>

<integer>1</integer>

<key>IOLocation</key>

<string></string>

<key>IOMACAddress</key>

<data>

ABSl2foI

</data>

<key>IOPathMatch</key>

<string>IOService:/AppleACPIPlatformExpert/PCI0@0/AppleACPIPCI/PCIE@1E/IOPCI2PCIBridge/pci14e4,4319@3/AirPort_Brcm43xx/IO80211Interface</string>

</dict>

 

 

After you edit it drag your old .plist to the trashbin and drag the new one to it's place Authenticate repair and reboot.

After this it should show a new port when you click on the airport icon.

×
×
  • Create New...