I just upgraded my test and development VM to 15.10, and I lost my network device eth0
.
ifconfig
just reports the loopback device adapter, yet lspci
reports the Intel network controller is there.
I just upgraded my test and development VM to 15.10, and I lost my network device eth0
.
ifconfig
just reports the loopback device adapter, yet lspci
reports the Intel network controller is there.
The network adapter was renamed from
eth0
toenp0s3
.I found this out by using
dmesg | grep eth0
.I then updated the file
/etc/network/interfaces
by changingeth0
toenp0s3
.