-REQUIREMENTS-
Ralink RT2500 USB Wireless Driver(can be here) and also comes with Uphuck 10.4.9 Universal 1.3 DVD
BASIC Terminal knowledge. I will post all of the commands, so it won't be too difficult.
Step 1
Mount the RTUSB dmg file and then copy the contents to the desktop
open up USBWireless-10.4 and run USBWireless-Tiger.pkg
Reboot when prompted
Step 2
When you reboot, the Ralink USB Device Utility should pop up
Completely Exit it
Step 3
Pop open Terminal and put in
CODE
sudo -s
and put in your password when prompted
Step 4
Type in
CODE
sudo nano /System/Library/Extensions/RT2500USBWirelessDriver.kext/Contents/Info.plist
Step 5
At the end of where it says:
CODE
<?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>RT2500USBWirelessDriver</string>
<key>CFBundleIdentifier</key>
<string>com.Ralink.driver.RT2500</string>
<key>CFBundleInfoDictionaryVersion</key>
<string>6.0</string>
<key>CFBundlePackageType</key>
<string>KEXT</string>
<key>CFBundleShortVersionString</key>
<string>1.1.3.0</string>
<key>CFBundleSignature</key>
<string>Lens Wang</string>
<key>CFBundleVersion</key>
<string>1.1.3</string>
<key>IOKitPersonalities</key>
<dict>
<!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>RT2500USBWirelessDriver</string>
<key>CFBundleIdentifier</key>
<string>com.Ralink.driver.RT2500</string>
<key>CFBundleInfoDictionaryVersion</key>
<string>6.0</string>
<key>CFBundlePackageType</key>
<string>KEXT</string>
<key>CFBundleShortVersionString</key>
<string>1.1.3.0</string>
<key>CFBundleSignature</key>
<string>Lens Wang</string>
<key>CFBundleVersion</key>
<string>1.1.3</string>
<key>IOKitPersonalities</key>
<dict>
hit Return to create a space and copy the following under it:
CODE
<key>Wireless-G USB Network Adapter</key>
<dict>
<key>CFBundleIdentifier</key>
<string>com.Ralink.driver.RT2500</string>
<key>IOClass</key>
<string>RT2500USBWirelessDriver</string>
<key>IOProviderClass</key>
<string>IOUSBDevice</string>
<key>bcdDevice</key>
<integer>4</integer>
<key>idProduct</key>
<integer>13</integer>
<key>idVendor</key>
<integer>5041</integer>
</dict>
<dict>
<key>CFBundleIdentifier</key>
<string>com.Ralink.driver.RT2500</string>
<key>IOClass</key>
<string>RT2500USBWirelessDriver</string>
<key>IOProviderClass</key>
<string>IOUSBDevice</string>
<key>bcdDevice</key>
<integer>4</integer>
<key>idProduct</key>
<integer>13</integer>
<key>idVendor</key>
<integer>5041</integer>
</dict>
Step 6
On your keyboard hit Ctrl+O and then enter and then Ctrl+X to Quit.
Step 7
In terminal type:
CODE
sudo chown -R root:wheel /System/Library/Extensions
CODE
sudo chmod -R 755 /System/Library/Extensions
CODE
sudo kextcache -k /System/Library/Extensions
Step 8
Exit Terminal
Step 9
Open up Disk Utility, choose your current Partition and under First Aid hit Repair Permissions and let that run.
Step 10
Reboot
Step 11
When OS X boots, the Ralink USB Utility should come up again. If it doesn't detect a network and still says No Device!! unplug your USB adaptor and plug it back in. If it still says no device, go into terminal and type
[code] kextload -t /System/Library/Extensions/RT2500USBWirelessDriver.kext
Step 8
Exit Terminal
Step 9
Open up Disk Utility, choose your current Partition and under First Aid hit Repair Permissions and let that run.
Step 10
Reboot
Step 11
When OS X boots, the Ralink USB Utility should come up again. If it doesn't detect a network and still says No Device!! unplug your USB adaptor and plug it back in. If it still says no device, go into terminal and type
[code] kextload -t /System/Library/Extensions/RT2500USBWirelessDriver.kext
Step 12
If you have no internet, but are connected to your internet, go to Network under System Preferences and it should say New Ethernet Device Found or something along those lines. Follow the guidelines there and you will be able to connect to the internet with your wireless device
If you have any questions/comments/complaints please post here. If the original discoverer(Kramer) has any problem with me posting this, just say so, and I will remove it.
