Subscribe to our RSS news feed
AAPL 199.94 (-1.25)

4 Pages V   1 2 3 > »   
Reply to this topic Start new topic
WUSB54G WORKING! No joke, come in to find the solution...
*****
  • Group: Members
  • Posts: 325
  • Joined: 8-March 06
  • Member No.: 27,375
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
PM Profile Card
Go to the top of the page
+ Quote Post
**
  • Group: Members
  • Posts: 87
  • Joined: 16-April 06
  • From: Houston, TX
  • Member No.: 34,688
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.
PM Profile Card
Go to the top of the page
+ Quote Post
*
  • Group: Members
  • Posts: 44
  • Joined: 15-May 06
  • Member No.: 39,088
@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.
PM Profile Card
Go to the top of the page
+ Quote Post
*****
  • Group: Members
  • Posts: 325
  • Joined: 8-March 06
  • Member No.: 27,375
Nope, won't work...check http://ralink.rapla.net/ to see which adapters have the RT2500 chipset...

K
PM Profile Card
Go to the top of the page
+ Quote Post
*****
  • Group: Members
  • Posts: 325
  • Joined: 8-March 06
  • Member No.: 27,375
Edit: Info added to 10.4.4 Wiki
K
PM Profile Card
Go to the top of the page
+ Quote Post
Group Icon
  • Group: Donators
  • Posts: 1,423
  • Joined: 15-May 06
  • Member No.: 39,207
just posting to inform that this is working with the instructions here and from tush.

Thanks Kramer
PM Profile Card
Go to the top of the page
+ Quote Post
**
  • Group: Members
  • Posts: 99
  • Joined: 16-March 06
  • Member No.: 28,888
did u mean ? http://www.linksys.com/servlet/Satellite?c...FVisitorWrapper
PM Profile Card
Go to the top of the page
+ Quote Post
*****
  • Group: Members
  • Posts: 325
  • Joined: 8-March 06
  • Member No.: 27,375
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
PM Profile Card
Go to the top of the page
+ Quote Post
*
  • Group: Members
  • Posts: 13
  • Joined: 26-May 06
  • From: Singapore
  • Member No.: 40,775
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.
PM Profile Card
Go to the top of the page
+ Quote Post
*****
  • Group: Members
  • Posts: 325
  • Joined: 8-March 06
  • Member No.: 27,375
QUOTE (Mathieu Legrand @ May 27 2006, 03:05 PM) *
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
PM Profile Card
Go to the top of the page
+ Quote Post
*
  • Group: Members
  • Posts: 13
  • Joined: 26-May 06
  • From: Singapore
  • Member No.: 40,775
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
  • ATI Radeon X300 - 1400x1050x32 - working (native LCD resolution)
  • Bluetooth - working
  • Broadcom integrated ethernet network card - somehow working (have to init it with the BIOS)
  • Linksys Wireless-G (WUSB54G) - working
  • Integrated Intel Wireless card - NOT working (yet)
PM Profile Card
Go to the top of the page
+ Quote Post
**
  • Group: Members
  • Posts: 69
  • Joined: 5-September 05
  • Member No.: 9,426
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 ?
PM Profile Card
Go to the top of the page
+ Quote Post
*
  • Group: Members
  • Posts: 21
  • Joined: 19-July 06
  • Member No.: 47,291
There's multiple instanaces of the bcdDevice key. Did you change all of them from 1 to 4 or just a specific one?
PM Profile Card
Go to the top of the page
+ Quote Post
Group Icon
  • Group: Gurus
  • Posts: 5,302
  • Joined: 12-May 06
  • Member No.: 38,728
It looks like he did the one following : <string>RT2500USBWirelessDriver</string>
PM Profile Card
Go to the top of the page
+ Quote Post
Group Icon
  • Group: X Lab Developers
  • Posts: 344
  • Joined: 12-May 06
  • Member No.: 38,660
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?
PM Profile Card
Go to the top of the page
+ Quote Post
***
  • Group: Members
  • Posts: 119
  • Joined: 15-July 06
  • From: Dayton, OH
  • Member No.: 46,743
THANK YOU!!! I've been fighting with this damn card for days!
PM Profile Card
Go to the top of the page
+ Quote Post
*
  • Group: Members
  • Posts: 36
  • Joined: 24-April 06
  • Member No.: 36,092
I can't get it to work for me. I get this error:
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!
poster_oops.gif



Found a readme.txt, included in some zip file. Everything works great now! biggrin.gif
PM Profile Card
Go to the top of the page
+ Quote Post
*
  • Group: Members
  • Posts: 1
  • Joined: 22-August 06
  • Member No.: 52,262
Thank you all!

Installed the driver
changed the integer idProduct and idVendor
posted this reply

thanks again
PM Profile Card
Go to the top of the page
+ Quote Post
*******
  • Group: Members
  • Posts: 950
  • Joined: 22-August 05
  • Member No.: 7,438
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
PM Profile Card
Go to the top of the page
+ Quote Post
*
  • Group: Members
  • Posts: 36
  • Joined: 24-April 06
  • Member No.: 36,092
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.
PM Profile Card
Go to the top of the page
+ Quote Post
4 Pages V   1 2 3 > » 
Reply to this topic Start new topic

1 User(s) are reading this topic (1 Guests and 0 Anonymous Users)
0 Members:

 

RSS Lo-Fi Version Time is now: 21st November 2009 - 11:38 AM