LinuxQuestions.org
Welcome to the most active Linux Forum on the web.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Networking > Linux - Wireless Networking
User Name
Password
Linux - Wireless Networking This forum is for the discussion of wireless networking in Linux.

Notices


Reply
  Search this Thread
Old 09-11-2007, 11:01 AM   #1
evie_em
LQ Newbie
 
Registered: Jul 2005
Posts: 7

Rep: Reputation: 0
Using Linksys WUSB54G wireless USB adapter


My desktop is running fedora 7, and I've recently gone wireless. I have a Linksys WUSB54GC wireless USB adapter, but it doesn't get recognized by default. Any tips?

Last edited by evie_em; 09-12-2007 at 04:02 AM. Reason: its WUSB54GC instead of WUSB54G
 
Old 09-11-2007, 04:25 PM   #2
puntjuh
Member
 
Registered: Apr 2006
Location: holland
Distribution: Gentoo / debian / suse / mint
Posts: 558

Rep: Reputation: 42
What does "lsusb" say?

and do you get any devices in "iwconfig"?

You could use ndiswrapper to install the appropiate windows driver.
Also .. there are different chipsets around for these cards.
 
Old 09-12-2007, 03:56 AM   #3
evie_em
LQ Newbie
 
Registered: Jul 2005
Posts: 7

Original Poster
Rep: Reputation: 0
Quote:
Originally Posted by puntjuh View Post
What does "lsusb" say?
and do you get any devices in "iwconfig"?
lsusb:
Bus 002 Device 001: ID 0000:0000
Bus 003 Device 001: ID 0000:0000
Bus 003 Device 002: ID 046d:c03d Logitech, Inc.
Bus 004 Device 001: ID 0000:0000
Bus 004 Device 004: ID 13b1:0020 Linksys
Bus 001 Device 003: ID 058f:9360 Alcor Micro Corp.
Bus 001 Device 001: ID 0000:0000

iwconfig:
lo no wireless extensions.

eth0 no wireless extensions.

wmaster0 no wireless extensions.

wlan0 IEEE 802.11g ESSID:""
Mode:Managed Channel:0 Access Point: Not-Associated
Retry min limit:7 RTS thr: off Fragment thr=2346 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
 
Old 09-12-2007, 05:31 AM   #4
mrclisdue
Senior Member
 
Registered: Dec 2005
Distribution: Slackware
Posts: 1,134

Rep: Reputation: 277Reputation: 277Reputation: 277
About a year ago, I got that particular adapter to work in FC6 using this tutorial:

Code:
https://help.ubuntu.com/community/WifiDocs/Device/Belkin_F5D7050_ver_3000_%28Ralink_rt73_driver%29?highlight=%28WifiDocs%2FDevice%29
It's been running ever since, but I haven't upgraded to F7 because I didn't want to go through all the steps again (the same applies to upgrading the kernel.)

Because the tutorial applies to Ubuntu, iirc, there are a couple of things that either didn't apply to Fedora, or had to be done slightly differently, or the terminology is slightly different. Sorry I can't quite recall what those things were, but if you give it a shot and run into difficulties, post back here and I will do my best to help you out.

cheers,
 
Old 09-13-2007, 07:53 AM   #5
evie_em
LQ Newbie
 
Registered: Jul 2005
Posts: 7

Original Poster
Rep: Reputation: 0
Quote:
Originally Posted by mrclisdue View Post
About a year ago, I got that particular adapter to work in FC6 using this tutorial:

Code:
https://help.ubuntu.com/community/WifiDocs/Device/Belkin_F5D7050_ver_3000_%28Ralink_rt73_driver%29?highlight=%28WifiDocs%2FDevice%29
It's been running ever since, but I haven't upgraded to F7 because I didn't want to go through all the steps again (the same applies to upgrading the kernel.)

Because the tutorial applies to Ubuntu, iirc, there are a couple of things that either didn't apply to Fedora, or had to be done slightly differently, or the terminology is slightly different. Sorry I can't quite recall what those things were, but if you give it a shot and run into difficulties, post back here and I will do my best to help you out.
That's a very handy guide! I've completed step 5 so far without any problems. But step 6:
gksudo gedit /etc/network/interfaces
there is no network dir in /etc in my fedora installation... there is a NetworkManager dir, but that too is empty...
 
Old 09-13-2007, 09:26 AM   #6
mrclisdue
Senior Member
 
Registered: Dec 2005
Distribution: Slackware
Posts: 1,134

Rep: Reputation: 277Reputation: 277Reputation: 277
sudo gedit /etc/sysconfig/networking/devices/ifcfg-rausb0
(assuming that rausb0 is what the interface is called...)

Last edited by mrclisdue; 09-13-2007 at 09:28 AM.
 
Old 09-13-2007, 10:56 AM   #7
evie_em
LQ Newbie
 
Registered: Jul 2005
Posts: 7

