Estou tentando ampliar minha cobertura sem fio usando um VersaLink 327W como extensor de alcance sem fio e AP .
Eu segui as instruções:
- DSL desativado.
- Acesso sem fio habilitado com uma chave WEP (o dispositivo não suporta WPA e WPA2).
- DHCP desativado.
- Defina o endereço IP como
192.168.7.2
(porque o roteador principal ao qual este deve ser conectado via ethernet é 192.168.7.1
).
Infelizmente, não consigo me conectar ao dispositivo via Wi-Fi em uma caixa do Linux:
kernel: [run timestamp] wlan0: authenticated0
kernel: [run timestamp] iwlwifi 0000:03:00.0 wlan0: disabling HT/VHT due to WEP/TKIP use
kernel: [run timestamp] iwlwifi 0000:03:00.0 wlan0: disabling HT as WMM/QoS is not supported by the AP
kernel: [run timestamp] iwlwifi 0000:03:00.0 wlan0: disabling VHT as WMM/QoS is not supported by the AP
kernel: [run timestamp] wlan0: associate with <<6*hex>> (try 1/3)
NetworkManager[pid]: <info> [wall timestamp] device (wlan0): supplicant interface state: scanning -> authenticating
NetworkManager[pid]: <info> [wall timestamp] device (wlan0): supplicant interface state: authenticating -> associating
kernel: [run timestamp] wlan0: associate with <<6*hex>> (try 2/3)
kernel: [run timestamp] wlan0: associate with <<6*hex>> (try 3/3)
kernel: [run timestamp] wlan0: association with <<6*hex>> timed out
Ou seja, autenticação funciona, mas associação (o que quer que seja) não.
É improvável que isso seja um problema com o Linux, já que não consigo me conectar de um
Mac e um telefone Android também.
Então, o que posso fazer agora?
Obrigado.
PS. Informações adicionais solicitadas por @Twisty:
Defino localhost
IP em /etc/hosts
e, em seguida,
# service network-manager restart
e observe isso:
wpa_supplicant[pid]: wlan0: SME: Trying to authenticate with <<6*hex>> (SSID='sgv' freq=2437 MHz)
kernel: [run timestamp] wlan0: authenticate with <<6*hex>>
kernel: [run timestamp] wlan0: send auth to <<6*hex>> (try 1/3)
NetworkManager[pid]: <info> [wall timestamp] device (wlan0): supplicant interface state: scanning -> authenticating
nm-applet[pid]: Can't set a parent on widget which has a parent
nm-applet[pid]: gtk_widget_destroy: assertion 'GTK_IS_WIDGET (widget)' failed
kernel: [run timestamp] wlan0: authenticated
kernel: [run timestamp] iwlwifi 0000:03:00.0: No association and the time event is over already...
kernel: [run timestamp] wlan0: Connection to AP <<6*hex>> lost
nm-applet[pid]: gtk_widget_destroy: assertion 'GTK_IS_WIDGET (widget)' failed
kernel: [run timestamp] wlan0: aborting authentication with <<6*hex>> by local choice (Reason: 3=DEAUTH_LEAVING)
NetworkManager[pid]: <info> [wall timestamp] device (wlan0): supplicant interface state: authenticating -> disconnected
NetworkManager[pid]: <warn> [wall timestamp] device (wlan0): Activation: (wifi) association took too long, failing activation
NetworkManager[pid]: <info> [wall timestamp] device (wlan0): state change: config -> failed (reason 'ssid-not-found') [50 120 53]
NetworkManager[pid]: <info> [wall timestamp] manager: NetworkManager state is now DISCONNECTED
NetworkManager[pid]: <warn> [wall timestamp] device (wlan0): Activation: failed for connection 'sgv'
NetworkManager[pid]: <info> [wall timestamp] device (wlan0): state change: failed -> disconnected (reason 'none') [120 30 0]
observe que ifconfig
parece ignorar minha configuração.