Ethernet connection not showing up

Hi,

My ethernet connection does not show up, only the wifi does. How do I enable it ?

$ inxi -Nazy
Network:
  Device-1: Intel Ethernet I219-V vendor: Lenovo ThinkPad T480 driver: e1000e 
  v: kernel port: efa0 bus ID: 00:1f.6 chip ID: 8086:15d8 
  Device-2: Intel Wireless 8265 / 8275 driver: iwlwifi v: kernel port: efa0 
  bus ID: 03:00.0 chip ID: 8086:24fd 


$ ip a
1: lo: <LOOPBACK,UP,LOWER_UP> mtu 65536 qdisc noqueue state UNKNOWN group default qlen 1000
    link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00
    inet 127.0.0.1/8 scope host lo
       valid_lft forever preferred_lft forever
    inet6 ::1/128 scope host 
       valid_lft forever preferred_lft forever
2: enp0s31f6: <NO-CARRIER,BROADCAST,MULTICAST,UP> mtu 1500 qdisc fq_codel state DOWN group default qlen 1000
    link/ether e8:6a:64:bb:93:98 brd ff:ff:ff:ff:ff:ff
3: wlp3s0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc noqueue state UP group default qlen 1000
    link/ether d4:3b:04:d4:a8:f0 brd ff:ff:ff:ff:ff:ff
    inet 192.168.43.252/24 brd 192.168.43.255 scope global dynamic noprefixroute wlp3s0
       valid_lft 3357sec preferred_lft 3357sec
    inet6 fe80::65ba:a1:7ad1:32aa/64 scope link noprefixroute 
       valid_lft forever preferred_lft forever
4: docker0: <NO-CARRIER,BROADCAST,MULTICAST,UP> mtu 1500 qdisc noqueue state DOWN group default 
    link/ether 02:42:4a:2a:ad:aa brd ff:ff:ff:ff:ff:ff
    inet 172.17.0.1/16 brd 172.17.255.255 scope global docker0
       valid_lft forever preferred_lft forever
5: br-fa46bcd05aa7: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc noqueue state UP group default 
    link/ether 02:42:cb:cf:d4:65 brd ff:ff:ff:ff:ff:ff
    inet 172.22.0.1/16 brd 172.22.255.255 scope global br-fa46bcd05aa7
       valid_lft forever preferred_lft forever
    inet6 fe80::42:cbff:fecf:d465/64 scope link 
       valid_lft forever preferred_lft forever
7: veth385323e@if6: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc noqueue master br-fa46bcd05aa7 state UP group default 
    link/ether 66:65:6e:1f:20:eb brd ff:ff:ff:ff:ff:ff link-netnsid 0
    inet6 fe80::6465:6eff:fe1f:20eb/64 scope link 
       valid_lft forever preferred_lft forever
9: veth21eabd3@if8: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc noqueue master br-fa46bcd05aa7 state UP group default 
    link/ether 62:69:69:1c:2c:72 brd ff:ff:ff:ff:ff:ff link-netnsid 1
    inet6 fe80::6069:69ff:fe1c:2c72/64 scope link 
       valid_lft forever preferred_lft forever

Murtaza, I would try adding a profile in your Network Manager and see if
that helf. Go click network setting and from there add an additional profile.

If this does not work, then maybe best to uninstall and reinstall the “network
manager.”

GL

@blueice thanks for the suggestions, tried them.

On digging a little more, I found in another forum post where someone was having a similar problem, and they reset the naming of the ethernet interface and it started showing up -

sudo ln -s /dev/null /etc/udev/rules.d/80-net-setup-link.rules

after doing the above, the connection shows up.

Most excellent work, Murtaza! I tried your command and nothing
of helf came up.

Anyways, I am glad you found the solution as networking issues
can be a real pain in the a$$.

This topic was automatically closed 15 days after the last reply. New replies are no longer allowed.