Original Poster
Rep: Reputation: 0
Quote:
Originally Posted by mrclisdue View Post
sudo gedit /etc/sysconfig/networking/devices/ifcfg-rausb0
(assuming that rausb0 is what the interface is called...)
That file already contained the following:
-------------
DEVICE=rausb0
ONBOOT=yes

## Confirm your AP supports dhcp or connects up the ethernet
## before set-up as a dynamic IP
#BOOTPROTO=dhcp
-------------
I've tried to add the suggested text to it (but perhaps I shouldve' deleted the original text?), but it didn't work:
-------------
# rt73 wireless network device using DHCP
iface rausb0 inet dhcp
pre-up ifconfig rausb0 up
wireless-essid MY_ESSID
# wireless-key XXXXXXXXXXXXXXXXXXXXXXXXXX # This line for hexidecimal keys
wireless-key s:<inserted my wireless key> # This line for ASCII (string) keys
auto rausb0
-------------
 
Old 09-13-2007, 08:20 PM   #8
mrclisdue
Senior Member
 
Registered: Dec 2005
Distribution: Slackware
Posts: 1,134

Rep: Reputation: 277Reputation: 277Reputation: 277
See if you can get it working without the key, first. Here's my config:
Code:
TYPE=Wireless
DEVICE=rausb0
HWADDR=00:16:b6:93:1f:33
BOOTPROTO=none
NETMASK=255.255.255.0
DHCP_HOSTNAME=
IPADDR=192.168.1.102
DOMAIN=
ONBOOT=no
USERCTL=yes
IPV6INIT=no
PEERDNS=yes
ESSID=<your_essid>
CHANNEL=1
MODE=Auto
RATE="54 Mb/s"
GATEWAY=192.168.1.1
if that works, then you can try it with a key. Personally, I don't use a key. I don't broadcast the ssid, and I use mac filtering on the router. I can't say for certain whether I've tried it with a key, but probably not.
 
Old 09-14-2007, 05:54 AM   #9
evie_em
LQ Newbie
 
Registered: Jul 2005
Posts: 7

Original Poster
Rep: Reputation: 0
Mmm, it's starting to work... after restarting the computer the rt73 module wasn't installed anymore so I did a new make clean | make | make install and then modprobe rt73 worked again.

When using ifdown/ifup, the green light on the usb wireless is finally activated.
----------
iwconfig:
rausb0 RT73 WLAN ESSIDff/any Nickname:"localhost.localdomain"
Mode:Auto Channel=1 Bit Rate=54 Mb/s
RTS thrff Fragment thrff
Encryption keyff
------------

# ifdown rausb0
# ifup rausb0

With these settings, ifup doesn't give any more errors but there is still no connection. What's weird is that the ESSID is mentioned as off/any, whereas I've set it in the config file. The mac address is correct, the channel number as well. I've tried usign DHCP but that was no success either.

Destination Gateway Genmask Flags MSS Window irtt Iface
192.168.1.0 0.0.0.0 255.255.255.0 U 0 0 0 rausb0
192.168.0.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0
169.254.0.0 0.0.0.0 255.255.0.0 U 0 0 0 rausb0
0.0.0.0 192.168.1.1 0.0.0.0 UG 0 0 0 rausb0
 
Old 09-14-2007, 03:03 PM   #10
mrclisdue
Senior Member
 
Registered: Dec 2005
Distribution: Slackware
Posts: 1,134

Rep: Reputation: 277Reputation: 277Reputation: 277
It may sound dumb, but for the longest time I'd often have to physically plug/unplug the adapter, sometimes several times, before it would pick up a connection. I don't have to do it as often, nowadays, but occasionally I do.

In other words, if you haven't already realized, it can be finicky.

So, give that a shot.

Once connected, it would also occasionally and inexplicably drop the connection. I run a script using cron to poll for a connection and if there isn't one, then to reconnect, and I assume it's working because I haven't had any ongoing issues with connectivity lately.

cheers,
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
I need help on getting my WUSB54G v4 Linksys USB adapter to work! Linkiboy Linux - Wireless Networking 1 05-02-2006 06:48 PM
Wireless USB adapter Linksys WUSB54G version 4 detecting as scanner on Mandriva 10 plungerjoke Mandriva 1 02-19-2006 04:15 PM
SuSE 10.0, ndiswrapper 1.2, Linksys WUSB54G usb adapter DiGiTiSeD Linux - Wireless Networking 9 02-13-2006 09:51 AM
Linksys WUSB54G Wireless adapter on Madrake 10.1 download DiGiTiSeD Linux - Software 9 02-08-2006 11:35 AM
Linksys WUSB54G Wireless Network Adapter + kubuntu Airjoe Linux - Wireless Networking 1 11-15-2005 09:50 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Networking > Linux - Wireless Networking

All times are GMT -5. The time now is 06:31 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration