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 03-06-2006, 03:15 PM   #1
kaz2100
Senior Member
 
Registered: Apr 2005
Location: Penguin land, with apple, no gates
Distribution: SlackWare > Debian testing woody(32) sarge etch lenny squeeze(+64) wheezy .. bullseye bookworm
Posts: 1,834

Rep: Reputation: 108Reputation: 108
Unhappy iwlist works but not further (Linksys WUSB54G)


Dear Experts.

I am experiencing some trouble with WUSB54G (v1) on Debian with my Toshiba laptop.

I followed ndiswrapper instruction except for locating inf file, (because the link is not valid) so I used inf file from CD-ROM (this one is identical to v1 driver available at current linksys.com).

http://ndiswrapper.sourceforge.net/m...p/Installation

Things worked well (hardware 5041:2234 is detected), but not quite at final stage.
Code:
iwlist wlan0 scan
gives me access points and ESSID's.... but warning message (??)
Code:
Warning: Driver for device wlan0 recommend version 18 of Wireless Extension,
but has been compiled with version 17, therefore some driver features
may not be available...
and quality is 0/100 at all cells detected, (Atheros card, D-link DWL-G630 works at same location.)

several after iwconfig's, "iwconfig wlan0" looks like
Code:
Warning: Driver for device wlan0 recommend version 18 of Wireless Extension,
but has been compiled with version 17, therefore some driver features
may not be available...

wlan0     IEEE 802.11g  ESSID:off/any  
          Mode:Managed  Frequency:2.462 GHz  Access Point: 00:00:00:00:00:00   
          Bit Rate:2 Mb/s   
          RTS thr:2347 B   Fragment thr:2346 B   
          Encryption key:off
          Power Management: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
then dhcpclient cannot find any connection at all....

One thing which may not be good is that "dmesg" gives me the following line:
Code:
wlan0: encryption modes supported: WEP; TKIP with WPA; AES/CCMP with WPA
Network here does not accept WEP....., but it is supposed to be off (see iwconfig).

What can I do??

If my driver on CD-ROM is the problem, where can I get the right one??

I appreciate anybodies suggestion.

Last edited by kaz2100; 03-06-2006 at 08:30 PM.
 
Old 03-07-2006, 08:05 AM   #2
Hangdog42
LQ Veteran
 
Registered: Feb 2003
Location: Maryland
Distribution: Slackware
Posts: 7,803
Blog Entries: 1

Rep: Reputation: 422Reputation: 422Reputation: 422Reputation: 422Reputation: 422
That warning you are seeing is due to a mismatch between the wireless extensions version in the kernel and the wireless tools package. And yes, this mismatch can cause weird problems. I'm guessing you recently upgraded your kernel and if that is true, you also need to upgrade to the most recent version of wireless tools. I would guess that a newer version would be availble via one of the Debian repositories, or you can download the source code from here and compile your own.
 
Old 03-07-2006, 03:52 PM   #3
kaz2100
Senior Member
 
Registered: Apr 2005
Location: Penguin land, with apple, no gates
Distribution: SlackWare > Debian testing woody(32) sarge etch lenny squeeze(+64) wheezy .. bullseye bookworm
Posts: 1,834

Original Poster
Rep: Reputation: 108Reputation: 108
Thanks,

I think I have the latest wireless tool.
Code:
# iwconfig -v  
iwconfig  Wireless-Tools version 27
          Compatible with Wireless Extension v11 to v17.
Kernel was re-compiled, so that warning went away, however, no connection yet!!
 
Old 03-07-2006, 07:07 PM   #4
Hangdog42
LQ Veteran
 
Registered: Feb 2003
Location: Maryland
Distribution: Slackware
Posts: 7,803
Blog Entries: 1

Rep: Reputation: 422Reputation: 422Reputation: 422Reputation: 422Reputation: 422
I'm still a bit suspicious that you do have a mismatch since the earlier warnings said you needed wireless tools v18 and your last post said you have wireless tools v17.

What happens when you try to set the SSID with iwconfig? From the output in your first post, it doesn't look like the card is configured at all.
 
Old 03-09-2006, 09:58 AM   #5
kaz2100
Senior Member
 
Registered: Apr 2005
Location: Penguin land, with apple, no gates
Distribution: SlackWare > Debian testing woody(32) sarge etch lenny squeeze(+64) wheezy .. bullseye bookworm
Posts: 1,834

Original Poster
Rep: Reputation: 108Reputation: 108
I have not figured out yet. Following I did.

#1. install (compile) beta version of wireless tool. -> no change.
#2. set ID by iwconfig. -> iwconfig wlan0 showed ID, but no connection.
#3. use old ndiswapper -> no change.

I did not see "warning" at all, so I assume that wireless extension mismatch is gone.

"iwlist wlan0 scan" always gives me "Quality:0/100", ID and AP look good.
 
Old 03-09-2006, 10:29 AM   #6
Hangdog42
LQ Veteran
 
Registered: Feb 2003
Location: Maryland
Distribution: Slackware
Posts: 7,803
Blog Entries: 1

Rep: Reputation: 422Reputation: 422Reputation: 422Reputation: 422Reputation: 422
Quote:
#2. set ID by iwconfig. -> iwconfig wlan0 showed ID, but no connection.
Things to check:
- WEP/WPA encryption is turned off at the router
- SSID broadcast is turned on at the router (some drivers seem to need this to associate).
- Try changing mode from Managed to Auto (it shouldn't make a difference but sometimes it does).

I'd also look through your log files (/var/log/syslog and /var/log/messages) and see if ndiswrapper or some other networking bit is complaining about something.

Quote:
"iwlist wlan0 scan" always gives me "Quality:0/100",
I see that all the time as well, even for networks I'm actively using. I have the feeling the ndiswrapper probably isn't getting all the info a native linux driver can and that is the reason for the 0/100.
 
Old 03-09-2006, 11:54 AM   #7
kaz2100
Senior Member
 
Registered: Apr 2005
Location: Penguin land, with apple, no gates
Distribution: SlackWare > Debian testing woody(32) sarge etch lenny squeeze(+64) wheezy .. bullseye bookworm
Posts: 1,834

Original Poster
Rep: Reputation: 108Reputation: 108
Your trick works! (setting ESSID and mode manually.)

Now quality is 100/100.???

Still some trouble.
With some other USB devices, kernel freezes (disk file broken !!! need manual fsck)

Thanks.
 
  


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
can't select AP with WUSB54g (Linksys) Raphi Linux - Wireless Networking 5 02-26-2006 09:35 AM
help with linksys WUSB54G fantasium Linux - Wireless Networking 4 02-08-2006 07:27 AM
is there a driver for the Linksys wusb54g out there markbootle Linux - Wireless Networking 1 01-26-2006 07:29 AM
Newbit and Linksys WUSB54G astronerd Linux - Wireless Networking 41 03-01-2005 03:37 AM
Linksys WUSB54G MarkusMan Linux - Wireless Networking 0 03-14-2004 02:37 PM

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

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