I'm a complete novice at Linux. I tried running Ethernet on Ubuntu 20.04 and it didn't run, I got nothing, not even wired unmanaged. Ethernet is working fine on Windows 10. The Output of
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:05:00.0
logical name: enp5s0
version: 15
serial: 2c:f0:5d:66:42:09
size: 1Gbit/s
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 driverversion=5.11.0-27-generic duplex=full firmware=rtl8168h-2_0.0.2 02/26/15 latency=0 link=yes multicast=yes port=twisted pair speed=1Gbit/s
resources: irq:45 ioport:f000(size=256) memory:fe904000-fe904fff memory:fe900000-fe903fff
It was disabled earlier, but after following this solution, it showed wired unmanaged. I've tried various other solutions. None works for me so far. Some solutions are specific to Ubuntu 18.04 or older.
r8169
is very unstable on theRTL8168
chipset. – Terrance Aug 24 '21 at 03:04