Ethernet not working since upgrading from Manjaro 20.2.1 Nibia to Manjaro 21.0.5 Ornara [Plasma Desktop]

When I check under networks it shows No available connections.

HP PROBOOK 4520S

Kernel: 5.4.118-1-MANJARO

After running inxi -v 6, under network it shows the following:

Device-1: Realtek RTL8111/8168/8411 PCI Express Gigabit Ethernet

vendor: Hewlett-Packard

driver: N/A

port: 2000

bus-ID: 43:00.0

chip-ID: 10ec:8168

Make sure you have no blacklist r8169 in some file inside /etc/modprobe.d/
Then from terminal run this commands one by one:

sudo rmmod r8169
sudo modprobe r8169
sudo ip link set dev eth0 up
systemctl restart NetworkManager