Eu uso o Ubuntu 14.04 / Windows 8.1 de inicialização dupla. Eu formatei o Windows, mas o grub não captou o Windows. Então eu usei boot-repair
e funcionou bem, exceto uma coisa ...
O Ubuntu não detecta eth0
depois que eu usei boot-repair
.
O Windows (via dual-boot) e o liveUSB (Ubuntu) detectam e podem usar Ethernet, mas o Ubuntu não pode.
Configurações
$ ifconfig
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:1596 errors:0 dropped:0 overruns:0 frame:0
TX packets:1596 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
RX bytes:120128 (120.1 KB) TX bytes:120128 (120.1 KB)
$ lshw -C network
*-network UNCLAIMED
description: Ethernet controller
product: RTL8111/8168/8411 PCI Express Gigabit Ethernet Controller
vendor: Realtek Semiconductor Co., Ltd.
physical id: 0
bus info: pci@0000:03:00.0
version: 0c
width: 64 bits
clock: 33MHz
capabilities: pm msi pciexpress msix vpd bus_master cap_list
configuration: latency=0
resources: ioport:d000(size=256) memory:f6100000-f6100fff memory:ec100000-ec103fff
$ cat /etc/network/interfaces
# interfaces(5) file used by ifup(8) and ifdown(8)
auto lo
iface lo inet loopback
Quando eu excedo dmesg | grep eth0
, ele não exibe resultados. mas lspci | grep Ethernet
tem um resultado como abaixo.
03:00.0 Ethernet controller: Realtek Semiconductor Co., Ltd. RTL8111/8168/8411 PCI Express Gigabit Ethernet Controller (rev 0c)
Como posso corrigir isso?