tenjeangosi said:
I tried the drivers, but no go.. Are there any other drivers for it on OS 10.4?
Try going to "About this Mac" in the Apple menu and click in "More Info" the go to USB you should see something like "Wireless-G USB Network Adapter" listed there. If not then your device is not using the RT2500 driver from Ralink. If you can see it go ahead.
Getting the Ralink driver is the first step to get WUSB54G to work, the next step is to add support for your device.
You have to keep your device unpluged then
Step by step you have to:
1.-
Donload the driver
2.- Install it
3.- Go to /System/Library/Extensions/ and find RT2500USBWirelessDriver.kext
4.- Right click or ctrl+click over RT2500USBWirelessDriver.kext
5.- From the CM choose "Show Package Contents". A new window should appear.
6.- On the new window go to Contents
7.- Open Terminal.app from the Utilities folder and write "sudo pico" (without quotes) and drag the Info.plist file to that terminal window.
8.- Find the line saying <key>IOKitPersonalities</key> and below that add:
</dict>
<key>LinkSys</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>
9.- Save and close the file by pressing ctrl+o and then ctrl+x
10.- Reboot
11.- Now connect your device
12.- Open System Preferences.app
13.- Go to Network
It must warn you about a new device found.
14.- Configure your network.
15.- If it's not already open, open WirelessUtilityUSB.app which should be in your Applications folder and configure your WLAN access.
Sometimes th driver is not loaded at startup, you can fix that by downloading
This File. It will install a file named RT2500Replug.kext in /System/Library/Extensions/ you havo to go into that package as well and edit the Info.plist file the same way you edited the otherone but this time you have to add:
<dict>
<key>Linksys</key>
<dict>
<key>CFBundleIdentifier</key>
<string>ch.walter.thomas.RT2500Replug</string>
<key>IOClass</key>
<string>ch_walter_thomas_RT2500Replug</string>
<key>IOKitDebug</key>
<integer>0</integer>
<key>IOProbeScore</key>
<integer>100000</integer>
<key>IOProviderClass</key>
<string>IOUSBDevice</string>
<key>bcdDevice</key>
<integer>4</integer>
<key>idProduct</key>
<integer>13</integer>
<key>idVendor</key>
<integer>5041</integer>
and then reboot.
The WirelessUtilityUSB.app should be fired up after every reboot now.
You can find more info at:
http://61.222.76.235/ (which is the Ralink forum)
Good Luck.