Falha na conexão com fio após atualização para o Ubuntu 14.04

0

Meu sistema foi atualizado de 12 a 14.04 hoje.
Eu executei apt-get upgrade , que corrigiu a GUI quebrada
No entanto, minha conexão com fio falhou depois disso.

O Ubuntu continua tentando se conectar à Internet e falha com:

Disconnected - you are now offline" shows up continuously.

Aqui estão algumas informações para referência.

$ ifconfig
eth0      Link encap:Ethernet  HWaddr e0:3f:49:e6:ff:64  
          inet6 addr: fe80::e23f:49ff:fee6:ff64/64 Scope:Link
          UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
          RX packets:0 errors:0 dropped:0 overruns:0 frame:0
          TX packets:325 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:1000 
          RX bytes:0 (0.0 B)  TX bytes:64499 (64.4 KB)
          Interrupt:20 Memory:f7c00000-f7c20000 

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:288 errors:0 dropped:0 overruns:0 frame:0
          TX packets:288 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:0 
          RX bytes:69793 (69.7 KB)  TX bytes:69793 (69.7 KB)


$ sudo lshw -C network
  *-network               
       description: Ethernet interface
       product: Ethernet Connection I217-V
       vendor: Intel Corporation
       physical id: 19
       bus info: pci@0000:00:19.0
       logical name: eth0
       version: 05
       serial: e0:3f:49:e6:ff:64
       size: 10Mbit/s
       capacity: 1Gbit/s
       width: 32 bits
       clock: 33MHz
       capabilities: pm msi bus_master cap_list ethernet physical tp 10bt 10bt-fd 100bt 100bt-fd 1000bt-fd autonegotiation
       configuration: autonegotiation=on broadcast=yes driver=e1000e driverversion=2.3.2-k duplex=full firmware=0.13-4 latency=0 link=yes multicast=yes port=twisted pair speed=10Mbit/s
       resources: irq:43 memory:f7c00000-f7c1ffff memory:f7c3d000-f7c3dfff ioport:f080(size=32)


$ route -n
Kernel IP routing table
Destination     Gateway         Genmask         Flags Metric Ref    Use Iface


$ ping -c4 www.google.com
ping: unknown host www.google.com

Como posso corrigir isso?

Aqui estão as informações atualizadas.

$ cat /etc/network/interfaces
iface lo inet loopback

$ ping 8.8.8.8
connect: Network is unreachable

$ nmcli c list
NAME                      UUID                                   TYPE              TIMESTAMP-REAL                    
nameofconnection          34b17d84-0ff5-4f79-9432-6c3cecc65846   802-11-wireless   never                             
Wired connection 1        35545dbf-7dd6-4f28-bb3e-a8016a5bd3e4   802-3-ethernet    Tue 08 Nov 2016 08:24:56 PM CST  

Observação: ignore a parte da conexão sem fio, não posso usá-la agora.

    
por Wayne 08.11.2016 / 13:44

0 respostas