Yesterday, I (finally) upgrade my Ubuntu 18.04 to 20.04. The upgrade progressed smoothly and I was prompted to reboot. After the reboot, I can no longer connect to the Internet via Ethernet cable. WIFI connection seems OK.
I created a USB stick with Ubuntu 20.04 (and subsequently 20.10) and find that I have the same problem even running from the two USB stick trials.
My PC is a Dell Inspiron 3268. It is partition into Windows 10 and Ubuntu. The Ethernet connection has no problem on the Windows side. The network connection was running smoothly in Ubuntu 18.04 before the upgrade.
Here is the result running: sudo lshw -c network
*-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: enp2s0
version: 15
serial: 50:9a:4c:3a:1c:6b
capacity: 1Gbit/s
width: 64 bits
clock: 33MHz
capabilities: pm msi pciexpress msix bus_master cap_list ethernet physical tp mii 10bt 10bt-fd 100bt 100bt-fd 1000bt-fd autonegotiation
configuration: autonegotiation=on broadcast=yes driver=r8169 firmware=rtl8168h-2_0.0.2 02/26/15 latency=0 link=no multicast=yes port=MII
resources: irq:19 ioport:e000(size=256) memory:df104000-df104fff memory:df100000-df103fff
*-network
description: Wireless interface
product: QCA9565 / AR9565 Wireless Network Adapter
vendor: Qualcomm Atheros
physical id: 0
bus info: pci@0000:03:00.0
logical name: wlp3s0
version: 01
serial: b0:52:16:59:ac:93
width: 64 bits
clock: 33MHz
capabilities: pm msi pciexpress bus_master cap_list rom ethernet physical wireless
configuration: broadcast=yes driver=ath9k driverversion=5.4.0-66-generic firmware=N/A ip=192.168.43.91 latency=0 link=yes multicast=yes wireless=IEEE 802.11
resources: irq:17 memory:df000000-df07ffff memory:df080000-df08ffff
I really need my Ethernet connection and cannot rely on WiFi. I would hate it if I eventually need to switch back to Windows as my primary OS.
Thanks ahead.
sudo apt install dkms r8168-dkms
. You might have to remove the r8169 driver, but I cannot remember off the top of my head how to remove that one. Make sure that you are connected via wifi when doing this. – Terrance Mar 05 '21 at 17:24