Association request to the driver failed

Hallo Forum, das nächste von mir nicht zu lösende Problem. Der Accesspoint mit wlan0 funktioniert super gut. Jetzt mein nächstes Problem. Wenn ich mich mit WLAN1 mit meinem Router verbinden möchte bekomme ich immer wieder folgende Fehlermeldung:
Jun 23 21:55:03 router wpa_supplicant[2447]: wlan1: Trying to associate with f4:ec:38:28:6d:a1 (SSID='aber_hallo' freq=2437 MHz)
Jun 23 21:55:03 router wpa_supplicant[2447]: wlan1: Association request to the driver failed
Jun 23 21:55:04 router wpa_supplicant[2447]: wlan1: CTRL-EVENT-DISCONNECTED bssid=f4:ec:38:28:6d:a1 reason=0
Ich habe mal wieder das Problem der Informationsüberflutung. KA was ich noch machen soll.

/etc/network/interfaces
auto lo

iface lo inet loopback

iface lan0 inet static
address 192.168.2.240
netmask 255.255.255.0
gateway 192.168.2.2

auto wlan0
iface wlan0 inet static
address 192.168.3.240
netmask 255.255.255.0

auto wlan1
iface wlan1 inet static
address 192.168.1.240
wpa-ssid aber_hallo
wpa-proto RSN
wpa-key_mgmt WPA-PSK
wpa-pairwise CCMP TKIP
wpa-group CCMP TKIP
wpq-psk xxxxxxxxx
lsmod
Module Size Used by
8021q 19535 0
garp 6367 1 8021q
stp 2000 1 garp
llc 5483 2 stp,garp
snd_bcm2835 18169 0
arc4 1695 2
snd_soc_bcm2708_i2s 5486 0
regmap_mmio 2818 1 snd_soc_bcm2708_i2s
rt2800usb 17279 0
rt2800lib 80619 1 rt2800usb
crc_ccitt 1541 1 rt2800lib
snd_soc_core 128166 1 snd_soc_bcm2708_i2s
rt2x00usb 11669 1 rt2800usb
regmap_spi 1913 1 snd_soc_core
rt2x00lib 44799 3 rt2x00usb,rt2800lib,rt2800usb
snd_pcm_dmaengine 5481 1 snd_soc_core
snd_pcm 81518 3 snd_bcm2835,snd_soc_core,snd_pcm_dmaengine
snd_page_alloc 5168 1 snd_pcm
regmap_i2c 1657 1 snd_soc_core
snd_compress 8136 1 snd_soc_core
mac80211 329373 3 rt2x00lib,rt2x00usb,rt2800lib
snd_seq 54581 0
8192cu 551136 0
snd_timer 20353 2 snd_pcm,snd_seq
snd_seq_device 6485 1 snd_seq
cfg80211 211002 2 mac80211,rt2x00lib
rfkill 19567 3 cfg80211
leds_gpio 2055 0
led_class 4119 2 leds_gpio,rt2x00lib
snd 61518 7 snd_bcm2835,snd_soc_core,snd_timer,snd_pcm,snd_seq,snd_seq_device,snd_compress
lsusb
Bus 001 Device 002: ID 0424:9514 Standard Microsystems Corp.
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 001 Device 003: ID 0424:ec00 Standard Microsystems Corp.
Bus 001 Device 004: ID 05e3:0608 Genesys Logic, Inc. USB-2.0 4-Port HUB
Bus 001 Device 005: ID 0bda:8178 Realtek Semiconductor Corp. RTL8192CU 802.11n WLAN Adapter
Bus 001 Device 006: ID 148f:3070 Ralink Technology, Corp. RT2870/RT3070 Wireless Adapter
udev

SUBSYSTEM=="net", ATTR{address}=="21:2b:e9:2b:19:46", NAME="lan0"
SUBSYSTEM=="net", ATTR{address}=="02:3f:cb:59:4b:b7", NAME="wlan0"
SUBSYSTEM=="net", ATTR{address}=="22:ff:5b:c4:53:11", NAME="wlan1"

Hat jmd einen Tipp für mich iwas?
 
Ich habe das Problem gelöst. Es hat iwas mit der Authentifizierung nicht gepasst. Alles nochmal neu gemacht und es funktioniert.
 
Zurück
Oben