Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
connecting ACX111 (ndiswrapper) to WRT54G via wpa_supplicant
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Networking & Security
View previous topic :: View next topic  
Author Message
gdave
n00b
n00b


Joined: 14 Dec 2003
Posts: 44
Location: SC

PostPosted: Wed Aug 17, 2005 10:01 pm    Post subject: connecting ACX111 (ndiswrapper) to WRT54G via wpa_supplicant Reply with quote

I just moved, and when I restarted my computer in my new apartment I couldn't connect wirelessly

I have occasionally been able to connect using wpa_supplicant, but it's not reliable.

Here's my problem:

Code:

 wpa_supplicant -i wlan0 -w d -Dndiswrapper -c /etc/wpa_supplicant.conf
Trying to associate with 00:0c:41:f7:01:fa (SSID='glandon' freq=2437 MHz)
Associated with 00:0c:41:f7:01:fa
Disconnect event - remove keys
Associated with 00:0c:41:f7:01:fa
Disconnect event - remove keys
Associated with 00:0c:41:f7:01:fa
Disconnect event - remove keys
Associated with 00:0c:41:f7:01:fa
Disconnect event - remove keys
Associated with 00:0c:41:f7:01:fa
Signal 2 received - terminating
dave gdave # iwconfig wlan0 key off
Error for wireless request "Set Encode" (8B2A) :
    SET failed on device wlan0 ; Invalid argument.


why does it appear to not allow me to turn keys off? is it a bug in ndiswrapper or the windows drivers it uses. I can buy a new wireless card if I HAVE to,
but would like to avoid it. I know the PRISM chipsets are supported, where do I find a PCI card with that chipset...brands...models?

/etc/conf.d/net is empty
/etc/conf.d/ looks like this
Code:
modules=( "wpa_supplicant" "!iwconfig" )
wpa_supplicant_wlan0="-Dndiswrapper"
wpa_timeout_wlan0=60
config_wlan0=("192.168.1.100 netmask 255.255.255.0" )
gateway="wlan0/192.168.1.1"

/etc/wpa_supplicant.conf looks like this:
Code:

ctrl_interface=/var/run/wpa_supplicant
ctrl_interface_group=0
eapol_version=1
ap_scan=1
fast_reauth=1

# Only WPA-PSK is used. Any valid cipher combination is accepted.
network={
        ssid="glandon"
        proto=WPA
        key_mgmt=WPA-PSK
        pairwise=CCMP TKIP
        group=CCMP TKIP
        psk="XXXXXXXXXXXXX"
        priority=2
}


advice?

David
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Networking & Security All times are GMT
Page 1 of 1

 
Jump to:  
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 vote in polls in this forum