A rede sem fio compartilhada desconecta imediatamente

0

Tenho um cabo ethernet no meu PC e tenho um adaptador sem fio USB. Eu quero criar uma rede WiFi que usaria a internet da conexão com fio.

Então, adicionei uma nova rede sem fio, mas agora ela se conecta e imediatamente se desconecta - vejo "Conexão estabelecida" e "Desconectada" e assim por diante (configurei para conectar automaticamente).

O adaptador que eu tenho é Bus 002 Device 002: ID 0bda:8187 Realtek Semiconductor Corp. [RTL8187][1] Wireless Adapter . A página vinculada contém algumas instruções, mas não consigo baixar o driver do Win98. É isso que preciso para resolver o problema?

Além disso, existem algumas entradas interessantes do syslog:

Apr  3 22:54:01 r6 NetworkManager[1095]: <info> Config: set interface ap_scan to 2
Apr  3 22:54:01 r6 wpa_supplicant[1351]: Trying to associate with SSID 'vxcvxcz'
Apr  3 22:54:03 r6 wpa_supplicant[1351]: nl80211: Failed to set interface into IBSS mode
Apr  3 22:54:03 r6 wpa_supplicant[1351]: Association request to the driver failed**
Apr  3 22:54:03 r6 wpa_supplicant[1351]: CTRL-EVENT-CONNECTED - Connection to 00:00:00:00:00:00 completed (reauth) [id=-1 id_str=]
Apr  3 22:54:03 r6 NetworkManager[1095]: <info> (wlan0): supplicant interface state: disconnected -> completed
Apr  3 22:54:03 r6 NetworkManager[1095]: <info> Activation (wlan0/wireless) Stage 2 of 5 (Device Configure) successful.  Connected to wireless network 'vxcvxcz'.
Apr  3 22:54:03 r6 NetworkManager[1095]: <info> Activation (wlan0) Stage 3 of 5 (IP Configure Start) scheduled.
Apr  3 22:54:03 r6 NetworkManager[1095]: <info> Activation (wlan0) Stage 3 of 5 (IP Configure Start) started...
Apr  3 22:54:03 r6 NetworkManager[1095]: <info> (wlan0): device state change: config -> ip-config (reason 'none') [50 70 0]
Apr  3 22:54:03 r6 NetworkManager[1095]: <info> Activation (wlan0) Stage 4 of 5 (IP4 Configure Get) scheduled...
Apr  3 22:54:03 r6 NetworkManager[1095]: <info> Activation (wlan0) Stage 3 of 5 (IP Configure Start) complete.
Apr  3 22:54:03 r6 NetworkManager[1095]: <info> Activation (wlan0) Stage 4 of 5 (IP4 Configure Get) started...
Apr  3 22:54:03 r6 NetworkManager[1095]: <info> Activation (wlan0) Stage 5 of 5 (IP Configure Commit) started...
Apr  3 22:54:03 r6 avahi-daemon[1085]: Joining mDNS multicast group on interface wlan0.IPv4 with address 10.42.43.1.
Apr  3 22:54:03 r6 dnsmasq[1339]: reading /etc/resolv.conf
Apr  3 22:54:03 r6 avahi-daemon[1085]: New relevant interface wlan0.IPv4 for mDNS.
Apr  3 22:54:03 r6 avahi-daemon[1085]: Registering new address record for 10.42.43.1 on wlan0.IPv4.
Apr  3 22:54:03 r6 dnsmasq[1339]: using nameserver 192.168.1.1#53
Apr  3 22:54:03 r6 kernel: [  688.265466] ADDRCONF(NETDEV_UP): wlan0: link is not ready
    
por Fluffy 03.04.2012 / 22:05

1 resposta

0

Experimente esta solução:

Eu tive um problema semelhante.

Para corrigir isso, adicionei as três linhas a seguir ao final de /etc/modprobe.d/blacklist.conf

blacklist bcma
blacklist brcmsmac
blacklist brcmutil

link

    
por tkowalewski 23.04.2012 / 20:13