[Linux] WLan WPA-TKIP will nicht

Dieses Thema im Forum "Linux & BSD" wurde erstellt von MasterJulian, 7. Februar 2008 .

Schlagworte:
  1. 7. Februar 2008
    WLan WPA-TKIP will nicht

    Ich hab mich an diese Anleitung gehalten:
    wpa supplicant › WLAN › Wiki › ubuntuusers.de

    Meine config sieht so aus. Alle daten sind richtig
    Code:
    ctrl_interface=/var/run/wpa_supplicant
    eapol_version=1
    ap_scan=2
    network={
    ssid="Router"
    scan_ssid=1
    proto=WPA
    key_mgmt=WPA-PSK
    pairwise=TKIP
    group=TKIP
    #psk=4074e.....
    psk="meinschlüssel"
    }
    
    Jedoch bekomme ich mit "wpa_supplicant -i wlan0 -c /etc/wpa_supplicant/wpa_supplicant.conf -d" folgende Fehler:
    Code:
    Initializing interface 'wlan0' conf '/etc/wpa_supplicant/wpa_supplicant.conf' driver 'default' ctrl_interface 'N/A' bridge 'N/A'
    Configuration file '/etc/wpa_supplicant/wpa_supplicant.conf' -> '/etc/wpa_supplicant/wpa_supplicant.conf'
    Reading configuration file '/etc/wpa_supplicant/wpa_supplicant.conf'
    ctrl_interface='/var/run/wpa_supplicant'
    eapol_version=1
    ap_scan=2
    Priority group 0
     id=0 ssid='Router'
    Initializing interface (2) 'wlan0'
    EAPOL: SUPP_PAE entering state DISCONNECTED
    EAPOL: KEY_RX entering state NO_KEY_RECEIVE
    EAPOL: SUPP_BE entering state INITIALIZE
    EAP: EAP entering state DISABLED
    EAPOL: External notification - portEnabled=0
    EAPOL: External notification - portValid=0
    SIOCGIWRANGE: WE(compiled)=20 WE(source)=20 enc_capa=0x0
     capabilities: key_mgmt 0x0 enc 0x3
    WEXT: Operstate: linkmode=1, operstate=5
    Own MAC address: 00:50:fc:f2:1c:98
    wpa_driver_hostap_set_wpa: enabled=1
    ioctl[PRISM2_IOCTL_PRISM2_PARAM]: Operation not supported
    ioctl[PRISM2_IOCTL_PRISM2_PARAM]: Operation not supported
    Driver does not support WPA.
    wpa_driver_hostap_set_key: alg=none key_idx=0 set_tx=0 seq_len=0 key_len=0
    ioctl[PRISM2_IOCTL_HOSTAPD]: Operation not supported
    Failed to set encryption.
    wpa_driver_hostap_set_key: alg=none key_idx=1 set_tx=0 seq_len=0 key_len=0
    ioctl[PRISM2_IOCTL_HOSTAPD]: Operation not supported
    Failed to set encryption.
    wpa_driver_hostap_set_key: alg=none key_idx=2 set_tx=0 seq_len=0 key_len=0
    ioctl[PRISM2_IOCTL_HOSTAPD]: Operation not supported
    Failed to set encryption.
    wpa_driver_hostap_set_key: alg=none key_idx=3 set_tx=0 seq_len=0 key_len=0
    ioctl[PRISM2_IOCTL_HOSTAPD]: Operation not supported
    Failed to set encryption.
    wpa_driver_hostap_set_countermeasures: enabled=0
    ioctl[PRISM2_IOCTL_PRISM2_PARAM]: Operation not supported
    wpa_driver_hostap_set_drop_unencrypted: enabled=1
    ioctl[PRISM2_IOCTL_PRISM2_PARAM]: Operation not supported
    Setting scan request: 0 sec 100000 usec
    Added interface wlan0
    RTM_NEWLINK: operstate=0 ifi_flags=0x1002 ()
    Wireless event: cmd=0x8b06 len=8
    RTM_NEWLINK: operstate=0 ifi_flags=0x1003 ([UP])
    RTM_NEWLINK, IFLA_IFNAME: Interface 'wlan0' added
    RTM_NEWLINK: operstate=0 ifi_flags=0x1003 ([UP])
    RTM_NEWLINK, IFLA_IFNAME: Interface 'wlan0' added
    State: DISCONNECTED -> SCANNING
    Trying to associate with SSID 'Router'
    Cancelling scan request
    WPA: clearing own WPA/RSN IE
    Automatic auth_alg selection: 0x1
    ioctl[PRISM2_IOCTL_PRISM2_PARAM]: Operation not supported
    WPA: No WPA/RSN IE available from association info
    WPA: Set cipher suites based on configuration
    WPA: Selected cipher suites: group 8 pairwise 8 key_mgmt 2 proto 1
    WPA: clearing AP WPA IE
    WPA: clearing AP RSN IE
    WPA: using GTK TKIP
    WPA: using PTK TKIP
    WPA: using KEY_MGMT WPA-PSK
    WPA: Set own WPA IE default - hexdump(len=24): dd 16 00 50 f2 01 01 00 00 50 f2 02 01 00 00 50 f2 02 01 00 00 50 f2 02
    No keys have been configured - skip key clearing
    wpa_driver_hostap_set_drop_unencrypted: enabled=1
    ioctl[PRISM2_IOCTL_PRISM2_PARAM]: Operation not supported
    State: SCANNING -> ASSOCIATING
    wpa_driver_wext_set_operstate: operstate 0->0 (DORMANT)
    WEXT: Operstate: linkmode=-1, operstate=5
    wpa_driver_hostap_associate
    ioctl[PRISM2_IOCTL_PRISM2_PARAM]: Operation not supported
    ioctl[PRISM2_IOCTL_HOSTAPD]: Operation not supported
    ioctl[SIOCSIWAP]: Operation not supported
    ioctl[PRISM2_IOCTL_PRISM2_PARAM]: Operation not supported
    hostap: Failed to configure ieee_802_1x param
    Association request to the driver failed
    Setting authentication timeout: 5 sec 0 usec
    EAPOL: External notification - EAP success=0
    EAPOL: External notification - EAP fail=0
    EAPOL: External notification - portControl=Auto
    RTM_NEWLINK: operstate=0 ifi_flags=0x1003 ([UP])
    Wireless event: cmd=0x8b06 len=8
    RTM_NEWLINK: operstate=0 ifi_flags=0x1003 ([UP])
    Wireless event: cmd=0x8b1a len=15
    Authentication with 00:00:00:00:00:00 timed out.
    Added BSSID 00:00:00:00:00:00 into blacklist
    State: ASSOCIATING -> DISCONNECTED
    wpa_driver_wext_set_operstate: operstate 0->0 (DORMANT)
    WEXT: Operstate: linkmode=-1, operstate=5
    No keys have been configured - skip key clearing
    EAPOL: External notification - portEnabled=0
    EAPOL: External notification - portValid=0
    Setting scan request: 0 sec 0 usec
    State: DISCONNECTED -> SCANNING
    Trying to associate with SSID 'Router'
    Cancelling scan request
    WPA: clearing own WPA/RSN IE
    Automatic auth_alg selection: 0x1
    ioctl[PRISM2_IOCTL_PRISM2_PARAM]: Operation not supported
    WPA: No WPA/RSN IE available from association info
    WPA: Set cipher suites based on configuration
    WPA: Selected cipher suites: group 8 pairwise 8 key_mgmt 2 proto 1
    WPA: clearing AP WPA IE
    WPA: clearing AP RSN IE
    WPA: using GTK TKIP
    WPA: using PTK TKIP
    WPA: using KEY_MGMT WPA-PSK
    WPA: Set own WPA IE default - hexdump(len=24): dd 16 00 50 f2 01 01 00 00 50 f2 02 01 00 00 50 f2 02 01 00 00 50 f2 02
    No keys have been configured - skip key clearing
    wpa_driver_hostap_set_drop_unencrypted: enabled=1
    ioctl[PRISM2_IOCTL_PRISM2_PARAM]: Operation not supported
    State: SCANNING -> ASSOCIATING
    wpa_driver_wext_set_operstate: operstate 0->0 (DORMANT)
    WEXT: Operstate: linkmode=-1, operstate=5
    wpa_driver_hostap_associate
    ioctl[PRISM2_IOCTL_PRISM2_PARAM]: Operation not supported
    ioctl[PRISM2_IOCTL_HOSTAPD]: Operation not supported
    ioctl[SIOCSIWAP]: Operation not supported
    ioctl[PRISM2_IOCTL_PRISM2_PARAM]: Operation not supported
    hostap: Failed to configure ieee_802_1x param
    Association request to the driver failed
    Setting authentication timeout: 5 sec 0 usec
    EAPOL: External notification - EAP success=0
    EAPOL: External notification - EAP fail=0
    EAPOL: External notification - portControl=Auto
    RTM_NEWLINK: operstate=0 ifi_flags=0x1003 ([UP])
    Wireless event: cmd=0x8b06 len=8
    RTM_NEWLINK: operstate=0 ifi_flags=0x1003 ([UP])
    Wireless event: cmd=0x8b1a len=15
    CTRL-EVENT-TERMINATING - signal 2 received
    Removing interface wlan0
    State: ASSOCIATING -> DISCONNECTED
    wpa_driver_wext_set_operstate: operstate 0->0 (DORMANT)
    WEXT: Operstate: linkmode=-1, operstate=5
    No keys have been configured - skip key clearing
    EAPOL: External notification - portEnabled=0
    EAPOL: External notification - portValid=0
    wpa_driver_hostap_set_wpa: enabled=0
    ioctl[PRISM2_IOCTL_HOSTAPD]: Operation not supported
    ioctl[PRISM2_IOCTL_PRISM2_PARAM]: Operation not supported
    ioctl[PRISM2_IOCTL_PRISM2_PARAM]: Operation not supported
    Failed to disable WPA in the driver.
    wpa_driver_hostap_set_drop_unencrypted: enabled=0
    ioctl[PRISM2_IOCTL_PRISM2_PARAM]: Operation not supported
    wpa_driver_hostap_set_countermeasures: enabled=0
    ioctl[PRISM2_IOCTL_PRISM2_PARAM]: Operation not supported
    No keys have been configured - skip key clearing
    ioctl[SIOCSIWAP]: Operation not supported
    WEXT: Operstate: linkmode=0, operstate=6
    Removed BSSID 00:00:00:00:00:00 from blacklist (clear)
    Cancelling scan request
    Ach ja mein USB Stick hat nen ZD1201 Chipsatz. Jemand ne idee?
    edit: Ohne Verschlüsselung klappts
     
  2. 19. Februar 2008
    AW: WLan WPA-TKIP will nicht

    guten tach,

    ein bisschen zu spät, aber nun ja.

    ich hatte damit auch probleme gehabt und es hat nie funktioniert. deshalb habe ich einen anderen weg gewählt.
    und zwar verwende ich den Network-Manager. nach der installation musst du dann unter /etc/network/interfaces dein wlan-stick auskommentieren und das wars dann.

    viel erfolg.


    nice day!!!
     
  3. 22. Februar 2008
    AW: WLan WPA-TKIP will nicht

    eapol_version=1

    setze doch ein # davor, dann könnte es gehen das macht manchmal probleme.
     
  4. Video Script

    Videos zum Themenbereich

    * gefundene Videos auf YouTube, anhand der Überschrift.