LinuxQuestions.org
Visit Jeremy's Blog.
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-29-2008, 04:30 AM   #1
07bec011
LQ Newbie
 
Registered: Mar 2008
Posts: 7

Rep: Reputation: 0
Question wifi wpa supplicant


wpa supplicant gives the following error when i connect to wpa protected network, i have tried to use netgear wg1112-v2 and dlink g122 but both give me the following errors:


bt ~ # wpa_supplicant -w -Dwext -irausb0 -c/etc/wpa_supplicant.conf
ioctl[SIOCSIWAUTH]: Operation not supported
WEXT auth param 7 value 0x1 - ioctl[SIOCSIWENCODEEXT]: Operation not supported
ioctl[SIOCSIWENCODEEXT]: Operation not supported
ioctl[SIOCSIWENCODEEXT]: Operation not supported
ioctl[SIOCSIWENCODEEXT]: Operation not supported
ioctl[SIOCSIWAUTH]: Operation not supported
WEXT auth param 4 value 0x0 - ioctl[SIOCSIWAUTH]: Operation not supported
WEXT auth param 5 value 0x1 - Trying to associate with SSID 'SMB'
ioctl[SIOCSIWAUTH]: Operation not supported
WEXT auth param 6 value 0x1 - ioctl[SIOCSIWAUTH]: Operation not supported
WEXT auth param 5 value 0x1 - ioctl[SIOCSIWGENIE]: Operation not supported
ioctl[SIOCSIWAUTH]: Operation not supported
WEXT auth param 0 value 0x2 - ioctl[SIOCSIWAUTH]: Operation not supported
WEXT auth param 1 value 0x4 - ioctl[SIOCSIWAUTH]: Operation not supported
WEXT auth param 2 value 0x4 - ioctl[SIOCSIWAUTH]: Operation not supported
WEXT auth param 3 value 0x2 - ioctl[SIOCSIWAUTH]: Operation not supported
WEXT auth param 10 value 0x1 - ioctl[SIOCSIWAUTH]: Operation not supported
WEXT auth param 8 value 0x0 - Association request to the driver failed
Authentication with 00:00:00:00:00:00 timed out.
Trying to associate with SSID 'SMB'
ioctl[SIOCSIWAUTH]: Operation not supported
WEXT auth param 6 value 0x1 - ioctl[SIOCSIWAUTH]: Operation not supported
WEXT auth param 5 value 0x1 - ioctl[SIOCSIWGENIE]: Operation not supported
ioctl[SIOCSIWAUTH]: Operation not supported
WEXT auth param 0 value 0x2 - ioctl[SIOCSIWAUTH]: Operation not supported
WEXT auth param 1 value 0x4 - ioctl[SIOCSIWAUTH]: Operation not supported
WEXT auth param 2 value 0x4 - ioctl[SIOCSIWAUTH]: Operation not supported
WEXT auth param 3 value 0x2 - ioctl[SIOCSIWAUTH]: Operation not supported
WEXT auth param 10 value 0x1 - ioctl[SIOCSIWAUTH]: Operation not supported
WEXT auth param 8 value 0x0 - Association request to the driver failed
Authentication with 00:00:00:00:00:00 timed out.
Trying to associate with SSID 'SMB'
ioctl[SIOCSIWAUTH]: Operation not supported
WEXT auth param 6 value 0x1 - ioctl[SIOCSIWAUTH]: Operation not supported
WEXT auth param 5 value 0x1 - ioctl[SIOCSIWGENIE]: Operation not supported
ioctl[SIOCSIWAUTH]: Operation not supported
WEXT auth param 0 value 0x2 - ioctl[SIOCSIWAUTH]: Operation not supported
WEXT auth param 1 value 0x4 - ioctl[SIOCSIWAUTH]: Operation not supported
WEXT auth param 2 value 0x4 - ioctl[SIOCSIWAUTH]: Operation not supported
WEXT auth param 3 value 0x2 - ioctl[SIOCSIWAUTH]: Operation not supported
WEXT auth param 10 value 0x1 - ioctl[SIOCSIWAUTH]: Operation not supported
WEXT auth param 8 value 0x0 - Association request to the driver failed
CTRL-EVENT-TERMINATING - signal 2 received
ioctl[SIOCSIWAUTH]: Operation not supported
WEXT auth param 7 value 0x0 - Failed to disable WPA in the driver.
ioctl[SIOCSIWAUTH]: Operation not supported
WEXT auth param 5 value 0x0 - ioctl[SIOCSIWAUTH]: Operation not supported
WEXT auth param 4 value 0x0 - bt ~ #


if u want i can post the contents of my wpa supplicant

i am using back track 3 and backtrack 2.
 
Old 03-29-2008, 12:52 PM   #2
fair_is_fair
Member
 
Registered: May 2005
Posts: 516

Rep: Reputation: 52
I take it you are using a ralink wireless chipset. The supplied ralink linux drivers in the kernel do not work with wpa_supplicant.
I know - Our network has changed to wpa and I've been dealing with this issue for days.

You need to blacklist the linux drivers and use ndiswrapper with ralink windows drivers otherwise the linux driver will take precedence or both drivers will try to load causing havoc and grief. This works like a charm and performance is better.

The blacklist can be found in /etc/modprobe. Just add the specific linux driver to the list with no #. Then follow the ndiswrapper steps specific to your distro.
 
Old 08-28-2008, 09:32 AM   #3
marco18
Member
 
Registered: Jul 2007
Location: Argentina
Distribution: Ubuntu 13.04 , Debian Lenny 5.0.7
Posts: 223

Rep: Reputation: 21
Quote:
Originally Posted by fair_is_fair View Post
I take it you are using a ralink wireless chipset. The supplied ralink linux drivers in the kernel do not work with wpa_supplicant.
I know - Our network has changed to wpa and I've been dealing with this issue for days.

You need to blacklist the linux drivers and use ndiswrapper with ralink windows drivers otherwise the linux driver will take precedence or both drivers will try to load causing havoc and grief. This works like a charm and performance is better.

The blacklist can be found in /etc/modprobe. Just add the specific linux driver to the list with no #. Then follow the ndiswrapper steps specific to your distro.
I have a DWL-G510 wireless card and I've compiled a ralink driver that it's supposed to work with wpa (http://rt2x00.serialmonkey.com/rt73-cvs-daily.tar.gz). To install it, I had to blaklist a ralink driver that was already loaded in the kernel.

I have more or less the same problem as 07bec011, wpa_supplicant output is similar (only a bit shorter), as output to the following command:
Code:
wpa_supplicant -Dwext -iwlan0 -c /etc/wpa_supplicant/wpa_supplicant.conf
Is the wpa_supplicant command correct?
Also, in the wpa_supplicant.conf file, the psk="xxxxx" field, does it need to be in ascii or previously formed with wpa_passphrase command??

Thanks for your help!
 
  


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
usb network adapter with ndiswrapper can't connect to wpa with wpa-supplicant AceofSpades19 Linux - Wireless Networking 8 03-30-2008 05:13 PM
wifi wpa supplicant 07bec011 Linux - Newbie 2 03-29-2008 01:27 PM
No Clue How To Work Wifi-Radar w/ WPA Supplicant singularity2006 Linux - Wireless Networking 0 10-29-2007 09:59 PM
A better way to WPA SUPPLICANT Ashrack Linux - Wireless Networking 5 01-25-2007 01:46 PM
How do i set up WPA PSK with wpa supplicant and linuxant? Eleavings Linux - Wireless Networking 4 12-27-2004 11:24 AM

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

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