conexão ethernet não está aparecendo na barra de menu superior no ubuntu 14.04

0

Eu estou no Ubuntu 14.04 (em dual boot com 16.04). Estou conectado a um roteador. quando tento conectar-me à ethernet usando as conexões de rede no topo da barra de menu, não consigo encontrar a conexão listada. somente auto-ethernot é exibido na lista. No entanto, se clicar em "editar conexões", poderei ver a conexão necessária. Isso não parece ser um problema de roteador ou um problema de placa de lan, já que eu posso conectar a ethernet quando eu inicializo no Ubuntu 16.04.

Outra IMPORTANTE informação é que eu tinha clonado o disco rígido da instalação do Ubuntu em uma máquina diferente para esta máquina.

Eu listo abaixo alguns testes básicos que fiz:

sudo lshw -C network
  *-network               
       description: Ethernet interface
       product: 82579V Gigabit Network Connection
       vendor: Intel Corporation
       physical id: 19
       bus info: pci@0000:00:19.0
       logical name: eth1
       version: 04
       serial: 4c:72:b9:31:ea:0c
       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=half firmware=0.13-5 latency=0 link=yes multicast=yes port=twisted pair speed=10Mbit/s
       resources: irq:42 memory:f7100000-f711ffff memory:f7138000-f7138fff ioport:f020(size=32)



lspci | grep Ethernet
00:19.0 Ethernet controller: Intel Corporation 82579V Gigabit Network Connection (rev 04)



ifconfig eth1
eth1      Link encap:Ethernet  HWaddr 4c:72:b9:31:ea:0c  
          inet6 addr: fe80::4e72:b9ff:fe31:ea0c/64 Scope:Link
          UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
          RX packets:2658571 errors:7 dropped:3918 overruns:0 frame:7
          TX packets:798405 errors:115 dropped:0 overruns:0 carrier:115
          collisions:357614 txqueuelen:1000 
          RX bytes:1952910470 (1.9 GB)  TX bytes:73398243 (73.3 MB)
          Interrupt:20 Memory:f7100000-f7120000



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


cat /etc/resolv.conf 
# Dynamic resolv.conf(5) file for glibc resolver(3) generated by resolvconf(8)
#     DO NOT EDIT THIS FILE BY HAND -- YOUR CHANGES WILL BE OVERWRITTEN


ls -la /etc/resolvconf/resolv.conf.d/base 
-rw-r--r-- 1 root root 0 Dec 13  2012 /etc/resolvconf/resolv.conf.d/base
    
por user27665 25.01.2017 / 20:20

0 respostas