Jump to content

WUSB54GC Working!


4 posts in this topic

Recommended Posts

Finally I got my Linksys WUSB54GC working! I knew the WUSB54G was working but couldnt get the GC to work, well if you have this card, here is how to do it:

 

Install the Ralink drivers and open the info.plist in RT73USBWirelessDriver.kext

 

What I did was just Add a new entry (I copied one from another device)

 

here is the resulting entry:

 

		<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>

 

Rebooted, unplugged/replugged the device and BAM! it worked! :)

 

Hope it can help anyone who was stuck with this device! :)

Link to comment
Share on other sites

  • 1 year later...
 Share

×
×
  • Create New...