rt2x00.serialmonkey.com

Support forum for the rt2x00 project
It is currently Mon Sep 06, 2010 8:14 am

All times are UTC




Post new topic Reply to topic  [ 12 posts ] 
Author Message
 Post subject: WPA not working (rt2500usb)
PostPosted: Sat Jun 07, 2008 2:47 pm 
Offline

Joined: Sat Mar 03, 2007 6:31 pm
Posts: 16
Hello,

I can't use WPA with rt200usb.
The error message from wpa_supplicant is:
Code:
# /usr/sbin/wpa_supplicant -iwlan0 -c /etc/wpa_supplicant/wpa_supplicant.conf -Dwext -B
ioctl[SIOCSIWAUTH]: Operation not supported
WEXT auth param 4 value 0x0 -
Can you help me ?
Thank you in advance.


Additionnal infos:
Code:
# uname -r
2.6.25.4-30.fc9.i686            (Fedora 9)
# modinfo rt2500usb -F version
2.1.5
File /etc/wpa_supplicant/wpa_supplicant.conf
Code:
ctrl_interface=/var/run/wpa_supplicant
ctrl_interface_group=wheel

network={
   ssid="XXXXXXXXX"
   scan_ssid=1
   proto=WPA2
   psk="XXXXXXXXX"
}
Remark: that file must be correct since I can use ndiswrapper instead without any problem.


Top
 Profile  
 
 Post subject: Re: WPA not working (rt2500usb)
PostPosted: Sat Jun 07, 2008 2:53 pm 
Offline
Site Admin

Joined: Sun Jun 05, 2005 1:01 pm
Posts: 5879
Location: Haarlem, The Netherlands
Could you try with latest rt2x00.git to see if that helps?

_________________
Regards,
Ivo van Doorn
Project Administrator
http://rt2x00.serialmonkey.com


Top
 Profile  
 
 Post subject: Re: WPA not working (rt2500usb)
PostPosted: Sun Jun 08, 2008 2:14 pm 
Offline

Joined: Sat Mar 03, 2007 6:31 pm
Posts: 16
Hi,

Thanks for your quick reply !

I have already a very new version of the rt2500usb module since it comes with the Fedora kernel which has been updated (including that kernel module) two days ago.


Top
 Profile  
 
 Post subject: Re: WPA not working (rt2500usb)
PostPosted: Sun Jun 08, 2008 2:16 pm 
Offline
Site Admin

Joined: Sun Jun 05, 2005 1:01 pm
Posts: 5879
Location: Haarlem, The Netherlands
Yes, but rt2x00.git is at version 2.1.7 and you were running 2.1.5 ;)
And in addition, some USB related patches were send last week upstream and those haven't been merged/queued for 2.6.27 yet which automatically means they aren't in a FC kernel either.

_________________
Regards,
Ivo van Doorn
Project Administrator
http://rt2x00.serialmonkey.com


Top
 Profile  
 
 Post subject: Re: WPA not working (rt2500usb)
PostPosted: Sun Jun 08, 2008 4:10 pm 
Offline

Joined: Thu Jul 20, 2006 12:14 am
Posts: 106
Location: Denmark
Just saying it here, since it might be related (both being rt2500), that rt2500pci is finally working, as in not bringing the kernel down :-), however it will not let me connect to my wpa(2?) home network. Files will be in a new thread...

Best regards,

F


Top
 Profile  
 
 Post subject: Re: WPA not working (rt2500usb)
PostPosted: Fri Jul 04, 2008 7:29 pm 
Offline

Joined: Sat Mar 03, 2007 6:31 pm
Posts: 16
Hello,

it still doesn't work with 2.1.7 ! Same error:

Code:
# /usr/sbin/wpa_supplicant -iwlan0 -c /etc/wpa_supplicant/wpa_supplicant.conf -Dwext -B
ioctl[SIOCSIWAUTH]: Operation not supported
WEXT auth param 4 value 0x0 -
Code:
# lsmod |grep rt
rt2500usb              21888  0
rt2x00usb              12160  1 rt2500usb
rt2x00lib              33536  2 rt2500usb,rt2x00usb
rfkill                  9108  1 rt2x00lib
input_polldev           7176  1 rt2x00lib
mac80211              181992  2 rt2x00usb,rt2x00lib
cfg80211               25096  2 rt2x00lib,mac80211
Code:
$ /sbin/modinfo rt2500usb -F version
2.1.7


Top
 Profile  
 
 Post subject: Re: WPA not working (rt2500usb)
PostPosted: Fri Jul 04, 2008 7:31 pm 
Offline
Site Admin

Joined: Sun Jun 05, 2005 1:01 pm
Posts: 5879
Location: Haarlem, The Netherlands
Those WPA supplicant messages are _not_ errors and can be ignored.

Do you have hardware encryption enabled? If so, you should try disabling that.

_________________
Regards,
Ivo van Doorn
Project Administrator
http://rt2x00.serialmonkey.com


Top
 Profile  
 
 Post subject: Re: WPA not working (rt2500usb)
PostPosted: Fri Jul 04, 2008 9:06 pm 
Offline

Joined: Sat Mar 03, 2007 6:31 pm
Posts: 16
IvD wrote:
Those WPA supplicant messages are _not_ errors and can be ignored.

OK. But it doesn't work while it does with the same config files and nduiswrapper

Quote:
Do you have hardware encryption enabled? If so, you should try disabling that.

How ?


Top
 Profile  
 
 Post subject: Re: WPA not working (rt2500usb)
PostPosted: Fri Jul 04, 2008 9:14 pm 
Offline
Site Admin

Joined: Sun Jun 05, 2005 1:01 pm
Posts: 5879
Location: Haarlem, The Netherlands
How did you compile rt2x00.git?

_________________
Regards,
Ivo van Doorn
Project Administrator
http://rt2x00.serialmonkey.com


Top
 Profile  
 
 Post subject: Re: WPA not working (rt2500usb)
PostPosted: Sat Jul 05, 2008 9:05 am 
Offline

Joined: Sat Mar 03, 2007 6:31 pm
Posts: 16
I didn't compile it. I have just waited the new Fedora kernel which included the 2.1.7 version of the driver


Top
 Profile  
 
 Post subject: Re: WPA not working (rt2500usb)
PostPosted: Mon Jul 07, 2008 8:58 pm 
Offline

Joined: Sat Mar 03, 2007 6:31 pm
Posts: 16
Can't you help me ?
Is there something wrong in my config files ?

Thanks in advance for your help.


Top
 Profile  
 
 Post subject: Re: WPA not working (rt2500usb)
PostPosted: Mon Jul 07, 2008 9:09 pm 
Offline
Site Admin

Joined: Sun Jun 05, 2005 1:01 pm
Posts: 5879
Location: Haarlem, The Netherlands
No it is not a config problem.
I have multiple reports about rt2500usb being completely broken at this time,
I am looking into the issue.

Could you check the tool:
http://kernel.org/pub/linux/kernel/peop ... regdump.sh

and create a register dump with the working and non-working kernel?

_________________
Regards,
Ivo van Doorn
Project Administrator
http://rt2x00.serialmonkey.com


Top
 Profile  
 
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 12 posts ] 

All times are UTC


Who is online

Users browsing this forum: Google [Bot] and 2 guests


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Search for:
Jump to:  
Powered by phpBB © 2000, 2002, 2005, 2007 phpBB Group