Eu estava recebendo o mesmo erro para minha interface chamada p5p1
.
A execução de lshw -C network
gerou uma saída semelhante à seguinte (a interface funciona agora, portanto, alguns detalhes serão diferentes):
*-network
description: Ethernet interface
product: RTL8111/8168/8411 PCI Express Gigabit Ethernet Controller
vendor: Realtek Semiconductor Co., Ltd.
physical id: 0
bus info: pci@0000:02:00.0
logical name: p4p1
version: 06
serial: 18:67:b0:df:4e:68
size: 1Gbit/s
capacity: 1Gbit/s
width: 64 bits
clock: 33MHz
capabilities: bus_master cap_list ethernet physical tp mii 10bt 10bt-fd 100bt 100bt-fd 1000bt 1000bt-fd autonegotiation
configuration: autonegotiation=on broadcast=yes driver=r8169 driverversion=2.3LK-NAPI duplex=full firmware=rtl8168e-3_0.0.4 03/27/12 ip=10.1.2.228 latency=0 link=yes multicast=yes port=MII speed=1Gbit/s
resources: irq:27 ioport:e000(size=256) memory:f0004000-f0004fff memory:f0000000-f0003fff
A linha pertinente é logical name: p4p1
. De alguma forma, a rede foi configurada para ativar a interface p5p1, mas o sistema operacional está reconhecendo o dispositivo como p4p1.
Eu atualizei / etc / network / interfaces para substituir p5p1 para p4p1 e redefinir os serviços de rede. A interface surgiu sem problema.