Hi to all!
I was playing with this USB wireless adapter for a long made a ton of research and finaly made it work. If anybody interesting follow the guide.
1. Download drivers http://www.ralinktech.com/drivers/Mac/RTUSB D70-1.1.3.0 D71W-1.1.5.0 UI-1.2.8.0_2006_08_24.dmg
2. Install in usual way.
3. Open terminal
4. Go to /System/Library/Extensions/RT2500USBWirelessDriver.kext/Contents/
5. Open file sudo pico Info.plist
6. Edit any of key and fill with following:
<key>LINKSYS</key>
<dict>
<key>CFBundleIdentifier</key>
<string>com.Ralink.driver.RT73</string>
<key>IOClass</key>
<string>RT2573USBWirelessDriver</string>
<key>IOProviderClass</key>
<string>IOUSBDevice</string>
<key>bcdDevice</key>
<integer>1</integer>
<key>idProduct</key>
<integer>32</integer>
<key>idVendor</key>
<integer>5041</integer>
</dict>
7. Save file
8. Run this string /usr/sbin/kextcache -k /System/Library/Extensions
9. Restart computer
10. Take off card and insert back to computer.
I hope your is working too! Smile
I was playing with this USB wireless adapter for a long made a ton of research and finaly made it work. If anybody interesting follow the guide.
1. Download drivers http://www.ralinktech.com/drivers/Mac/RTUSB D70-1.1.3.0 D71W-1.1.5.0 UI-1.2.8.0_2006_08_24.dmg
2. Install in usual way.
3. Open terminal
4. Go to /System/Library/Extensions/RT2500USBWirelessDriver.kext/Contents/
5. Open file sudo pico Info.plist
6. Edit any of key and fill with following:
<key>LINKSYS</key>
<dict>
<key>CFBundleIdentifier</key>
<string>com.Ralink.driver.RT73</string>
<key>IOClass</key>
<string>RT2573USBWirelessDriver</string>
<key>IOProviderClass</key>
<string>IOUSBDevice</string>
<key>bcdDevice</key>
<integer>1</integer>
<key>idProduct</key>
<integer>32</integer>
<key>idVendor</key>
<integer>5041</integer>
</dict>
7. Save file
8. Run this string /usr/sbin/kextcache -k /System/Library/Extensions
9. Restart computer
10. Take off card and insert back to computer.
I hope your is working too! Smile