Não é possível conectar-se ao Wi-Fi no Ubuntu 16.04 LTS

0

A saída de lspci -knn | grep Net -A2

03:00.0 Network controller [0280]: MEDIATEK Corp. MT7630e 802.11bgn Wireless Network Adapter [14c3:7630]
    Subsystem: Foxconn International, Inc. MT7630e 802.11bgn Wireless Network Adapter [105b:e074]
    Kernel driver in use: mt7630e
    Kernel modules: wl, mt7630e

e a saída de iwconfig

    lo        no wireless extensions.

    wlp3s0f0  IEEE 802.11bgn  ESSID:"d51085108"  
              Mode:Managed  Frequency:2.452 GHz  Access Point: 10:FE:ED:EC:B6:4A   
              Bit Rate=150 Mb/s   Tx-Power=20 dBm   
              Retry short limit:7   RTS thr:off   Fragment thr:off
              Power Management:off
              Link Quality=70/70  Signal level=41 dBm  
              Rx invalid nwid:0  Rx invalid crypt:0  Rx invalid frag:0
              Tx excessive retries:318  Invalid misc:1853   Missed beacon:0

    enp2s0f1  no wireless extensions.

Eu tinha instalado o driver MT7630e, alguns dias atrás eu ainda podia ver o wifi sob a conexão do fio, mas eu recebi um erro como falha ao conectar. Agora ele exibe o dispositivo não pode gerenciar.

Eu já havia tentado várias sugestões antes.

Adicione a saída de ifconfig

enp2s0f1  Link encap:Ethernet  HWaddr 78:24:af:74:17:e4  
          inet addr:192.168.0.105  Bcast:192.168.0.255  Mask:255.255.255.0
          inet6 addr: fe80::fd69:3920:2812:4052/64 Scope:Link
          UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
          RX packets:68 errors:0 dropped:0 overruns:0 frame:0
          TX packets:88 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:1000 
          RX bytes:8489 (8.4 KB)  TX bytes:11254 (11.2 KB)

lo        Link encap:Local Loopback  
          inet addr:127.0.0.1  Mask:255.0.0.0
          inet6 addr: ::1/128 Scope:Host
          UP LOOPBACK RUNNING  MTU:65536  Metric:1
          RX packets:365 errors:0 dropped:0 overruns:0 frame:0
          TX packets:365 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:1 
          RX bytes:30507 (30.5 KB)  TX bytes:30507 (30.5 KB)

wlp3s0f0  Link encap:Ethernet  HWaddr 90:48:9a:d7:2d:59  
          inet addr:192.168.0.104  Bcast:192.168.0.255  Mask:255.255.255.0
          inet6 addr: fe80::9248:9aff:fed7:2d59/64 Scope:Link
          UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
          RX packets:7058 errors:0 dropped:0 overruns:0 frame:0
          TX packets:4710 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:1000 
          RX bytes:7698547 (7.6 MB)  TX bytes:830134 (830.1 KB)

e a saída de ping -c3 www.ubuntu.com

PING www.ubuntu.com (91.189.89.115) 56(84) bytes of data.
64 bytes from www-ubuntu-com.privet.canonical.com (91.189.89.115): icmp_seq=1 ttl=46 time=270 ms
64 bytes from www-ubuntu-com.privet.canonical.com (91.189.89.115): icmp_seq=2 ttl=46 time=269 ms
64 bytes from www-ubuntu-com.privet.canonical.com (91.189.89.115): icmp_seq=3 ttl=46 time=270 ms

--- www.ubuntu.com ping statistics ---
3 packets transmitted, 3 received, 0% packet loss, time 2000ms
rtt min/avg/max/mdev = 269.768/270.210/270.682/0.707 ms

Esta foi a saída depois que eu desconectei a ethernet, reiniciei e repeti os testes.

PING www.ubuntu.com (91.189.89.115) 56(84) bytes of data.
64 bytes from www-ubuntu-com.privet.canonical.com (91.189.89.115): icmp_seq=1 ttl=48 time=306 ms
64 bytes from www-ubuntu-com.privet.canonical.com (91.189.89.115): icmp_seq=2 ttl=48 time=306 ms
64 bytes from www-ubuntu-com.privet.canonical.com (91.189.89.115): icmp_seq=3 ttl=48 time=307 ms

--- www.ubuntu.com ping statistics ---
3 packets transmitted, 3 received, 0% packet loss, time 2002ms
rtt min/avg/max/mdev = 306.443/306.948/307.782/0.746 ms

Eu não entendi, a interface do sistema na parte superior direita mostra que não estou conectado nem a ethernet nem a wifi, mas agora estou editando meu post.

Eu adicionei essas linhas em /etc/network/interfaces antes de retornar o arquivo para o estado padrão, talvez eu devesse adicioná-las de volta?

auto wlp3s0f0
iface wlp3s0f0 inet dhcp
    wpa-ssid SSID
    wpa-psk PASSWORD

Reinicialize com o ethernet desconectado, o Network Manager mostra que eu tenho wifi, mas não estou realmente conectado, o Chrome diz que eu não tenho conexão.

$ lsmod | grep mt76

mt7630e               180224  0
mt76xx                 20480  0
mac80211              737280  1 mt7630e
cfg80211              565248  2 mac80211,mt7630e
eeprom_93cx6           16384  1 mt7630e
crc_ccitt              16384  1 mt7630e


$ rfkill list all

0: phy0: Wireless LAN
    Soft blocked: no
    Hard blocked: no
1: asus-wlan: Wireless LAN
    Soft blocked: no
    Hard blocked: no
2: asus-bluetooth: Bluetooth
    Soft blocked: no
    Hard blocked: no
3: hci0: Bluetooth
    Soft blocked: no
    Hard blocked: no

$ ping -c3 www.ubuntu.com

ping: bad number of packets to transmit.
    
por Franlio 20.01.2017 / 05:40

1 resposta

1

% bl0ck_qu0te%

Verifique as configurações no Network Manager e em outros lugares que determinam se o NM gerenciará sua interface sem fio.

gksudo gedit /etc/NetworkManager/NetworkManager.conf 

Use nano ou kate ou leafpad se você não tiver o editor de texto gedit. Certifique-se de que o arquivo inclui:

managed=false

Se disser o contrário, altere-o, revise cuidadosamente, salve e feche o editor de texto.

Além disso:

sudo gedit /etc/network/interfaces

Retorna o arquivo ao seu estado padrão:

# interfaces(5) file used by ifup(8) and ifdown(8)
auto lo
iface lo inet loopback

Se você fez alguma alteração, revise cuidadosamente, salve e feche o editor de texto.

Reiniciar o NM:

sudo service network-manager restart

Existe alguma melhoria?

    
por chili555 22.01.2017 / 14:55