Ethernet connection not recognised

Manjaro cannot recognise my ethernet connection, but can recognise wifi. I want to fix it such that I can access my ethernet connection with Manjaro.

I’m dual booting with Windows and Windows is able to use my ethernet connection and wifi no problem.
heres my mhwd:

              NAME               VERSION          FREEDRIVER           TYPE

video-nvidia-390xx            2019.10.25               false            PCI
video-nvidia-340xx            2019.10.25               false            PCI
       video-linux            2018.05.04                true            PCI
 video-modesetting            2020.01.13                true            PCI
        video-vesa            2017.03.12                true            PCI

heres my inxi -Nazy
Network:
Device-1: Realtek RTL8125 2.5GbE vendor: Micro-Star MSI driver: N/A
modules: r8169 port: f000 bus ID: 26:00.0 chip ID: 10ec:8125
Device-2: Intel Wi-Fi 6 AX200 driver: iwlwifi v: kernel port: f000
bus ID: 28:00.0 chip ID: 8086:2723

Im using a MSI X570 Tomahawk

Hi!
Search for his driver with
sudo pacman -Ss rtl8125-dkms
If you don’t find anything try
yay -Ss rtl8125-dkms
Make sure you have AUR repos activated
You can install de driver with
sudo pacman -S rtl8125-dkms or yay -S rtl8125-dkms

Hey, thanks for commenting sorry for the late reply.

Unfortunately pacman cant find anything and I got this error when doing yay -S
-> Could not find all required packages:
rtl8125-dkms (Target)

Appears that I still can’t get the ethernet to work

Hi!
I made a mistake, the package name is r8125-dkms, sorry!!