USB WLAN Stick TP Link baut keine Verbindung auf

  • Hallo,
    Ich bekomme keine WLAN Verbindung. Ich habe schon viele Configs durch aber ich bekomme beim booten folgenden Fehler:

    Listening on LPF/wlan0/MACSTICK
    Sending on LPF/wlan0/MACSTICK
    Sending on Socket/fallback
    DHCPDISCOVER on wlan0 to 225.255.255.255 port 67 interval ...... 5 .. 13 ... 10 ... 15 ..10 ...8
    No DHCPPOFFERS recived
    No woriking leases in persistent database - sleeping
    wpa_supplicant: cannot read contents of etc/wpa/supplicant.conf
    run-parts: etc.....

    meine Configs sehen so aus:

    GNU nano 2.2.6 Datei: /etc/network/interfaces

    auto lo

    iface lo inet loopback
    iface eth0 inet dhcp


    # wlan
    auto wlan0
    iface wlan0 inet dhcp
    wpa-driver wext
    wpa-conf /etc/wpa_supplicant.conf


    ---------------

    GNU nano 2.2.6 Datei: /etc/wpa_supplicant.cfg

    ctrl_interface=/var/run/wpa_supplicant
    eapol_version=1
    ap_scan=1

    network={
    ssid="NETZNAME"
    scan_ssid=1
    proto=WPA RSN
    key_mgmt=WPA-PSK
    pairwise=TKIP CCMP
    group=TKIP CCMP
    psk="NETZPWD"
    }


    -------------------------

    Ich habe einen Speedport W 723V
    Verschlüsselung
    Sicherheitstyp: [font="Arial"]WPA / WPA2[/font]
    [font="Arial"]Verschlüsselungstyp:[/font] [font="Arial"]TKIP / AES[/font]
    [font="Courier New"] Quality=0/100 Signal level=42/100 [/font]
    [font="Courier New"] Cell 03 - Address: MAC[/font]
    [font="Courier New"] ESSID:"NETZ"[/font]
    [font="Courier New"] Protocol:IEEE 802.11bgn[/font]
    [font="Courier New"] Mode:Master[/font]
    [font="Courier New"] Frequency:2.462 GHz (Channel 11)[/font]
    [font="Courier New"] Encryption key:on[/font]
    [font="Courier New"] Bit Rates:144 Mb/s[/font]
    [font="Courier New"] Extra:wpa_ie=dd1a0050f20101000050f20202000050f2040050f20201000050f202[/font]
    [font="Courier New"] IE: WPA Version 1[/font]
    [font="Courier New"] Group Cipher : TKIP[/font]
    [font="Courier New"] Pairwise Ciphers (2) : CCMP TKIP[/font]
    [font="Courier New"] Authentication Suites (1) : PSK[/font]
    [font="Courier New"] Extra:rsn_ie=30180100000fac020200000fac04000fac020100000fac020000[/font]
    [font="Courier New"] IE: IEEE 802.11i/WPA2 Version 1[/font]
    [font="Courier New"] Group Cipher : TKIP[/font]
    [font="Courier New"] Pairwise Ciphers (2) : CCMP TKIP[/font]
    [font="Courier New"] Authentication Suites (1) : PSK[/font]
    [font="Courier New"] IE: Unknown: [/font]

    [font="Arial"]Kann mir jemand helfen???[/font]

    [font="Arial"]Danke!!![/font]

    -----------------------------

    EDIT:
    Hab die Lösung... war wohl ein dummer Fehler neue Config
    GNU nano 2.2.6 Datei: /etc/network/interfaces

    auto lo

    iface lo inet loopback
    iface eth0 inet dhcp


    # wlan
    auto wlan0
    iface wlan0 inet dhcp
    wpa-driver wext
    wpa-conf /etc/wpa_supplicant.cfg

    GNU nano 2.2.6 Datei: /etc/wpa_supplicant.cfg

    ctrl_interface=/var/run/wpa_supplicant
    eapol_version=1
    ap_scan=1

    network={
    ssid="NETZ"
    scan_ssid=1
    proto=WPA RSN
    key_mgmt=WPA-PSK
    pairwise=CCMP TKIP
    group=TKIP
    psk="PW"
    }

    Einmal editiert, zuletzt von Swopi (12. Juni 2013 um 22:57)

Jetzt mitmachen!

Du hast noch kein Benutzerkonto auf unserer Seite? Registriere dich kostenlos und nimm an unserer Community teil!