Eu iniciei o meu computador ontem. Tudo funciona bem, exceto que a conexão com a internet continua desconectando. Na verdade, nunca se conecta. Ele fica offline constantemente.
Eu li vários tópicos e nada funcionou. Aqui estão algumas informações -
ifconfig -a
eno1 Link encap:Ethernet HWaddr 14:dd:a9:7e:5e:a8
inet6 addr: fe80::b5a8:8559:5f56:d0ff/64 Scope:Link
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:96 errors:0 dropped:0 overruns:0 frame:0
TX packets:377 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:7730 (7.7 KB) TX bytes:69310 (69.3 KB)
Interrupt:20 Memory:f7100000-f7120000
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:3645 errors:0 dropped:0 overruns:0 frame:0
TX packets:3645 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1
RX bytes:269510 (269.5 KB) TX bytes:269510 (269.5 KB)
sudo lshw -c rede
*-network
description: Ethernet interface
product: Ethernet Connection (2) I218-V
vendor: Intel Corporation
physical id: 19
bus info: pci@0000:00:19.0
logical name: eno1
version: 05
serial: 14:dd:a9:7e:5e:a8
size: 100Mbit/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=3.2.6-k duplex=full firmware=0.1-4 latency=0 link=yes multicast=yes port=twisted pair speed=100Mbit/s
resources: irq:27 memory:f7100000-f711ffff memory:f7138000-f7138fff ioport:f040(size=32)
cat / etc / network / interfaces
# interfaces(5) file used by ifup(8) and ifdown(8)
auto lo
iface lo inet loopback
auto eno1
iface eno1 inet dhcp
Qualquer ajuda é apreciada!
Edit: Eu gostaria de acrescentar que o dispositivo eth0 não existe para mim.
Editar: mudou de eth0 para eno1 em / network / interfaces. Não resolveu o problema.