Hi,
I did a re-install the other day and when booting up i see an Error message.
Bringing up interface wlan0: Error for wireless request "Set Encode" (8B2A):
SET failed on device wlan0: Invalid argument.
ioctl [SIOCSIWAUTH]: Operation not supported WEXT auth param 4 value 0x0 -
Tried google but from the looks no solution so far.
Using a Edimax usb with rt73 driver, which is the right one for it.
Burned another disc just incase there was a problem with the disc, but i'm getting the same Error, even tried another HDD, same thing.
Looked in /etc/wpa_supplicant.config, but it is empty.
Any ideas?
T.I.A
EDIT: Oops, should have been "
ROOT" for /etc/wpa_supplicant.config, so here is what i have
# Wildcard match for SSID (plaintext APs only). This example select any
# open AP regardless of its SSID.
# network={
# key_mgmt=NONE
# }
network={
key_mgmt=NONE
scan_ssid=0
mode=0
ssid="linksys"
priority=1
wep_key0="none"
wep_tx_keyidx=0
auth_alg=OPEN
}
network={
psk="**********"
priority=1
scan_ssid=0
ssid="dlink"
}
Anything else you would like?