LinuxQuestions.org
Help answer threads with 0 replies.
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 11-04-2004, 05:42 AM   #1
Raphi
LQ Newbie
 
Registered: Nov 2004
Posts: 2

Rep: Reputation: 0
can't select AP with WUSB54g (Linksys)


HI,

I have trouble with WUSB54G

everything is ok with WindowsXP, I have access to the DSL/wifi box

But I can't use my linux config on the same dual boot PC.

Install of driver and modules is OK.

here are my versions/logs :

kernel 2.6.9
usb2.0

dmseg
-=-=-=
ndiswrapper version 0.11@041103 loaded (preempt=no,smp=no)
wlan0: ndiswrapper ethernet device 00:0c:41:fc:18:06 using driver wusb54g
wlan0: encryption modes supported: WEP, WPA with TKIP, AES/CCMP
usbcore: registered new driver wusb54g

ndiswrapper -l
-=-=-=-=-=-=-
Installed ndis drivers:
wusb54g driver present, hardware present

iwconfig wlan0
-=-=-=-=-=-=-
wlan0 IEEE 802.11g ESSIDff/any
Mode:Managed Frequency:2.422 GHz Access Point:
00:00:00:00:00:00
Bit Rate:2 Mb/s
RTS thr:2432 B Fragment thr:2346 B
Encryption key:C923-E29C-6354-428D-4B44-C785-49 Security
mode:restricted
Power Managementff
Link Quality:100 Signal level:0 Noise level:0
Rx invalid nwid:0 Rx invalid crypt:0 Rx invalid frag:0
Tx excessive retries:0 Invalid misc:1 Missed beacon:0

iwlist wlan0 scan
-=-=-=-=-=-=-=-=
wlan0 Scan completed :
Cell 01 - Address: 00:07:CB:50:6F:79
ESSID:"PLUTON" //my Acces Point
Protocol:IEEE 802.11b
Mode:Managed
Frequency:2.422 GHz (Channel 3)
Quality:0/100 Signal level:-66 dBm Noise
level:-256 dBm
Encryption keyn
Bit Rate:1 Mb/s
Bit Rate:2 Mb/s
Bit Rate:5.5 Mb/s
Bit Rate:11 Mb/s
Bit Rate:6 Mb/s
Bit Rate:9 Mb/s
Bit Rate:12 Mb/s
Bit Rate:18 Mb/s
Bit Rate:24 Mb/s
Bit Rate:36 Mb/s
Bit Rate:48 Mb/s
Bit Rate:54 Mb/s
Extra:bcn_int=100
Extra:atim=3
Cell 02 - Address: 00:90:4B:87:778
ESSID:"WANADOO-E916" //an other ap
Protocol:IEEE 802.11b
...

everything seems OK until now...

but WUSB54 does never register with my access point PLUTON (but
everything is ok with Windows XP from the same computer/place, level
excellent 5 bars )
enc. key is OK, essid is OK...

iwconfig wlan0 essid PLUTON
iwconfig wlan0
-=-=-=-=-=-=-=
wlan0 IEEE 802.11g ESSIDff/any
Mode:Managed Frequency:2.422 GHz Access Point:
00:00:00:00:00:00
Bit Rate:2 Mb/s
RTS thr:2432 B Fragment thr:2346 B
Encryption key:C923-E29C-6354-428D-4B44-C785-49 Security
mode:restricted
Power Managementff
Link Quality:100 Signal level:0 Noise level:0
Rx invalid nwid:0 Rx invalid crypt:0 Rx invalid frag:0
Tx excessive retries:0 Invalid misc:1 Missed beacon:0

ESSID stays off
sec. mode open doesn't change anything...

can somebody help ?

thanks
 
Old 11-04-2004, 09:35 AM   #2
darkleaf
Senior Member
 
Registered: Jun 2004
Location: the Netherlands
Distribution: debian SID
Posts: 2,170

Rep: Reputation: 45
Obviuosly you'll need to have the essid set before you can connect. If iwconfig wlan0 shows it's still off after you set it you can try if it sets it if you try a couple of times with some period between it. For me it works then but I think you're not the only one who can't set his essid using iwconfig now. Not sure if there's a solution.
 
Old 11-04-2004, 05:31 PM   #3
Raphi
LQ Newbie
 
Registered: Nov 2004
Posts: 2

Original Poster
Rep: Reputation: 0
WUSB54G needs iwpriv wlan0 ndis_reset

I got it working !

in order to set essid you need to "reset card" with

iwpriv wlan0 ndis_reset

after iwconfig wlan0 essid ESSID
 
Old 02-19-2006, 11:10 AM   #4
Ogi
Member
 
Registered: Jun 2004
Location: Belgrade
Distribution: Anything with a bash prompt :P
Posts: 74

Rep: Reputation: 15
Hi, I had exactly the same problem as the original poster, except that once I try "iwpriv wlan0 ndis_reset" I get one of two outcomes:


outcome one (the better one):

I get the following error:

~# iwpriv wlan0 ndis_reset
Interface doesn't accept private ioctl...
ndis_reset (8BF0): Operation not supported

outcome two (not so good one):


Result of executing is a complete lockup of the system, A hard reset is needed (i.e. turn it off at the mains).


What can the problem be, ndiswrapper is installed and functioning, as is the driver:

~ # ndiswrapper -l
Installed ndis drivers:
wusb54g driver present, hardware present

the module loads with no errors as well.

I am Running gentoo with kernel 2.6.14-r5.

Could it be the actual windows drivers? the ndiswrapper link for my card went to a page 404 not found on the site. So I looked around for a windows driver.

I am guessing that I got a newer version of the driver then the ndiswrapper wiki pointed to. Could this be a problem? if so, can anyone tell me where to get an older driver from? A link would be appreciated.

Thanks.
 
Old 02-23-2006, 11:27 PM   #5
johndoe0028
Member
 
Registered: Jun 2005
Location: CA, USA
Distribution: Gentoo
Posts: 165

Rep: Reputation: 30
Ogi: Did you set the SSID, signal mode, and encryption (In applicable)?

To set SSID:

# iwconfig wlan0 essid ESSID

Where ESSID is the name of the network you want to connect to.

For signal mode:

# iwconfig wlan0 mode MODE

Where MODE is the signal mode. I have only used `managed' before; I don't know anything about other modes.

For encryption: (I've only used a 10-digit key before)

# iwconfig wlan0 key KEY

Where KEY is the encryption key of the network.

Hope this helps.
 
Old 02-26-2006, 09:35 AM   #6
Ogi
Member
 
Registered: Jun 2004
Location: Belgrade
Distribution: Anything with a bash prompt :P
Posts: 74

Rep: Reputation: 15
Yes I did all that, still no luck (gives me the same error).

Anyone got any more ideas? please? I'm stuck
 
  


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
How to identify v4 of Linksys wusb54g adapter? zenith1 Linux - Wireless Networking 2 09-08-2005 03:13 PM
Linksys WUSB54G v4 on RH9? kz26 Linux - Wireless Networking 2 09-04-2005 08:17 PM
linksys wusb54g compatible with linux? kyleca Linux - Hardware 1 04-19-2005 03:16 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 06:19 PM.

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