Results 1 to 11 of 11

Thread: wpa_supplicant + wl500g delux

Threaded View

Previous Post Previous Post   Next Post Next Post
  1. #1

    wpa_supplicant + wl500g delux

    Всем привет!
    Уже устал искать проблему... Комп не может законектится... Вернее, 3 машины с Linux на борту и ни одна не может подцепиться. Не цеплялось сразу после перепрошивки, потом стало цеплятся (причем все сразу), а теперь, после ночи - опять перестало... На компах стоит broadcom и prism2/3. В других сетях они работали (так же в примерно аналогичной конфигурацией с wpa-psk).

    Настройки wl500g:

    SSID: mishpuha_k
    Channel: auto
    Wireless Mode: auto
    Authentication Method: wpa-psk
    WPA Encryption: tkip
    WPA Pre-Shared Key: ?????????
    WEP Encryption: none
    Passphrase:
    WEP Key 1 (10 or 26 hex digits):
    WEP Key 2 (10 or 26 hex digits):
    WEP Key 3 (10 or 26 hex digits):
    WEP Key 4 (10 or 26 hex digits):
    Key Index:
    Network Key Rotation Interval:


    Конфиг wpa_supplicant:
    # cat /etc/wpa_supplicant.conf
    ctrl_interface=/var/run/wpa_supplicant

    network={
    scan_ssid=1
    ssid="mishpuha_k"
    proto=WPA
    key_mgmt=WPA-PSK
    pairwise=TKIP
    group=TKIP
    psk="?????????"
    }

    То что выдает wpa_supplicant
    # wpa_supplicant -iwlan0 -Dndiswrapper -c/etc/wpa_supplicant.conf -dd
    Initializing interface 'wlan0' conf '/etc/wpa_supplicant.conf' driver 'ndiswrapper'
    Configuration file '/etc/wpa_supplicant.conf' -> '/etc/wpa_supplicant.conf'
    Reading configuration file '/etc/wpa_supplicant.conf'
    ctrl_interface='/var/run/wpa_supplicant'
    Line: 23 - start of a new network block
    scan_ssid=1 (0x1)
    ssid - hexdump_ascii(len=10):
    6d 69 73 68 70 75 68 61 5f 6b mishpuha_k
    proto: 0x2
    key_mgmt: 0x2
    pairwise: 0x8
    group: 0x8
    PSK (ASCII passphrase) - hexdump_ascii(len=10): [REMOVED]
    PSK (from passphrase) - hexdump(len=32): [REMOVED]
    Priority group 0
    id=0 ssid='mishpuha_k'
    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
    ioctl[SIOCSIWPMKSA]: Invalid argument
    SIOCGIWRANGE: WE(compiled)=18 WE(source)=18 enc_capa=0xf
    capabilities: key_mgmt 0xf enc 0xf
    Own MAC address: 00:90:96:f4:20:11
    Setting scan request: 0 sec 100000 usec
    Using existing control interface directory.
    Wireless event: cmd=0x8b06 len=8
    RTM_NEWLINK, IFLA_IFNAME: Interface 'wlan0' added
    RTM_NEWLINK, IFLA_IFNAME: Interface 'wlan0' added
    State: DISCONNECTED -> SCANNING
    Starting AP scan (specific SSID)
    Scan SSID - hexdump_ascii(len=10):
    6d 69 73 68 70 75 68 61 5f 6b mishpuha_k
    Scan timeout - try to get results
    Received 584 bytes of scan results (2 BSSes)
    Scan results: 2
    Selecting BSS from priority group 0
    0: 00:15:f2:88:fb:31 ssid='mishpuha_k' wpa_ie_len=26 rsn_ie_len=22 caps=0x11
    selected
    Trying to associate with 00:15:f2:88:fb:31 (SSID='mishpuha_k' freq=2437 MHz)
    Cancelling scan request
    WPA: clearing own WPA/RSN IE
    Automatic auth_alg selection: 0x1
    RSN: using IEEE 802.11i/D9.0
    WPA: Selected cipher suites: group 8 pairwise 8 key_mgmt 2
    WPA: set AP WPA IE - hexdump(len=26): dd 18 00 50 f2 01 01 00 00 50 f2 02 01 00 00 50 f2 02 01 00 00 50 f2 02 00 00
    WPA: set AP RSN IE - hexdump(len=22): 30 14 01 00 00 0f ac 02 01 00 00 0f ac 02 01 00 00 0f ac 02 00 00
    WPA: using GTK TKIP
    WPA: using PTK TKIP
    WPA: using KEY_MGMT WPA-PSK
    WPA: Set own WPA IE default - hexdump(len=22): 30 14 01 00 00 0f ac 02 01 00 00 0f ac 02 01 00 00 0f ac 02 00 00
    No keys have been configured - skip key clearing
    State: SCANNING -> ASSOCIATING
    Setting authentication timeout: 5 sec 0 usec
    EAPOL: External notification - EAP success=0
    EAPOL: External notification - EAP fail=0
    EAPOL: External notification - portControl=Auto
    RSN: Ignored PMKID candidate without preauth flag
    Authentication with 00:00:00:00:00:00 timed out.
    Added BSSID 00:00:00:00:00:00 into blacklist
    State: ASSOCIATING -> DISCONNECTED
    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
    Starting AP scan (broadcast SSID)
    Scan timeout - try to get results
    Received 584 bytes of scan results (2 BSSes)
    Scan results: 2
    Selecting BSS from priority group 0
    0: 00:15:f2:88:fb:31 ssid='mishpuha_k' wpa_ie_len=26 rsn_ie_len=22 caps=0x11
    selected
    Trying to associate with 00:15:f2:88:fb:31 (SSID='mishpuha_k' freq=2437 MHz)
    Cancelling scan request
    WPA: clearing own WPA/RSN IE
    Automatic auth_alg selection: 0x1
    RSN: using IEEE 802.11i/D9.0
    WPA: Selected cipher suites: group 8 pairwise 8 key_mgmt 2
    WPA: set AP WPA IE - hexdump(len=26): dd 18 00 50 f2 01 01 00 00 50 f2 02 01 00 00 50 f2 02 01 00 00 50 f2 02 00 00
    WPA: set AP RSN IE - hexdump(len=22): 30 14 01 00 00 0f ac 02 01 00 00 0f ac 02 01 00 00 0f ac 02 00 00
    WPA: using GTK TKIP
    WPA: using PTK TKIP
    WPA: using KEY_MGMT WPA-PSK
    WPA: Set own WPA IE default - hexdump(len=22): 30 14 01 00 00 0f ac 02 01 00 00 0f ac 02 01 00 00 0f ac 02 00 00
    No keys have been configured - skip key clearing
    State: SCANNING -> ASSOCIATING
    Setting authentication timeout: 5 sec 0 usec
    EAPOL: External notification - EAP success=0
    EAPOL: External notification - EAP fail=0
    EAPOL: External notification - portControl=Auto
    RSN: Ignored PMKID candidate without preauth flag
    Authentication with 00:00:00:00:00:00 timed out.
    BSSID 00:00:00:00:00:00 blacklist count incremented to 2
    State: ASSOCIATING -> DISCONNECTED
    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
    Starting AP scan (specific SSID)
    Scan SSID - hexdump_ascii(len=10):
    6d 69 73 68 70 75 68 61 5f 6b mishpuha_k
    Scan timeout - try to get results
    Received 584 bytes of scan results (2 BSSes)
    Scan results: 2
    Selecting BSS from priority group 0
    0: 00:15:f2:88:fb:31 ssid='mishpuha_k' wpa_ie_len=26 rsn_ie_len=22 caps=0x11
    selected
    Trying to associate with 00:15:f2:88:fb:31 (SSID='mishpuha_k' freq=2437 MHz)
    Cancelling scan request
    WPA: clearing own WPA/RSN IE
    Automatic auth_alg selection: 0x1
    RSN: using IEEE 802.11i/D9.0
    WPA: Selected cipher suites: group 8 pairwise 8 key_mgmt 2
    WPA: set AP WPA IE - hexdump(len=26): dd 18 00 50 f2 01 01 00 00 50 f2 02 01 00 00 50 f2 02 01 00 00 50 f2 02 00 00
    WPA: set AP RSN IE - hexdump(len=22): 30 14 01 00 00 0f ac 02 01 00 00 0f ac 02 01 00 00 0f ac 02 00 00
    WPA: using GTK TKIP
    WPA: using PTK TKIP
    WPA: using KEY_MGMT WPA-PSK
    WPA: Set own WPA IE default - hexdump(len=22): 30 14 01 00 00 0f ac 02 01 00 00 0f ac 02 01 00 00 0f ac 02 00 00
    No keys have been configured - skip key clearing
    State: SCANNING -> ASSOCIATING
    Setting authentication timeout: 5 sec 0 usec
    EAPOL: External notification - EAP success=0
    EAPOL: External notification - EAP fail=0
    EAPOL: External notification - portControl=Auto
    RSN: Ignored PMKID candidate without preauth flag
    Authentication with 00:00:00:00:00:00 timed out.
    BSSID 00:00:00:00:00:00 blacklist count incremented to 3
    State: ASSOCIATING -> DISCONNECTED
    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
    Starting AP scan (broadcast SSID)
    Scan timeout - try to get results
    Received 584 bytes of scan results (2 BSSes)
    Scan results: 2
    Selecting BSS from priority group 0
    0: 00:15:f2:88:fb:31 ssid='mishpuha_k' wpa_ie_len=26 rsn_ie_len=22 caps=0x11
    selected
    Trying to associate with 00:15:f2:88:fb:31 (SSID='mishpuha_k' freq=2437 MHz)
    Cancelling scan request
    WPA: clearing own WPA/RSN IE
    Automatic auth_alg selection: 0x1
    RSN: using IEEE 802.11i/D9.0
    WPA: Selected cipher suites: group 8 pairwise 8 key_mgmt 2
    WPA: set AP WPA IE - hexdump(len=26): dd 18 00 50 f2 01 01 00 00 50 f2 02 01 00 00 50 f2 02 01 00 00 50 f2 02 00 00
    WPA: set AP RSN IE - hexdump(len=22): 30 14 01 00 00 0f ac 02 01 00 00 0f ac 02 01 00 00 0f ac 02 00 00
    WPA: using GTK TKIP
    WPA: using PTK TKIP
    WPA: using KEY_MGMT WPA-PSK
    WPA: Set own WPA IE default - hexdump(len=22): 30 14 01 00 00 0f ac 02 01 00 00 0f ac 02 01 00 00 0f ac 02 00 00
    No keys have been configured - skip key clearing
    State: SCANNING -> ASSOCIATING
    Setting authentication timeout: 5 sec 0 usec
    EAPOL: External notification - EAP success=0
    EAPOL: External notification - EAP fail=0
    EAPOL: External notification - portControl=Auto
    RSN: Ignored PMKID candidate without preauth flag
    State: ASSOCIATING -> DISCONNECTED
    No keys have been configured - skip key clearing
    EAPOL: External notification - portEnabled=0
    EAPOL: External notification - portValid=0
    No keys have been configured - skip key clearing
    Control interface directory not empty - leaving it behind
    Removed BSSID 00:00:00:00:00:00 from blacklist (clear)
    Last edited by mikhako; 14-04-2006 at 12:17.

Similar Threads

  1. Router doesn't see USB disk anymore
    By Styno in forum WL-500g Q&A
    Replies: 7
    Last Post: 15-08-2006, 08:37
  2. WAN port dies after a time of traffic
    By Phantome in forum WL-500g Q&A
    Replies: 101
    Last Post: 16-10-2004, 03:59
  3. Firmware v1.7.5.6 CR5 [Oleg]
    By Oleg in forum WL-500g Firmware Releases
    Replies: 43
    Last Post: 14-07-2004, 21:54
  4. Total crash every day
    By Djuri in forum WL-500g Q&A
    Replies: 8
    Last Post: 09-06-2004, 09:05
  5. Usb hdd problem
    By djbokkeman in forum WL-500g Q&A
    Replies: 4
    Last Post: 01-06-2004, 00:32

Tags for this Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •