gdave n00b
![n00b n00b](/images/ranks/rank_rect_0.gif)
Joined: 14 Dec 2003 Posts: 44 Location: SC
|
Posted: Wed Aug 17, 2005 10:01 pm Post subject: connecting ACX111 (ndiswrapper) to WRT54G via wpa_supplicant |
|
|
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 |
|