Sistemas Operativos > GNU/Linux

 De nuevo configurando wlan

(1/1)

shadow_rev:
Otra vez quedé colgado......

Hace días que compré un router inalámbrico para dejar una red inalámbrica en mi casa y dejar descansar a mi PC de escritorio. Lo he configurado con seguridad WPA Personal, con algoritmo de encriptado TKIP. Pero en mi Ubuntu (8.04) no conecta.

Esta es mi configuración:

archivo /etc/wpa_supplicant.conf

--- Código: Text ---# WPA-PSK/TKIP ctrl_interface=/var/run/wpa_supplicantnetwork={        scan_ssid=1        ssid="***************"        key_mgmt=WPA-PSK        proto=WPA        pairwise=TKIP        group=TKIP        #psk="********************************"              # clave en ascii        psk=**************************************************************** # clave en hexadecimal} 
archivo /etc/network/interfaces

--- Código: Text ---auto loiface lo inet loopback  iface wlan0 inet staticaddress 192.168.0.21netmask 255.255.255.0network 192.168.0.0broadcast 192.168.0.255gateway 192.168.0.1wpa-driver ndiswrapperwpa-conf /etc/wpa_supplicant.conf auto wlan0 iface eth0 inet staticaddress 192.168.0.11netmask 255.255.255.0network 192.168.0.0broadcast 192.168.0.255gateway 192.168.0.1 auto eth0  
Esto es lo que aparece cuando ejecuto el wpa_supplicant:

--- Código: Text ---root@laptop-raul:~# wpa_supplicant -Dndiswrapper -iwlan0 -c/etc/wpa_supplicant.conf -dInitializing interface 'wlan0' conf '/etc/wpa_supplicant.conf' driver 'ndiswrapper' ctrl_interface 'N/A' bridge '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'ap_scan=1Priority group 0   id=0 ssid='ingenieros_wnet'Initializing interface (2) 'wlan0'EAPOL: SUPP_PAE entering state DISCONNECTEDEAPOL: KEY_RX entering state NO_KEY_RECEIVEEAPOL: SUPP_BE entering state INITIALIZEEAP: EAP entering state DISABLEDEAPOL: External notification - portEnabled=0EAPOL: External notification - portValid=0SIOCGIWRANGE: WE(compiled)=22 WE(source)=18 enc_capa=0xf  capabilities: key_mgmt 0xf enc 0xfWEXT: Operstate: linkmode=1, operstate=5Own MAC address: 00:1e:4c:33:14:bcDriver does not support WPA.wpa_driver_wext_set_key: alg=0 key_idx=0 set_tx=0 seq_len=0 key_len=0wpa_driver_wext_set_key: alg=0 key_idx=1 set_tx=0 seq_len=0 key_len=0wpa_driver_wext_set_key: alg=0 key_idx=2 set_tx=0 seq_len=0 key_len=0wpa_driver_wext_set_key: alg=0 key_idx=3 set_tx=0 seq_len=0 key_len=0Setting scan request: 0 sec 100000 usecAdded interface wlan0RTM_NEWLINK: operstate=0 ifi_flags=0x1002 ()Wireless event: cmd=0x8b06 len=8RTM_NEWLINK: operstate=0 ifi_flags=0x1003 ([UP])RTM_NEWLINK, IFLA_IFNAME: Interface 'wlan0' addedState: DISCONNECTED -> SCANNINGStarting AP scan (specific SSID)Scan SSID - hexdump_ascii(len=15):     69 6e 67 65 6e 69 65 72 6f 73 5f 77 6e 65 74      ingenieros_wnet Trying to get current scan results first without requesting a new scan to speed up initial associationReceived 266 bytes of scan results (1 BSSes)Scan results: 1Selecting BSS from priority group 0Try to find WPA-enabled AP0: 00:21:29:7f:ec:95 ssid='' wpa_ie_len=26 rsn_ie_len=0 caps=0x11   skip - SSID mismatchTry to find non-WPA AP0: 00:21:29:7f:ec:95 ssid='' wpa_ie_len=26 rsn_ie_len=0 caps=0x11   skip - SSID mismatchNo suitable AP found.Setting scan request: 0 sec 0 usecStarting AP scan (broadcast SSID)Scan timeout - try to get resultsReceived 266 bytes of scan results (1 BSSes)Scan results: 1Selecting BSS from priority group 0Try to find WPA-enabled AP0: 00:21:29:7f:ec:95 ssid='' wpa_ie_len=26 rsn_ie_len=0 caps=0x11   skip - SSID mismatchTry to find non-WPA AP0: 00:21:29:7f:ec:95 ssid='' wpa_ie_len=26 rsn_ie_len=0 caps=0x11   skip - SSID mismatchNo suitable AP found.Setting scan request: 5 sec 0 usecCTRL-EVENT-TERMINATING - signal 2 receivedRemoving interface wlan0State: SCANNING -> DISCONNECTEDwpa_driver_wext_set_operstate: operstate 0->0 (DORMANT)WEXT: Operstate: linkmode=-1, operstate=5No keys have been configured - skip key clearingEAPOL: External notification - portEnabled=0EAPOL: External notification - portValid=0Failed to disable WPA in the driver.No keys have been configured - skip key clearingCancelling scan requestCancelling authentication timeoutWEXT: Operstate: linkmode=0, operstate=6  (bastante largo, cierto??)
Y no me conecta a la red. Alguno tiene experiencia con wpa_supplicant ??

su -:
Ya leiste esto?

En GNU/Linux es facil, en OpenBSD...  :argh:  :hitcomp:

shadow_rev:
De hecho, si. Me basé en las configuraciones que me sugerían en los HOWTO de Debian y de Ubuntu; y con el NetworkManager no he cacharreado mucho, pero de entrada no me reconoce ninguna conexión inalámbrica.

Se me olvidaba mencionar que mi router está configurado para que no haga broadcast del ssid, si no me equivoco se pone scan_ssid=1 en el wpa_supplicant.conf para que no pierda tiempo buscando el ssid, pero ni así me reconoce la red. Seguiré revisando a ver si encuentro un caso similar, y el enlace que me recomiendas parece que tiene algo así.

Navegación

[0] Índice de Mensajes

Ir a la versión completa