Jump to content
1 post in this topic

Recommended Posts

I have Compaq C500 but have given up with built in wifi due to mini pci express bus issue and power to wifi card and/or built in wifi button issue. I have installed a USB wifi with raylink drivers - utility finds my network says its connected but no interface aside from my built in ethernet in the system preferences pane under network comes upp.

 

Here's my NetworkInterfaces.plist

 

<key>Active</key>

<true/>

<key>BSD Name</key>

<string>en1</string>

<key>IOBuiltin</key>

<true/>

<key>IOInterfaceType</key>

<integer>6</integer>

<key>IOInterfaceUnit</key>

<integer>1</integer>

<key>IOMACAddress</key>

<data>ABs4OZIU</data>

<key>IOPathMatch</key>

<string>IOService:/AppleACPIPlatformExpert/PCI0@0/AppleACPIPCI/PCIB@1E/IOPCI2PCIBridge/LANC@8/com_apple_driver_RTL8139/IOEthernetInterface</string>

<key>SCNetworkInterfaceType</key>

<string>Ethernet</string>

</dict>

 

<dict>

<key>Active</key>

<true/>

<key>BSD Name</key>

<string>en2</string>

<key>IOBuiltin</key>

<true/>

<key>IOInterfaceType</key>

<integer>6</integer>

<key>IOInterfaceUnit</key>

<integer>2</integer>

<key>IOMACAddress</key>

<data>AA4u3sSG</data>

<key>IOPathMatch</key>

<string>IOService:/AppleACPIPlatformExpert/PCI0@0/AppleACPIPCI/USB2@1D,1/AppleUSBUHCI/802.11 n WLAN@3d200000/RT2870USBWirelessDriver/IOEthernetInterface</string> <key>SCNetworkInterfaceType</key>

<string>USB Wireless</string>

</dict>

</array>

</dict>

</plist>

 

 

 

Artheros5424.kext

 

<?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>AirPortAtheros5424</string>

<key>CFBundleGetInfoString</key>

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

<key>CFBundleIdentifier</key><string>com.apple.driver.AirPortAtheros5424</string>

<key>CFBundleInfoDictionaryVersion</key>

<string>6.0</string>

<key>CFBundleName</key>

<string>AirPortAtheros5424</string>

<key>CFBundlePackageType</key>

<string>KEXT</string>

<key>CFBundleShortVersionString</key>

<string>1.0.5</string>

<key>CFBundleSignature</key>

<string>????</string><key>CFBundleVersion</key>

<string>106.1</string><key>IOKitPersonalities</key>

<dict><key>Atheros Wireless LAN PCI</key>

<dict><key>CFBundleIdentifier</key>

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

<key>IOClass</key>

<string>AirPort_Athr5424</string>

<key>IOMatchCategory</key>

<string>IODefaultMatchCategory</string>

<key>IONameMatch</key>

<array>

<string>pci106b,0086</string>

<string>pci168c,1c</string>

</array>

<key>IOProviderClass</key>

<string>IOPCIDevice</string></dict>

</dict>

<key>OSBundleLibraries</key>

<dict>

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

<string>1.1.2</string><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>

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

<string>8.0.0</string>

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

<string>8.0.0</string>

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

<string>8.0.0</string>

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

<string>8.0.0</string></dict></dict></plist>

 

Can anyone help me out with my the above files to get my wifi usb working - please !!!!

×
×
  • Create New...