Moin,
ich habe seit gestern einen neuen Router und möchte jetzt wpa2 - Verschlüsselung verwenden. Nur leider klappt das nicht und ich habe keine Idee mehr woran das liegen könnte. Vielleicht hat ja noch jemand eine Idee.
Hier mal die Config-Files vllt sieht jemand direkt einen Fehler:
Router:
|
Quellcode
|
1
2
3
4
|
IE: IEEE 802.11i/WPA2 Version 1
Group Cipher : CCMP
Pairwise Ciphers (1) : CCMP
Authentication Suites (1) : PSK
|
meine wpa_supplicant.conf
|
Quellcode
|
1
2
3
4
5
6
7
8
9
10
11
12
13
|
ctrl_interface=/var/run/wpa_supplicant
ctrl_interface_group=0
ap_scan=1
network={
ssid="meine SSID"
scan_ssid=1
#proto=RSN
key_mgmt=WPA-PSK
pairwise=CCMP
group=CCMP
psk="mein key als ASCII"
}
|
/etc/conf.d/net:
|
Quellcode
|
1
2
3
4
|
config_eth0=( "dhcp" )
modules=( "wpa_supplicant" )
iwconfig_wlan0="mode managed"
wpa_supplicant_wlan0="-Dwext"
|
iwconfig:
|
Quellcode
|
1
2
3
4
5
6
7
8
9
|
wlan0 IEEE 802.11abgn ESSID:"meine SSID"
Mode:Managed Frequency:2.447 GHz Access Point: 00:24:FE:09:89:B2
Bit Rate=54 Mb/s Tx-Power=15 dBm
Retry min limit:7 RTS thr:off Fragment thr=2352 B
Encryption key:off
Power Management:off
Link Quality=100/100 Signal level:-29 dBm Noise level=-91 dBm
Rx invalid nwid:0 Rx invalid crypt:0 Rx invalid frag:0
Tx excessive retries:0 Invalid misc:0 Missed beacon:0
|
-> sieht doch eigentlich auch gut aus, oder?
dmesg:
|
Quellcode
|
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
|
ADDRCONF(NETDEV_UP): wlan0: link is not ready
wlan0: direct probe to AP 06:07:d5:01:11:c5 try 2
wlan0: Failed to config new BSSID to the low-level driver
wlan0: Failed to config new SSID to the low-level driver
wlan0: direct probe to AP 00:00:00:00:00:00 try 3
Registered led device: iwl-phy0:radio
Registered led device: iwl-phy0:assoc
Registered led device: iwl-phy0:RX
Registered led device: iwl-phy0:TX
wlan0: direct probe to AP 00:00:00:00:00:00 timed out
wlan0: direct probe to AP 00:24:fe:09:89:b2 try 1
wlan0 direct probe responded
wlan0: authenticate with AP 00:24:fe:09:89:b2
wlan0: authenticated
wlan0: associate with AP 00:24:fe:09:89:b2
wlan0: RX AssocResp from 00:24:fe:09:89:b2 (capab=0x431 status=0 aid=1)
wlan0: associated
ADDRCONF(NETDEV_CHANGE): wlan0: link becomes ready
wlan0: deauthenticated
wlan0: direct probe to AP 00:24:fe:09:89:b2 try 1
wlan0 direct probe responded
wlan0: authenticate with AP 00:24:fe:09:89:b2
wlan0: authenticated
wlan0: associate with AP 00:24:fe:09:89:b2
wlan0: RX ReassocResp from 00:24:fe:09:89:b2 (capab=0x431 status=0 aid=1)
wlan0: associated
wlan0: deauthenticated
wlan0: direct probe to AP 00:24:fe:09:89:b2 try 1
wlan0 direct probe responded
wlan0: authenticate with AP 00:24:fe:09:89:b2
wlan0: authenticated
wlan0: associate with AP 00:24:fe:09:89:b2
wlan0: RX ReassocResp from 00:24:fe:09:89:b2 (capab=0x431 status=0 aid=1)
wlan0: associated
wlan0: deauthenticated
wlan0: direct probe to AP 00:24:fe:09:89:b2 try 1
wlan0 direct probe responded
wlan0: authenticate with AP 00:24:fe:09:89:b2
wlan0: authenticated
wlan0: associate with AP 00:24:fe:09:89:b2
wlan0: RX ReassocResp from 00:24:fe:09:89:b2 (capab=0x431 status=0 aid=1)
wlan0: associated
wlan0: no IPv6 routers present
wlan0: deauthenticated
|
Kernel Einstellungen hat so für WEP mit dem alten Router einwandfrei funktioniert:
index.php?page=Attachment&attachmentID=2430
Mfg und Danke mal vorab für die Hilfe