My Ethernet isn't working. Let's try and resolve that.
Alright so, I installed a fresh copy of Ubuntu so I have nothing from apt-get installed (so no net-tools, etc.)
I have no other computers around me apart from my M1 MacBook Pro and (of course) my Ubuntu PC, running Ubuntu 20.04.2 LTS.
Now, for some debugging, let's look at the outputs of some commands.
nmcli device
says: enp3s0 - ethernet - connecting (getting IP configuration)
.
ip a
, this returns a long string and since I can't copy and paste from my Ubuntu Machine, I have to type it out manually so I'll only put what's important:
2: enp3s0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc fq_codel state UP group default qlen 1000
link/ether 1c:1b:0d:9f:da:c2 brd ff:ff:ff:ff:ff:ff
inet6 fe80::e279:831b:566e:595c/64 scope link noprefix router
valid_lft forever preferred_lft forever
sudo lshw -C network
, sheesh, this is a long one. Please comment what important things you will need here as I don't want to include everything.
lspci -nnk | grep 0200 -A3
says:
03:00.0 Ethernet controller [**0200**]: Realtek Semiconductor Co., Ltd. RTl8111/8168/8411 PCI Express Gigabit Ethernet Controller [10ec:8168] (rev 0c)
Subsystem: Gigabyte Technology Co., Ltd Onboard Ethernet [1458:e000]
Kernal driver in use: r8169
Kernal modules: r8169
I don't know what to do and have tried many solutions here at the Ask Ubuntu forums. I've changed like managed=false
to managed=true
somewhere and... well, my memory is trash so I don't know what else I've done.
:(