Results 1 to 10 of 71
I'm relatively new to Linux and have just loaded a fresh install of CentOS 5.3 and would like to run wireles using the Linksys WUSB54GC wireles USB adapter. I cannot ...
- 04-09-2009 #1Just Joined!
- Join Date
- Jun 2008
- Posts
- 33
Linksys USB54GC help on CentOS 5.3
I'm relatively new to Linux and have just loaded a fresh install of CentOS 5.3 and would like to run wireles using the Linksys WUSB54GC wireles USB adapter. I cannot seem to get a definitive answer on how to get it to work. Is Ndiswrapper the way to go? How about the Ralink RT73 driver? Please, any help is appreciated. If you have configured one and go it to work, please let me know the steps/commands to do it. If you have a link to a working set of instructions, please link me to it! Thanks for all the help!
- 04-09-2009 #2
There are several versions of that wireless, each with a different chipset in it. To help you we need to know more about the device. Please read through the post linked to below. It explains how to find this information. Then post that info in this thread.
Wireless Setup - Start HerePaul
Please do not send Private Messages to me with requests for help. I will not reply.
- 04-12-2009 #3Linux Guru
- Join Date
- Apr 2009
- Location
- I can be found either 40 miles west of Chicago, or in a galaxy far, far away.
- Posts
- 8,974
Is your wireless USB device a WiFi device, or cellular broadband modem (Sprint, AT&T, et al)? If it is WiFi, the link that waterhead gave is the place to start. If it is cellular, then you need to deal with it in a very different manner, as it is basically a USB modem and needs to be treated as such. So, let me know if it is cellular, and I will post a link to a pdf on how to install a typical Sierra Wireless Aircard.
Sometimes, real fast is almost as good as real time.
Just remember, Semper Gumbi - always be flexible!
- 04-12-2009 #4
It's a wireless-g USB adapter.
Linksys by Cisco Compact Wireless-G USB Adapter WUSB54GC
I think that the OP may have lost interest.Paul
Please do not send Private Messages to me with requests for help. I will not reply.
- 04-12-2009 #5Linux Guru
- Join Date
- Apr 2009
- Location
- I can be found either 40 miles west of Chicago, or in a galaxy far, far away.
- Posts
- 8,974
Doh! I didn't read his original post closely enough. I see that you are correct wh. I wonder if he has looked on the Linksys web site for Linux drivers and support. I imagine they at least have a linux "cheat sheet" to help people make it work.
Ok. After some digging, I found this link: Ralink Technology: Linux
This URL has a list of chip sets for USB wireless adapters that ralink builds, including the Linksys device you are interested it. The URL for the driver that I think you need is: http://www.ralinktech.com.tw/data/RT...mware_V1.8.zipSometimes, real fast is almost as good as real time.
Just remember, Semper Gumbi - always be flexible!
- 04-12-2009 #6
I don't believe Linksys has "official" support for Linux. But they usually use common wireless chips that have Linux support. The problem is that they change the chips and keep the model number the same. That is why there are different versions, each version is using a different chip.
Paul
Please do not send Private Messages to me with requests for help. I will not reply.
- 04-14-2009 #7Just Joined!
- Join Date
- Jun 2008
- Posts
- 33
As requested:
The device is recognized with lsusb
[root@localhost Module]# lsusb
Bus 001 Device 003: ID 13b1:0020 Linksys WUSB54GC 802.11g Adapter [ralink rt73]
Bus 001 Device 001: ID 0000:0000
Bus 002 Device 001: ID 0000:0000
With iwconfig, this is what I get:
[root@localhost Module]# iwconfig
lo no wireless extensions.
wmaster0 no wireless extensions.
Warning: Driver for device wlan0 recommend version 21 of Wireless Extension,
but has been compiled with version 20, therefore some driver features
may not be available...
wlan0 IEEE 802.11 ESSID:""
Mode:Managed Frequency:2.412 GHz Access Point: Not-Associated
Tx-Power=27 dBm
Retry min limit:7 RTS thr:off Fragment thr=2352 B
Encryption key:off
Link Quality:0 Signal level:0 Noise level:0
Rx invalid nwid:0 Rx invalid crypt:0 Rx invalid frag:0
Tx excessive retries:0 Invalid misc:0 Missed beacon:0
eth0 no wireless extensions.
sit0 no wireless extensions.
wlan1 RT73 WLAN ESSID:""
Mode:Managed Frequency=2.412 GHz Bit Rate:54 Mb/s
RTS thr:off Fragment thr:off
Encryption key:off
Link Quality=0/100 Signal level:-121 dBm Noise level:-111 dBm
Rx invalid nwid:0 Rx invalid crypt:0 Rx invalid frag:0
Tx excessive retries:0 Invalid misc:0 Missed beacon:0
I have compiled and install the latest rt73 driver. In my hardware device manager, this is what I see:
CK804 USB Controller
WUSB54GC 802.11g Adapter [Ralink RT73}
I have yet to be able to get the device recognized in the network configuration tool. Any additional ideas?
- 04-14-2009 #8
That is an odd looking output of lsusb. I have never seen one that listed the driver! Did you add that?
Again this looks funny. You have TWO? wireless cards? I have also never seen a iwconfig output that listed the driver!With iwconfig, this is what I get:
[root@localhost Module]# iwconfig
lo no wireless extensions.
wmaster0 no wireless extensions.
Warning: Driver for device wlan0 recommend version 21 of Wireless Extension,
but has been compiled with version 20, therefore some driver features
may not be available...
wlan0 IEEE 802.11 ESSID:""
Mode:Managed Frequency:2.412 GHz Access Point: Not-Associated
Tx-Power=27 dBm
Retry min limit:7 RTS thr:off Fragment thr=2352 B
Encryption key:off
Link Quality:0 Signal level:0 Noise level:0
Rx invalid nwid:0 Rx invalid crypt:0 Rx invalid frag:0
Tx excessive retries:0 Invalid misc:0 Missed beacon:0
eth0 no wireless extensions.
sit0 no wireless extensions.
wlan1 RT73 WLAN ESSID:""
Mode:Managed Frequency=2.412 GHz Bit Rate:54 Mb/s
RTS thr:off Fragment thr:off
Encryption key:off
Link Quality=0/100 Signal level:-121 dBm Noise level:-111 dBm
Rx invalid nwid:0 Rx invalid crypt:0 Rx invalid frag:0
Tx excessive retries:0 Invalid misc:0 Missed beacon:0
Fedora has a Hardware Device Manager? Please tell me how to access it.I have compiled and install the latest rt73 driver. In my hardware device manager, this is what I see:
CK804 USB Controller
WUSB54GC 802.11g Adapter [Ralink RT73}
I have yet to be able to get the device recognized in the network configuration tool. Any additional ideas?
You didn't post all of the information that I requested. And the info that you did post, seems to have been edited. Do it again, and post ALL of the info, UNEDITED!Paul
Please do not send Private Messages to me with requests for help. I will not reply.
- 04-14-2009 #9Just Joined!
- Join Date
- Jun 2008
- Posts
- 33
When I get home this evening I will repost the information including anything I missed the first time. This IS NOT Fedora. This is CentOS 5.3. Yes, there are two wireless devices in the box. I DID NOT alter any of the output. The driver information IS included in the output of the command. The hardware device manager can be accessed via gui under system administration - hardware.
- 04-14-2009 #10
I apologize if I falsely accused you.
I am posting from CentOS 5.3 that I have installed on a Eee PC 900. I certainly don't get the driver name for my Atheros wireless on any of the outputs mentioned. But maybe it is a Ralink thing.
If the wireless card is not showing up in the Network GUI, then it is because you don't have the correct driver for it. If you are absolutely sure that it is a Ralink wireless, then maybe you should try the latest driver from their GIT repository.
Rt2x00 GIT instructions - Rt2x00Wiki
If that is what you are using, then maybe you need to try the Linux driver that Ralink released, as suggested by rubberman.
Ralink Technology: Linux
You may just need firmware installed. That is why checking for that is one of the commands in my wireless How-To.Paul
Please do not send Private Messages to me with requests for help. I will not reply.


Reply With Quote
