Hello,
I've installed WPA_Supplicant and wireless is working without encryption
However WPA_Supplicant does not appear to work, and the GUI says it can't get status from it.
OS is MythDora - based on Fedora Core 6.
Card is a Gigabyte GN-WPKG with RALink 2500 chipset using ndiswrapper as drivers. I couldnt Make the ralink drivers work, as mythdoras kernel is odd with building.
Iwconfig before connecting to the network:
Code:
[mythtv@localhost ~]$ iwconfig
lo no wireless extensions.
eth0 no wireless extensions.
Warning: Driver for device wlan0 has been compiled with version 22
of Wireless Extension, while this program supports up to version 20.
Some things may be broken...
wlan0 IEEE 802.11g ESSID:off/any Nickname:"localhost.localdomain"
Mode:Auto Frequency:2.412 GHz Access Point: Not-Associated
Bit Rate=54 Mb/s Tx-Power:20 dBm Sensitivity=-131 dBm
RTS thr=2347 B Fragment thr=2346 B
Power Management:off
Link Quality:0 Signal level:0 Noise level:0
Rx invalid nwid:0 Rx invalid crypt:0 Rx invalid frag:0
Tx excessive retries:0 Invalid misc:0 Missed beacon:0 iwconfig after connecting to the network, WITHOUT any WEP/WPA:
Code:
[root@localhost ~]# iwconfig
lo no wireless extensions.
eth0 no wireless extensions.
Warning: Driver for device wlan0 has been compiled with version 22
of Wireless Extension, while this program supports up to version 20.
Some things may be broken...
wlan0 IEEE 802.11g ESSID:"REMOVED" Nickname:"mythdora.REMOVED"
Mode:Managed Frequency:2.412 GHz Access Point: REMOVED
Bit Rate=54 Mb/s Tx-Power:20 dBm Sensitivity=-131 dBm
RTS thr=2347 B Fragment thr=2346 B
Encryption key:off
Power Management:off
Link Quality:67/100 Signal level:-53 dBm Noise level:-96 dBm
Rx invalid nwid:0 Rx invalid crypt:0 Rx invalid frag:0
Tx excessive retries:0 Invalid misc:0 Missed beacon:0
[root@localhost ~]# Cotents of wpa_supplicant.conf:
Code:
ctrl_interface=/var/run/wpa_supplicant
#ap_scan=2
network={
ssid="[REMOVED]"
scan_ssid=1
proto=WPA RSN
key_mgmt=WPA-PSK
pairwise=CCMP TKIP
group=CCMP TKIP
psk=[REMOVED]
} i'm getting endless terminal spam with lots of hexdumps and
WPA: EAPOL-Key Replay Counter did not increase - dropping packet
This happens if i use 43qwer55235235235 or whatever for the psk as hex, or if i use "pskhere" for the psk.
Output without -dd debug option
Code:
[root@localhost ~]# wpa_supplicant -Dwext -iwlan0 -c/etc/wpa_supplicant/wpa_supplicant.conf
WPA: No assoc_wpa_ie set - cannot generate msg 2/4
Trying to associate with [Routers MAC Here] (SSID='[SSID Here]' freq=2412 MHz)
WPA: Key negotiation completed with [Routers MAC Here] [PTK=TKIP GTK=TKIP]
CTRL-EVENT-CONNECTED - Connection to 00:00:00:00:00:00 completed (auth)
Then stalls from there doing nothing, where it would be doing the endless hexdumps if i was in debug mode.
About all the removing psk's, MAC's and ssids - just being paranoid, you never know
Please Help.