Is that a typo?Hi peeps,
Can anyone help me out on this one?
I'm trying to use backtrack3 installed on a VM to connect to my WPA-PSK protected network using wpa_supplicant but it doesn't seem to want to know.
I've tried with both a EDiMAX EW7318USG and a HAWKING HWUG1 (Think they are the same anyway) and on both my personal and work router with no luck.
My config file reads the following;
# See /usr/doc/wpa_supplicant-0.5.7/wpa_supplicant.conf.sample
# for many more options that you can use in this file.
# This line enables the use of wpa_cli which is used by rc.wireless
# if possible (to check for successful association)
ctrl_interface=/var/run/wpa_supplicant
# By default, only root (group 0) may use wpa_cli
ctrl_interface_group=0
eapol_version=1
ap_scan=2
fast_reauth=1
# WPA protected network, supply your own ESSID and WPAPSK here:
network={
scan_ssid=0
ssid="Chimp_Scooter"
proto=WPA
key_mgmt=WPA-PSK
pairwise=TKIP
group=TKIP
psk="PassKey"
}
I have deleted the contents of the /etc/dhcpc folder and then run the following
ifconfig rausb0 up
iwconfig rausb0 mode managed
wpa_supplicant -Dwext -irausb0 /etc/wpa_supplicant.conf
when running this i get the following error;
octl[SIOCSIWPMKSA]: Network is down
ioctl[SIOCSIWMODE]: Network is down
Could not configure driver to use managed mode
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 'Chimp_Scooter'
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
I've followed the tutorial from orums.remote-exploit.org/showthread.php?t=7497&highlight=wpa_supplicant[/url] to the letter but can't get the frickin thing to connect. Please help.
Chard



