LinuxQuestions.org
Download your favorite Linux distribution at LQ ISO.
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 08-25-2006, 09:46 PM   #1
dragonlor20
LQ Newbie
 
Registered: Jan 2006
Posts: 6

Rep: Reputation: 0
Linksys WMP54G recognizes networks but no internet... help!!!


I am running Ubuntu 6.06 and wanting my Linkysys WMP54G wirless network card to work... I have no access to the router since it is our privided internet in our appartment. I can recognize the networks in my area and the light on the card is going nuts but i can't open internet webpages or anything else really... I will go ahead and post my ifconfig and iwconfig...

Quote:
scott@scott-desktop:~$ ifconfig


lo Link encap:Local Loopback
inet addr:127.0.0.1 Mask:255.0.0.0
inet6 addr: ::1/128 Scope:Host
UP LOOPBACK RUNNING MTU:16436 Metric:1
RX packets:878 errors:0 dropped:0 overruns:0 frame:0
TX packets:878 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
RX bytes:73520 (71.7 KiB) TX bytes:73520 (71.7 KiB)



ra0 Link encap:Ethernet HWaddr 00:16:B6:99:4EC
inet6 addr: fe80::216:b6ff:fe99:4edc/64 Scope:Link
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:906888 errors:0 dropped:475 overruns:475 frame:475
TX packets:530313 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:66991775 (63.8 MiB) TX bytes:0 (0.0 b)
Interrupt:217



scott@scott-desktop:~$ iwconfig


lo no wireless extensions.

eth0 no wireless extensions.



ra0 RT61 Wireless ESSID:""
Mode:Auto Frequency:1 MHz Bit Rate=54 Mb/s
RTS thrff Fragment thrff
Link Quality=0/70 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



sit0 no wireless extensions.
Please help, this will force me out of Ubuntu and linux if i can't get it to work. I have to have this working. If someone would just sit down and work it out step by step with me then I would be more than happy to post a howto on it....
 
Old 08-26-2006, 05:49 PM   #2
ph0b0s
Member
 
Registered: Aug 2005
Location: Belgium
Distribution: Debian, after testing all the others!
Posts: 41

Rep: Reputation: 15
Quote:
Originally Posted by dragonlor20
I am running Ubuntu 6.06 and wanting my Linkysys WMP54G wirless network card to work... I have no access to the router since it is our privided internet in our appartment. I can recognize the networks in my area and the light on the card is going nuts but i can't open internet webpages or anything else really... I will go ahead and post my ifconfig and iwconfig...



Please help, this will force me out of Ubuntu and linux if i can't get it to work. I have to have this working. If someone would just sit down and work it out step by step with me then I would be more than happy to post a howto on it....
would :

iwconfig ra0 essid=<preferrednetworkname>
iwconfig ra0 mode=managed

do the trick?

then dhclient ra0?

I use a ralink-based card too in debian so i might be able to help
you out with some of my config files...

Last edited by ph0b0s; 08-26-2006 at 05:51 PM.
 
Old 08-27-2006, 01:19 PM   #3
dragonlor20
LQ Newbie
 
Registered: Jan 2006
Posts: 6

Original Poster
Rep: Reputation: 0
Quote:
Originally Posted by ph0b0s
would :

iwconfig ra0 essid=<preferrednetworkname>
iwconfig ra0 mode=managed

do the trick?

then dhclient ra0?

I use a ralink-based card too in debian so i might be able to help
you out with some of my config files...
Hi! Thanks for the reply!

For iwconfig ra0 essid=rlwa6668

it returns

Code:
Error: unrecognised wireless request "essid=rlwa6668"
For iwconfig ra0 mode=managed

It returns

Code:
Error: unrecognised wireless request "mode=managed"
Is there any output i can send you that would help?
 
Old 08-27-2006, 01:32 PM   #4
beagle2
Member
 
Registered: Aug 2004
Location: Aberdeen Scotland
Distribution: elive,sidux,xp,pclinuxos super gamer, mandriva 2007
Posts: 417

Rep: Reputation: 30
Something like
iwconfig wlan0 mode managed
iwconfig wlan0 essid networkname
See this for more - https://help.ubuntu.com/community/WifiDocs/WiFiHowTo
 
Old 08-27-2006, 02:26 PM   #5
ph0b0s
Member
 
Registered: Aug 2005
Location: Belgium
Distribution: Debian, after testing all the others!
Posts: 41

Rep: Reputation: 15
Quote:
Originally Posted by beagle2
Something like
iwconfig wlan0 mode managed
iwconfig wlan0 essid networkname
See this for more - https://help.ubuntu.com/community/WifiDocs/WiFiHowTo
Right, without the equals. But a simple 'man iwconfig' would have
made that clear too
 
Old 08-27-2006, 08:26 PM   #6
whereverjustice
LQ Newbie
 
Registered: Apr 2005
Location: Ottawa, Canada
Distribution: None yet
Posts: 12

Rep: Reputation: 0
I'm having the same problem. I'll try the suggested solutions and report back.

Google seems to be telling me that we may need ndiswrapper for this hardware. Silly me, thinking I could use a livecd.
 
Old 08-27-2006, 08:56 PM   #7
whereverjustice
LQ Newbie
 
Registered: Apr 2005
Location: Ottawa, Canada
Distribution: None yet
Posts: 12

Rep: Reputation: 0
OK, upon further investigation it seems my problem is somewhat different from dragonlor's. To make things more sensible, I'll take it to a new thread.
 
Old 08-27-2006, 09:38 PM   #8
whereverjustice
LQ Newbie
 
Registered: Apr 2005
Location: Ottawa, Canada
Distribution: None yet
Posts: 12

