Главная страница


ru.linux

 
 - RU.LINUX ---------------------------------------------------------------------
 From : Nickita A Startcev                   2:5030/1321.19 09 Dec 2006  02:02:04
 To : All
 Subject : Опять wifi
 -------------------------------------------------------------------------------- 
 
 
 
 wl500gP в режиме 'ap or wds'
 шифрование wpa-psk/tkip
 усб-брелок воткнутый в оффтопик работает.
 тот же самый усб-брелок wl-167g воткнутый в линух опознается ndiswrap'пером и
 система пытается стартовать, но при этом в логе wpa_супплианта лезут сточки про 
 "Driver does not support WPA"
 и последовательность состояний такая:
 
 === Cut ===
 
 >Failed to disable WPA in the driver.
 
 Initializing interface 'wlan0' conf '/etc/wpa_supplicant.conf' driver 'default' 
 ctrl_interface 'N/A'
 Configuration file '/etc/wpa_supplicant.conf' -> '/etc/wpa_supplicant.conf'
 Reading configuration file '/etc/wpa_supplicant.conf'
 ctrl_interface='/var/run/wpa_supplicant'
 Priority group 0
    id=0 ssid='NASA'
 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)=19 WE(source)=18 enc_capa=0xf
   capabilities: key_mgmt 0xf enc 0xf
 Own MAC address: 00:17:31:b5:1b:65
 
 >Driver does not support WPA.
 
 wpa_driver_wext_set_key: alg=0 key_idx=0 set_tx=0 seq_len=0 key_len=0
 wpa_driver_wext_set_key: alg=0 key_idx=1 set_tx=0 seq_len=0 key_len=0
 wpa_driver_wext_set_key: alg=0 key_idx=2 set_tx=0 seq_len=0 key_len=0
 wpa_driver_wext_set_key: alg=0 key_idx=3 set_tx=0 seq_len=0 key_len=0
 Setting scan request: 0 sec 100000 usec
 Added interface wlan0
 Wireless event: cmd=0x8b06 len=8
 
 >State: DISCONNECTED -> SCANNING
 
 Starting AP scan (broadcast SSID)
 RX ctrl_iface - hexdump_ascii(len=6):
      41 54 54 41 43 48                                 ATTACH
 CTRL_IFACE monitor attached - hexdump(len=24): 2f 74 6d 70 2f 77 70 61 5f 63 74 
 72 6c 5f 37 35 34 38 2d 31 35 37 34 00
 RX ctrl_iface - hexdump_ascii(len=4):
      50 49 4e 47                                       PING
 RX ctrl_iface - hexdump_ascii(len=4):
      50 49 4e 47                                       PING
 Scan timeout - try to get results
 Received 221 bytes of scan results (1 BSSes)
 Scan results: 1
 Selecting BSS from priority group 0
 0: 00:17:31:d6:9d:1e ssid='NASA' wpa_ie_len=0 rsn_ie_len=0 caps=0x1
    skip - no WPA/RSN IE
    selected non-WPA AP 00:17:31:d6:9d:1e ssid='NASA'
 Trying to associate with 00:17:31:d6:9d:1e (SSID='NASA' freq=2412 MHz)
 CTRL_IFACE monitor send - hexdump(len=24): 2f 74 6d 70 2f 77 70 61 5f 63 74 72
 6c 5f 37 35 34 38 2d 31 35 37 34 00
 Cancelling scan request
 WPA: clearing own WPA/RSN IE
 Automatic auth_alg selection: 0x1
 WPA: clearing AP WPA IE
 WPA: clearing AP RSN IE
 WPA: clearing own WPA/RSN IE
 No keys have been configured - skip key clearing
 
 >State: SCANNING -> ASSOCIATING
 >Association request to the driver failed
 
 CTRL_IFACE monitor send - hexdump(len=24): 2f 74 6d 70 2f 77 70 61 5f 63 74 72
 6c 5f 37 35 34 38 2d 31 35 37 34 00
 Setting authentication timeout: 5 sec 0 usec
 EAPOL: External notification - portControl=ForceAuthorized
 RX ctrl_iface - hexdump_ascii(len=4):
      50 49 4e 47                                       PING
 RX ctrl_iface - hexdump_ascii(len=4):
      50 49 4e 47                                       PING
 RX ctrl_iface - hexdump_ascii(len=4):
      50 49 4e 47                                       PING
 RX ctrl_iface - hexdump_ascii(len=4):
      50 49 4e 47                                       PING
 RX ctrl_iface - hexdump_ascii(len=4):
      50 49 4e 47                                       PING
 Authentication with 00:00:00:00:00:00 timed out.
 CTRL_IFACE monitor send - hexdump(len=24): 2f 74 6d 70 2f 77 70 61 5f 63 74 72
 6c 5f 37 35 34 38 2d 31 35 37 34 00
 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
 
 === Cut ===
 
 Конфиг от впа-суппликанта:
 
 === Cut ===
 # WPA-PSK/TKIP
 ctrl_interface=/var/run/wpa_supplicant
 network={
    ssid="NASA"
    key_mgmt=WPA-PSK
    proto=WPA
    pairwise=TKIP
    group=TKIP
    psk="purgenoidal"
 }
 
 === Cut ===
 
 после чего все повторяется по кругу.
 
 система линух, ядро 2.6.15, wpa_supplicant-0.4.9, ndiswrapper-1.30
 
 Кто из них не поддерживает wpa?
 
 кусочек dmesg:
 
 === Cut ===
 ndiswrapper version 1.30 loaded (preempt=yes,smp=no)
 usbcore: registered new driver ndiswrapper
 usb 1-1: new full speed USB device using uhci_hcd and address 2
 usb 1-1: reset full speed USB device using uhci_hcd and address 2
 ndiswrapper: driver rt2500usb (Ralink,10/17/2005, 2.01.00.0000) loaded
 wlan0: ethernet device 00:17:31:b5:1b:65 using NDIS driver: rt2500usb, version: 
 0x20000, NDIS version: 0x500, vendor: 'Ralink Technology Inc.', 0B05:1706.F.conf
 wlan0: encryption modes supported: WEP; TKIP with WPA, WPA2, WPA2PSK; AES/CCMP
 with WPA, WPA2, WPA2PSK
 === Cut ===
 
 .                                            С уважением, Hикита.
 icq:240059686, lj-user:nicka_startcev
 ... А вместо сердца - мусорный бак?
 --- GoldED+/LNX 1.1.4.7
  * Origin: Люди Билли не любили... (c) (2:5030/1321.19)
 
 

Вернуться к списку тем, сортированных по: возрастание даты  уменьшение даты  тема  автор 

 Тема:    Автор:    Дата:  
 Опять wifi   Nickita A Startcev   09 Dec 2006 02:02:04 
Архивное /ru.linux/45604579e4be.html, оценка 2 из 5, голосов 10
Яндекс.Метрика
Valid HTML 4.01 Transitional