Wired ethernet either not detected or unmanaged
![Creative The name of the picture](https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgO9GURib1T8z7lCwjOGLQaGtrueEthgQ8LO42ZX8cOfTqDK4jvDDpKkLFwf2J49kYCMNW7d4ABih_XCb_2UXdq5fPJDkoyg7-8g_YfRUot-XnaXkNYycsNp7lA5_TW9td0FFpLQ2APzKcZ/s1600/1.jpg)
![Creative The name of the picture](https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhYQ0N5W1qAOxLP7t7iOM6O6AzbZnkXUy16s7P_CWfOb5UbTQY_aDsc727chyphenhyphen5W4IppVNernMMQeaUFTB_rFzAd95_CDt-tnwN-nBx6JyUp2duGjPaL5-VgNO41AVsA_vu30EJcipdDG409/s400/Clash+Royale+CLAN+TAG%2523URR8PPP.png)
up vote
1
down vote
favorite
This is a really weird situation - I think for some reason the ethernet connection name changed from eth0
to eno1
when I updated ubuntu. I added those changes to the etc/nework file and changed managed=true
in NetworkManager.conf file, but even when the network is identiified and even seems to have an IP, there is not connection. Here's the output:
ifconfig -a
eno1 Link encap:Ethernet HWaddr f8:ca:b8:18:a2:65
UP BROADCAST MULTICAST MTU:1500 Metric:1
RX packets:0 errors:0 dropped:0 overruns:0 frame:0
TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:0 (0.0 B) TX bytes:0 (0.0 B)
Interrupt:20 Memory:f7200000-f7220000
eno1:avahi Link encap:Ethernet HWaddr f8:ca:b8:18:a2:65
inet addr:169.254.8.4 Bcast:169.254.255.255 Mask:255.255.0.0
UP BROADCAST MULTICAST MTU:1500 Metric:1
Interrupt:20 Memory:f7200000-f7220000
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:3304 errors:0 dropped:0 overruns:0 frame:0
TX packets:3304 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:261552 (261.5 KB) TX bytes:261552 (261.5 KB)
wlp2s0 Link encap:Ethernet HWaddr 48:e2:44:a9:9b:f5
inet addr:147.252.138.6 Bcast:147.252.143.255 Mask:255.255.248.0
inet6 addr: fe80::18e8:aa01:40ec:701/64 Scope:Link
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:57219 errors:0 dropped:0 overruns:0 frame:0
TX packets:17844 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:36931306 (36.9 MB) TX bytes:2883308 (2.8 MB)
lspci -knn | grep Eth -A3
00:19.0 Ethernet controller [0200]: Intel Corporation Ethernet Connection (3) I218-LM [8086:15a2] (rev 03)
DeviceName: Onboard LAN
Subsystem: Dell Ethernet Connection (3) I218-LM [1028:062b]
Kernel driver in use: e1000e
Kernel modules: e1000e
00:1b.0 Audio device [0403]: Intel Corporation Wildcat Point-LP High Definition Audio Controller [8086:9ca0] (rev 03)
NetworkManager.conf:
[main]
plugins=ifupdown,keyfile,ofono
dns=dnsmasq
[ifupdown]
managed=true
etc/interfaces:
# interfaces(5) file used by ifup(8) and ifdown(8)
auto lo
iface lo inet loopback
# The primary network interface
auto eth0
iface eth0 inet dhcp
auto eth1
iface eth1 inet dhcp
auto eno1
iface eno1 inet dhcp
16.04 networking network-manager ethernet wired
add a comment |Â
up vote
1
down vote
favorite
This is a really weird situation - I think for some reason the ethernet connection name changed from eth0
to eno1
when I updated ubuntu. I added those changes to the etc/nework file and changed managed=true
in NetworkManager.conf file, but even when the network is identiified and even seems to have an IP, there is not connection. Here's the output:
ifconfig -a
eno1 Link encap:Ethernet HWaddr f8:ca:b8:18:a2:65
UP BROADCAST MULTICAST MTU:1500 Metric:1
RX packets:0 errors:0 dropped:0 overruns:0 frame:0
TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:0 (0.0 B) TX bytes:0 (0.0 B)
Interrupt:20 Memory:f7200000-f7220000
eno1:avahi Link encap:Ethernet HWaddr f8:ca:b8:18:a2:65
inet addr:169.254.8.4 Bcast:169.254.255.255 Mask:255.255.0.0
UP BROADCAST MULTICAST MTU:1500 Metric:1
Interrupt:20 Memory:f7200000-f7220000
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:3304 errors:0 dropped:0 overruns:0 frame:0
TX packets:3304 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:261552 (261.5 KB) TX bytes:261552 (261.5 KB)
wlp2s0 Link encap:Ethernet HWaddr 48:e2:44:a9:9b:f5
inet addr:147.252.138.6 Bcast:147.252.143.255 Mask:255.255.248.0
inet6 addr: fe80::18e8:aa01:40ec:701/64 Scope:Link
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:57219 errors:0 dropped:0 overruns:0 frame:0
TX packets:17844 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:36931306 (36.9 MB) TX bytes:2883308 (2.8 MB)
lspci -knn | grep Eth -A3
00:19.0 Ethernet controller [0200]: Intel Corporation Ethernet Connection (3) I218-LM [8086:15a2] (rev 03)
DeviceName: Onboard LAN
Subsystem: Dell Ethernet Connection (3) I218-LM [1028:062b]
Kernel driver in use: e1000e
Kernel modules: e1000e
00:1b.0 Audio device [0403]: Intel Corporation Wildcat Point-LP High Definition Audio Controller [8086:9ca0] (rev 03)
NetworkManager.conf:
[main]
plugins=ifupdown,keyfile,ofono
dns=dnsmasq
[ifupdown]
managed=true
etc/interfaces:
# interfaces(5) file used by ifup(8) and ifdown(8)
auto lo
iface lo inet loopback
# The primary network interface
auto eth0
iface eth0 inet dhcp
auto eth1
iface eth1 inet dhcp
auto eno1
iface eno1 inet dhcp
16.04 networking network-manager ethernet wired
Is the connection working?
â prab4th
Mar 12 at 12:26
add a comment |Â
up vote
1
down vote
favorite
up vote
1
down vote
favorite
This is a really weird situation - I think for some reason the ethernet connection name changed from eth0
to eno1
when I updated ubuntu. I added those changes to the etc/nework file and changed managed=true
in NetworkManager.conf file, but even when the network is identiified and even seems to have an IP, there is not connection. Here's the output:
ifconfig -a
eno1 Link encap:Ethernet HWaddr f8:ca:b8:18:a2:65
UP BROADCAST MULTICAST MTU:1500 Metric:1
RX packets:0 errors:0 dropped:0 overruns:0 frame:0
TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:0 (0.0 B) TX bytes:0 (0.0 B)
Interrupt:20 Memory:f7200000-f7220000
eno1:avahi Link encap:Ethernet HWaddr f8:ca:b8:18:a2:65
inet addr:169.254.8.4 Bcast:169.254.255.255 Mask:255.255.0.0
UP BROADCAST MULTICAST MTU:1500 Metric:1
Interrupt:20 Memory:f7200000-f7220000
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:3304 errors:0 dropped:0 overruns:0 frame:0
TX packets:3304 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:261552 (261.5 KB) TX bytes:261552 (261.5 KB)
wlp2s0 Link encap:Ethernet HWaddr 48:e2:44:a9:9b:f5
inet addr:147.252.138.6 Bcast:147.252.143.255 Mask:255.255.248.0
inet6 addr: fe80::18e8:aa01:40ec:701/64 Scope:Link
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:57219 errors:0 dropped:0 overruns:0 frame:0
TX packets:17844 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:36931306 (36.9 MB) TX bytes:2883308 (2.8 MB)
lspci -knn | grep Eth -A3
00:19.0 Ethernet controller [0200]: Intel Corporation Ethernet Connection (3) I218-LM [8086:15a2] (rev 03)
DeviceName: Onboard LAN
Subsystem: Dell Ethernet Connection (3) I218-LM [1028:062b]
Kernel driver in use: e1000e
Kernel modules: e1000e
00:1b.0 Audio device [0403]: Intel Corporation Wildcat Point-LP High Definition Audio Controller [8086:9ca0] (rev 03)
NetworkManager.conf:
[main]
plugins=ifupdown,keyfile,ofono
dns=dnsmasq
[ifupdown]
managed=true
etc/interfaces:
# interfaces(5) file used by ifup(8) and ifdown(8)
auto lo
iface lo inet loopback
# The primary network interface
auto eth0
iface eth0 inet dhcp
auto eth1
iface eth1 inet dhcp
auto eno1
iface eno1 inet dhcp
16.04 networking network-manager ethernet wired
This is a really weird situation - I think for some reason the ethernet connection name changed from eth0
to eno1
when I updated ubuntu. I added those changes to the etc/nework file and changed managed=true
in NetworkManager.conf file, but even when the network is identiified and even seems to have an IP, there is not connection. Here's the output:
ifconfig -a
eno1 Link encap:Ethernet HWaddr f8:ca:b8:18:a2:65
UP BROADCAST MULTICAST MTU:1500 Metric:1
RX packets:0 errors:0 dropped:0 overruns:0 frame:0
TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:0 (0.0 B) TX bytes:0 (0.0 B)
Interrupt:20 Memory:f7200000-f7220000
eno1:avahi Link encap:Ethernet HWaddr f8:ca:b8:18:a2:65
inet addr:169.254.8.4 Bcast:169.254.255.255 Mask:255.255.0.0
UP BROADCAST MULTICAST MTU:1500 Metric:1
Interrupt:20 Memory:f7200000-f7220000
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:3304 errors:0 dropped:0 overruns:0 frame:0
TX packets:3304 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:261552 (261.5 KB) TX bytes:261552 (261.5 KB)
wlp2s0 Link encap:Ethernet HWaddr 48:e2:44:a9:9b:f5
inet addr:147.252.138.6 Bcast:147.252.143.255 Mask:255.255.248.0
inet6 addr: fe80::18e8:aa01:40ec:701/64 Scope:Link
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:57219 errors:0 dropped:0 overruns:0 frame:0
TX packets:17844 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:36931306 (36.9 MB) TX bytes:2883308 (2.8 MB)
lspci -knn | grep Eth -A3
00:19.0 Ethernet controller [0200]: Intel Corporation Ethernet Connection (3) I218-LM [8086:15a2] (rev 03)
DeviceName: Onboard LAN
Subsystem: Dell Ethernet Connection (3) I218-LM [1028:062b]
Kernel driver in use: e1000e
Kernel modules: e1000e
00:1b.0 Audio device [0403]: Intel Corporation Wildcat Point-LP High Definition Audio Controller [8086:9ca0] (rev 03)
NetworkManager.conf:
[main]
plugins=ifupdown,keyfile,ofono
dns=dnsmasq
[ifupdown]
managed=true
etc/interfaces:
# interfaces(5) file used by ifup(8) and ifdown(8)
auto lo
iface lo inet loopback
# The primary network interface
auto eth0
iface eth0 inet dhcp
auto eth1
iface eth1 inet dhcp
auto eno1
iface eno1 inet dhcp
16.04 networking network-manager ethernet wired
16.04 networking network-manager ethernet wired
asked Feb 6 at 12:30
Alex
1067
1067
Is the connection working?
â prab4th
Mar 12 at 12:26
add a comment |Â
Is the connection working?
â prab4th
Mar 12 at 12:26
Is the connection working?
â prab4th
Mar 12 at 12:26
Is the connection working?
â prab4th
Mar 12 at 12:26
add a comment |Â
1 Answer
1
active
oldest
votes
up vote
0
down vote
Is the connection working? Some time back ubuntu switched to systemd and that change moved from naming wired connections with predictable names. Now the wired connections are named with something starting with en
and wireless networks with wl
. Your ethernet is named eno1
.
add a comment |Â
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
up vote
0
down vote
Is the connection working? Some time back ubuntu switched to systemd and that change moved from naming wired connections with predictable names. Now the wired connections are named with something starting with en
and wireless networks with wl
. Your ethernet is named eno1
.
add a comment |Â
up vote
0
down vote
Is the connection working? Some time back ubuntu switched to systemd and that change moved from naming wired connections with predictable names. Now the wired connections are named with something starting with en
and wireless networks with wl
. Your ethernet is named eno1
.
add a comment |Â
up vote
0
down vote
up vote
0
down vote
Is the connection working? Some time back ubuntu switched to systemd and that change moved from naming wired connections with predictable names. Now the wired connections are named with something starting with en
and wireless networks with wl
. Your ethernet is named eno1
.
Is the connection working? Some time back ubuntu switched to systemd and that change moved from naming wired connections with predictable names. Now the wired connections are named with something starting with en
and wireless networks with wl
. Your ethernet is named eno1
.
answered Mar 12 at 12:34
prab4th
3291316
3291316
add a comment |Â
add a comment |Â
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
var $window = $(window),
onScroll = function(e)
var $elem = $('.new-login-left'),
docViewTop = $window.scrollTop(),
docViewBottom = docViewTop + $window.height(),
elemTop = $elem.offset().top,
elemBottom = elemTop + $elem.height();
if ((docViewTop elemBottom))
StackExchange.using('gps', function() StackExchange.gps.track('embedded_signup_form.view', location: 'question_page' ); );
$window.unbind('scroll', onScroll);
;
$window.on('scroll', onScroll);
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f1003537%2fwired-ethernet-either-not-detected-or-unmanaged%23new-answer', 'question_page');
);
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
var $window = $(window),
onScroll = function(e)
var $elem = $('.new-login-left'),
docViewTop = $window.scrollTop(),
docViewBottom = docViewTop + $window.height(),
elemTop = $elem.offset().top,
elemBottom = elemTop + $elem.height();
if ((docViewTop elemBottom))
StackExchange.using('gps', function() StackExchange.gps.track('embedded_signup_form.view', location: 'question_page' ); );
$window.unbind('scroll', onScroll);
;
$window.on('scroll', onScroll);
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
var $window = $(window),
onScroll = function(e)
var $elem = $('.new-login-left'),
docViewTop = $window.scrollTop(),
docViewBottom = docViewTop + $window.height(),
elemTop = $elem.offset().top,
elemBottom = elemTop + $elem.height();
if ((docViewTop elemBottom))
StackExchange.using('gps', function() StackExchange.gps.track('embedded_signup_form.view', location: 'question_page' ); );
$window.unbind('scroll', onScroll);
;
$window.on('scroll', onScroll);
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
var $window = $(window),
onScroll = function(e)
var $elem = $('.new-login-left'),
docViewTop = $window.scrollTop(),
docViewBottom = docViewTop + $window.height(),
elemTop = $elem.offset().top,
elemBottom = elemTop + $elem.height();
if ((docViewTop elemBottom))
StackExchange.using('gps', function() StackExchange.gps.track('embedded_signup_form.view', location: 'question_page' ); );
$window.unbind('scroll', onScroll);
;
$window.on('scroll', onScroll);
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Is the connection working?
â prab4th
Mar 12 at 12:26