Hi!
Also dass Problem tritt an 2 Rechnern mit 3 verschiedenen Wlan "Sticks" bzw Kernelmodulen und 2 unterschiedlichen Netzwerken auf! Auch wenn ich WPA deaktiviere und auf unverschlüsselt stelle ändert sich daran nichts!!! Wie seh ich denn ob ein Zertifikat verwendet wird? Hier mal ein längeres 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
|
dmesg | tail -25
wlan0: disassociating by local choice (reason=3)
wlan0: disassociating by local choice (reason=3)
wlan0: disassociating by local choice (reason=3)
wlan0: disassociating by local choice (reason=3)
wlan0: direct probe to AP 00:00:00:00:00:00 try 1
wlan0: direct probe to AP 00:00:00:00:00:00 try 1
wlan0 direct probe responded
wlan0: authenticate with AP 00:00:00:00:00:00
wlan0: authenticated
wlan0: associate with AP 00:00:00:00:00:00
wlan0: RX AssocResp from 00:00:00:00:00:00 (capab=0x401 status=0 aid=1)
wlan0: associated
wlan0: disassociating by local choice (reason=3)
wlan0: disassociating by local choice (reason=3)
wlan0: disassociating by local choice (reason=3)
wlan0: disassociating by local choice (reason=3)
wlan0: disassociating by local choice (reason=3)
wlan0: disassociating by local choice (reason=3)
wlan0: disassociating by local choice (reason=3)
wlan0: disassociating by local choice (reason=3)
wlan0: authenticate with AP 00:00:00:00:00:00
wlan0: authenticated
wlan0: associate with AP 00:00:00:00:00:00
wlan0: RX AssocResp from 00:00:00:00:00:00 (capab=0x401 status=0 aid=1)
wlan0: associated
|
hier wurde die Adresse durch 00:00:.... ersetzt!
Ich verbinde nur über wpa_supplicant ohne grafischem Tool:
|
Quellcode
|
1
|
wpa_supplicant -i wlan0 -D wext -c /etc/wpa_supplicant.conf -B && dhcpcd wlan0
|
wpa_supplicant.conf sieht folgendermaßen aus:
|
Quellcode
|
1
2
3
4
5
6
|
network={
ssid="WLAN"
scan_ssid=1
psk="........"
priority=2
}
|
So läuft dass die ganze Zeit dass ich ca. alle 10 pings einen aussetzer hab! Wenn dass weiter so bleibt hab ich gar keine Wahl als zu Windows zu wechseln da läuft alles ohne Probleme!
Hoff ich könnt mir schnell helfen!
MfG