Rep: Reputation: 0
Hey, I just solved my problem. Check your network settings, and make sure that your network key mode is correct. I'd had mine set as ASCII when it should have been Hex.
 
Old 08-27-2006, 11:25 PM   #9
dragonlor20
LQ Newbie
 
Registered: Jan 2006
Posts: 6

Original Poster
Rep: Reputation: 0
What card are you using? Because using network interfaces with WMP54G is known to crash Ubuntu Dapper.... usually would crash at initializing network interfaces... ???
 
Old 08-28-2006, 12:08 AM   #10
dragonlor20
LQ Newbie
 
Registered: Jan 2006
Posts: 6

Original Poster
Rep: Reputation: 0
WMP54G with RaLink RT61 WORKS!!!!! AFTER A WEEK! Finally!

Ok, in my excitement I am going to document how I did this, and I don't know for sure exactly which part of it fixed everything, but here it is...

For google: this is how to get your WMP54G wireless wlan card working in Ubuntu Dapper 6.06 if it has a RT61 driver which means WMP54Gv4.1

DO NOT USE ndiswrapper as its current version is not made for RT61 drivers...

***Keep in mind that my system is probably pretty muddled with a combination of fixes because after I got desperate I tried every fix I could find, so I will list everything I did in order, so if you are also depserate, then this might get you online too:


++++I think this step was important++++
1) I started with a completely new installation next to my old installation after the suggestion from a friend to always install linux twice, once for testing, and once for implementing all of the fixes you find without clouding your system with things you don't need.

++++I do not think this step was actually part of my solution since it is essentially the same thing as wifiRadar and that didn't help me one bit, you can use "iwlist scan" to accomplish the same thing++++
2) I installed ra0dar... you can find that here: http://sourceforge.net/projects/ra0dar just use the README, it explains everything pretty clearly.

++++This is a maybe, the driver is installed, so technically it could be part of the solution++++
3) In looking for more info, I stumbled across this open-source driver, and I installed that (also thinking that a new install of Ubuntu couldn't be far ahead with so much already installed on a new installation): http://prdownloads.sourceforge.net/r...ar.gz?download
This driver requires that you have updated headers, the headers from the liveCD worked for me, there is a description of how to use the LiveCD as a repository here:
http://www.linuxquestions.org/questi...d.php?t=471603

++++This was too close to me actually having internet for it not to be a part of the solution, plus it was OS-specific...++++
4) I used the https://help.ubuntu.com/community/WifiDocs/WiFiHowTo HOWTO link from Beagle following each step EXCEPT the part about the headers, I think his were actually older versions... ANyways, the CD repository gets you through that HOWTO.

++++Internet didn't work before I did this, so this definitely had SOMETHING to do with it++++
5) Finally I went into the Network configurations as suggested by whereverjustice except that I left mine at ASCII **he changed his to HEX and that worked for him** (System > Administration > Networking) and activated the wireless connection that it recognized there, also adding my ESSID and leaving the the encryption alone.


Sorry for the repetition guys, but I will repost this to www.ubuntuforums.org because any internet is better than no internat when using aptitude and the online repositories that Ubuntu uses and from there maybe someone can shave this down. Thanks guys, you made my night big time!

Scott

Last edited by dragonlor20; 08-28-2006 at 12:29 AM.
 
Old 08-28-2006, 07:02 AM   #11
whereverjustice
LQ Newbie
 
Registered: Apr 2005
Location: Ottawa, Canada
Distribution: None yet
Posts: 12

Rep: Reputation: 0
I have a WMP54G, presumably v1 since there is no version number listed on the box. Xubuntu Dapper recognized the hardware immediately. I entered my SSID and WEP Key, and (once I had set the key to HEX instead of ASCII) it worked perfectly.
 
Old 03-29-2007, 08:49 AM   #12
gedeyenite
LQ Newbie
 
Registered: Mar 2007
Posts: 1

Rep: Reputation: 0
Ug.

Quote:
Originally Posted by dragonlor20
What card are you using? Because using network interfaces with WMP54G is known to crash Ubuntu Dapper.... usually would crash at initializing network interfaces... ???

Damn it! I purchased, actually replaced a working 54g card, with this Linksys card BECAUSE it is listed on the Linux sites as COMPATIBLE!

Now I find out it is not.

"Just works" should read "Just works [if you don't need the internet].

I would think that Linux would cater to Linksys products since they offer quality hardware. I have never had an issue with Linksys products while I was a 100% windoze user and had issues with all others (to include actual MS wireless products).

When I installed ubuntu 6.06 on a dell laptop I had to use the Dell Truemobile 11g card instead of the speedy 54g Linksys one I had been using with windoze for years! What a letdown.

Now I try to get ubuntu running dual boot on my Dell desktop to find the MS PCI card in it is not compatible. I look up the list online of compatible devices, go out and get a Linksys, pop it in (windoze likes it right away, less hastle than the MS one that was in there) I fire up ubuntu. It sees the card, it connects the signal. NO INTERNET and freeze on reboot. Now I have a crapped out partition on my HD.
 
  


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
linksys wireless router & linksys wmp54g wireless card rude_reality Linux - Wireless Networking 13 05-25-2006 06:01 AM
Suse 9.3 recognizes my linksys wusb1.1 ver 2.6 wireless adapter but still cannot get randell6564 Linux - Wireless Networking 3 11-14-2005 06:37 PM
Linksys WMP54g on Fc1 - no Internet jankom Linux - Wireless Networking 0 12-20-2004 12:53 PM
Linksys Wmp54g Is Not Known dannozz Linux - Hardware 1 08-26-2004 03:46 PM
Linksys WMP54G skeetnah Slackware 0 12-08-2003 11:09 AM

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

All times are GMT -5. The time now is 05:39 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