Eu tenho o Ubuntu 16.04 e o módulo do kernel r8101 executando o meu controlador Ethernet. Meu problema é que minha interface eth0 está sempre em um estado DOWN, dmesg | eth0
mostra
root@controller:~# dmesg | grep eth0
[ 679.680412] eth0: Identified chip type is 'RTL8106E'.
[ 693.990288] eth0: 0xffffc90000d24000, 20:47:47:4e:3d:82, IRQ 46
[ 694.136398] IPv6: ADDRCONF(NETDEV_UP): eth0: link is not ready
[21725.426834] device eth0 entered promiscuous mode
[22601.427648] brq93fbe497-9e: port 1(eth0) entered disabled state
[22604.329345] eth0: 0xffffc90000d24000, 20:47:47:4e:3d:82, IRQ 46
[22604.469793] IPv6: ADDRCONF(NETDEV_UP): eth0: link is not ready
[23015.888641] IPv6: ADDRCONF(NETDEV_UP): eth0: link is not ready
[23727.415453] brq93fbe497-9e: port 1(eth0) entered disabled state
[23733.953087] IPv6: ADDRCONF(NETDEV_UP): eth0: link is not ready
[23733.953452] eth0: 0xffffc90000d24000, 20:47:47:4e:3d:82, IRQ 46
[23734.076573] IPv6: ADDRCONF(NETDEV_UP): eth0: link is not ready
[23744.937540] brq93fbe497-9e: port 1(eth0) entered disabled state
[23747.916793] IPv6: ADDRCONF(NETDEV_UP): eth0: link is not ready
[23747.917751] eth0: 0xffffc90000d24000, 20:47:47:4e:3d:82, IRQ 46
[23748.042896] IPv6: ADDRCONF(NETDEV_UP): eth0: link is not ready
Eu já tentei editar o / etc / network / interfaces, executando o comando ifconfig eth0 up
com o NetworkManager desligado - sem resultado.
Estou usando a interface wlan0 para WiFi, mas também preciso da eth0 para interligar interfaces virtuais.
Existe algo que eu possa fazer com isso?
Obrigado antecipadamente!