Não é possível conectar-se à internet usando o Wired Connection 1 no ubuntu 17.10

0

Estou usando uma inicialização dupla com o laptop Windows. Poucos dias atrás eu estava trabalhando em janelas e tive que deixar minha casa por algumas horas. Quando voltei, encontrei o laptop foi drenado. Liguei o laptop e iniciei no Ubuntu e notei que a conexão com fio não conseguiu obter nenhum IP do meu roteador. Eu verifiquei a saída ifconfig e descobri que ela mudou um pouco.

No entanto, consegui me conectar usando minha conexão sem fio.

$ ifconfig
eth0: flags=4163<UP,BROADCAST,RUNNING,MULTICAST>  mtu 1500
    inet6 fdae:3a7:a3af:0:bcf9:f7cd:fd9d:83e5  prefixlen 64  scopeid 0x0<global>
    inet6 fe80::b1a5:cbef:6610:85c7  prefixlen 64  scopeid 0x20<link>
    inet6 fdae:3a7:a3af:0:a170:107c:4c6f:8428  prefixlen 64  scopeid 0x0<global>
    ether 38:60:77:51:da:d5  txqueuelen 1000  (Ethernet)
    RX packets 232  bytes 32364 (32.3 KB)
    RX errors 0  dropped 0  overruns 0  frame 0
    TX packets 302  bytes 47768 (47.7 KB)
    TX errors 0  dropped 0 overruns 0  carrier 5  collisions 0

lo: flags=73<UP,LOOPBACK,RUNNING>  mtu 65536
    inet 127.0.0.1  netmask 255.0.0.0
    inet6 ::1  prefixlen 128  scopeid 0x10<host>
    loop  txqueuelen 1000  (Local Loopback)
    RX packets 2010  bytes 148576 (148.5 KB)
    RX errors 0  dropped 0  overruns 0  frame 0
    TX packets 2010  bytes 148576 (148.5 KB)
    TX errors 0  dropped 0 overruns 0  carrier 0  collisions 0

wlan0: flags=4163<UP,BROADCAST,RUNNING,MULTICAST>  mtu 1500
    inet 192.168.1.110  netmask 255.255.255.0  broadcast 192.168.1.255
    inet6 fdae:3a7:a3af:0:e291:53ff:fe61:d7f3  prefixlen 64  scopeid 0x0<global>
    inet6 fe80::e291:53ff:fe61:d7f3  prefixlen 64  scopeid 0x20<link>
    ether e0:91:53:61:d7:f3  txqueuelen 1000  (Ethernet)
    RX packets 9582  bytes 6163420 (6.1 MB)
    RX errors 0  dropped 0  overruns 0  frame 0
    TX packets 8795  bytes 2024347 (2.0 MB)
    TX errors 0  dropped 0 overruns 0  carrier 0  collisions 0

Inicialmente, tentei reiniciar o gerenciador de rede, mas não houve efeito.

Eu adicionei detalhes da interface ethernet em /etc/network/interfaces e reiniciei o network-manager.

auto eth0
iface eth0 inet dhcp

Desta vez, observei que minha conexão com fio se tornou não gerenciada. Após algumas pesquisas, alterei [ifupdown] para true em /etc/NetworkManager/NetworkManager.conf e reiniciei meu laptop.

[ifupdown]
managed=true

Também não consegui me conectar e reverti todas as alterações. Qualquer ajuda sobre esta questão seria muito apreciada.

Também anexando lshw -C network e lspci -nnk | grep -iEA3 "(network|wireless|ethernet)" output abaixo.

$ sudo lshw -C network
*-network                 
   description: Wireless interface
   product: AR9285 Wireless Network Adapter (PCI-Express)
   vendor: Qualcomm Atheros
   physical id: 0
   bus info: pci@0000:02:00.0
   logical name: wlan0
   version: 01
   serial: e0:91:53:61:d7:f3
   width: 64 bits
   clock: 33MHz
   capabilities: pm msi pciexpress bus_master cap_list ethernet physical wireless
   configuration: broadcast=yes driver=ath9k driverversion=4.13.0-17-generic firmware=N/A ip=192.168.1.110 latency=0 link=yes multicast=yes wireless=IEEE 802.11
   resources: irq:17 memory:f6800000-f680ffff
*-network
   description: Ethernet interface
   product: AR8151 v2.0 Gigabit Ethernet
   vendor: Qualcomm Atheros
   physical id: 0
   bus info: pci@0000:04:00.0
   logical name: eth0
   version: c0
   serial: 38:60:77:51:da:d5
   size: 100Mbit/s
   capacity: 1Gbit/s
   width: 64 bits
   clock: 33MHz
   capabilities: pm msi pciexpress vpd bus_master cap_list ethernet physical tp 10bt 10bt-fd 100bt 100bt-fd 1000bt-fd autonegotiation
   configuration: autonegotiation=on broadcast=yes driver=atl1c driverversion=1.0.1.1-NAPI duplex=full latency=0 link=yes multicast=yes port=twisted pair speed=100Mbit/s
   resources: irq:33 memory:f5400000-f543ffff ioport:a000(size=128)


$ lspci -nnk | grep -iEA3 "(network|wireless|ethernet)"
02:00.0 Network controller [0280]: Qualcomm Atheros AR9285 Wireless 
Network Adapter (PCI-Express) [168c:002b] (rev 01)
Subsystem: XAVi Technologies Corp. WB214E 802.11bgn Wireless Half-size 
Mini PCIe Card [AR9002WB-1NGCD] [1b9a:0c03]
Kernel driver in use: ath9k
Kernel modules: ath9k
03:00.0 USB controller [0c03]: NEC Corporation uPD720200 USB 3.0 Host 
Controller [1033:0194] (rev 04)
--
04:00.0 Ethernet controller [0200]: Qualcomm Atheros AR8151 v2.0 
Gigabit Ethernet [1969:1083] (rev c0)
Subsystem: Pegatron AR8151 v2.0 Gigabit Ethernet [1b0a:208d]
Kernel driver in use: atl1c
Kernel modules: atl1c
    
por rn1891 22.11.2017 / 07:20

1 resposta

0

Como o serviço dhcp não está funcionando, tente o seguinte: link

Espero que faça

Guy

    
por Guy . D 23.11.2017 / 20:10