WUSB54G WORKING! No joke, come in to find the solution... |
![]() |
WUSB54G WORKING! No joke, come in to find the solution... |
|
kramer2k
InsanelyMac Sage
|
![]() |
May 22 2006, 03:56 AM Post #1
|
![]() ![]() ![]() ![]()
|
Well, here's the fix people...Currently posting this using my Linksys WUSB54G V4 with Ralink RT2500 Drivers...
The Product ID and Vendor ID are the same as they've always been.. BUT... The one other value you have to change is the bcdDevice it needs to be 4 NOT 1 <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> Verified and it works... Have at it boys, enjoy those Linksys V4s! K |
|
hanschien
InsanelyMac Protégé
|
![]() |
May 22 2006, 04:15 AM Post #2
|
![]() ![]()
|
Awesome!!! I had one that was just sitting on my desk waiting for someone like you to figure out how to make it work. Great job.
|
|
quagmire
InsanelyMac Protégé
|
![]() |
May 22 2006, 05:24 AM Post #3
|
![]()
|
@kramer2k
do you know if there is a way to get this working with a WUSB11 Version 2.6? It's the wireless B usb adapter. |
|
kramer2k
InsanelyMac Sage
|
![]() |
May 22 2006, 12:04 PM Post #4
|
![]() ![]() ![]() ![]()
|
||
|
kramer2k
InsanelyMac Sage
|
![]() |
May 22 2006, 04:37 PM Post #5
|
![]() ![]() ![]() ![]()
|
Edit: Info added to 10.4.4 Wiki
K |
|
asap18
O RLY?
|
![]() |
May 24 2006, 12:03 AM Post #6
|
![]()
|
just posting to inform that this is working with the instructions here and from tush.
Thanks Kramer |
|
jpsolares
InsanelyMac Protégé
|
![]() |
May 24 2006, 08:42 PM Post #7
|
![]() ![]()
|
|
|
kramer2k
InsanelyMac Sage
|
![]() |
May 27 2006, 04:30 AM Post #8
|
![]() ![]() ![]() ![]()
|
Yes, that is the WUSB54G, but you have to be sure to get Version 4, that's the only one that uses the Ralink RT2500 chipset. If you get one of the others, you're SOL.
K |
|
Mathieu
InsanelyMac Protégé
|
![]() |
May 27 2006, 03:05 PM Post #9
|
|
Could you post all the steps needed to get it to work?
I've installed the Ralink driver, and I have the WUSB54G ver 4. System profiler shows it in the USB device tree with Version 0.04, Product ID 0x000d and Vendor ID 0x13b1. I also edited /System/Library/Extensions/RT2500USBWirelessDriver.kext/Content/Info.plist to add a new section with the excerpt you have given. Unfortunately, when I plug the device on the USB port, I have no message in /var/log/system.log and WirelessUSBUtility still tells me "No device!"... What step did I miss? Thanks. |
|
kramer2k
InsanelyMac Sage
|
![]() |
May 28 2006, 02:30 AM Post #10
|
![]() ![]() ![]() ![]()
|
Could you post all the steps needed to get it to work? I've installed the Ralink driver, and I have the WUSB54G ver 4. System profiler shows it in the USB device tree with Version 0.04, Product ID 0x000d and Vendor ID 0x13b1. I also edited /System/Library/Extensions/RT2500USBWirelessDriver.kext/Content/Info.plist to add a new section with the excerpt you have given. Unfortunately, when I plug the device on the USB port, I have no message in /var/log/system.log and WirelessUSBUtility still tells me "No device!"... What step did I miss? Thanks. Are you sure the kext is loaded? Check the Extensions under system profiler. If it's Not loaded, type this into terminal Sudo -s your password kextload /System/Library/Extensions/RT2500USBWirelessDriver.kext Then replug your adapter back in. The USB utility should start on it's own. K |
|
Mathieu
InsanelyMac Protégé
|
![]() |
May 28 2006, 06:46 AM Post #11
|
|
Thank you.
CODE kextload -t /System/Library/Extensions/RT2500USBWirelessDriver.kext Gave me the answer: invalid Bundle... I had made a small typo modifying Info.plist, and indeed the driver was never loaded properly. It now works beautifuly... For reference: DELL D610
|
|
kerimeton
InsanelyMac Protégé
|
![]() |
Jun 17 2006, 01:33 PM Post #12
|
![]()
|
ohhhhhhh
I thought you edit the info file whats the best way to do this though, I edit with textedit and it always tells me I cant save. Obviously because It need admin prvilages Can I edit the file, save it on the desktop, and copy it back ? |
|
aries77
InsanelyMac Protégé
|
![]() |
Aug 2 2006, 04:05 PM Post #13
|
|
There's multiple instanaces of the bcdDevice key. Did you change all of them from 1 to 4 or just a specific one?
|
|
Rammjet
InsanelyMac V.I.P
|
![]() |
Aug 2 2006, 04:12 PM Post #14
|
|
It looks like he did the one following : <string>RT2500USBWirelessDriver</string>
|
|
james2mart
InsanelyMac Sage
|
![]() |
Aug 2 2006, 04:25 PM Post #15
|
![]()
|
If only we could find open source for ANY WIRELESS card for OS X tiger, we would be able to write drivers for intel cards..... poopie..... anyone know where there is open source OS X wifi drivers?
|
|
GP1138
InsanelyMac Geek
|
![]() |
Aug 3 2006, 11:31 PM Post #16
|
![]() ![]()
|
THANK YOU!!! I've been fighting with this damn card for days!
|
|
MacMartin
InsanelyMac Protégé
|
![]() |
Aug 15 2006, 10:35 PM Post #17
|
|
can't add kernel extension /System/Library/Extensions/RT2500USBWirelessDriver.kext (not a bundle) (run kextload on this kext with -t for diagnostic output) I edited the last part of the 2500-kext and restored permissions. Can anyone send me the working kext for 10.4.6 at mm1969 (at) gmx.net ? Thx in advance! Found a readme.txt, included in some zip file. Everything works great now! |
|
steve cant
InsanelyMac Protégé
|
![]() |
Aug 22 2006, 09:58 PM Post #18
|
|
Thank you all!
Installed the driver changed the integer idProduct and idVendor posted this reply thanks again |
|
aberracus
InsanelyMac Legend
|
![]() |
Aug 31 2006, 04:37 AM Post #19
|
![]() ![]() ![]() ![]() ![]() ![]() ![]()
|
it works
have to add as a new device with system profiler name this: add <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> then in terminal sudo chown -R root:wheel /System/Library/Extensions sudo chmod -R 755 /System/Library/Extensions sudo kextcache -k /System/Library/Extensions repair permissions reboot FANTASITC Cheers |
|
MacMartin
InsanelyMac Protégé
|
![]() |
Aug 31 2006, 08:05 PM Post #20
|
|
Is there a way to get it working as an Airport device? I have to use the Wireless USB Utility, but is not recognised as Airport.
|
![]() |
|
Lo-Fi Version | Time is now: 21st November 2009 - 11:38 AM |