One more thing I found out that could be the culprit.
$ lsmod
Module Size Used by
r8153_ecm 16384 0
r8152 163840 1 r8153_ecm
8021q 45056 0
garp 16384 1 8021q
mrp 20480 1 8021q
rndis_host 24576 0
cdc_ether 24576 2 r8153_ecm,rndis_host
usbnet 61440 3 r8153_ecm,rndis_host,cdc_ether
mii 16384 2 usbnet,r8152
fuse 204800 2
xt_CHECKSUM 16384 1
xt_MASQUERADE 20480 3
xt_conntrack 16384 1
ipt_REJECT 16384 2
nf_reject_ipv4 16384 1 ipt_REJECT
xt_tcpudp 20480 0
nft_compat 24576 7
x_tables 61440 6 xt_conntrack,nft_compat,xt_tcpudp,xt_CHECKSUM,ipt_REJECT,xt_MASQUERADE
nft_chain_nat 16384 2
nf_nat 65536 2 nft_chain_nat,xt_MASQUERADE
nf_conntrack 204800 3 xt_conntrack,nf_nat,xt_MASQUERADE
nf_defrag_ipv6 24576 1 nf_conntrack
nf_defrag_ipv4 16384 1 nf_conntrack
nf_tables 352256 156 nft_compat,nft_chain_nat
nfnetlink 20480 2 nft_compat,nf_tables
bridge 442368 0
stp 16384 2 bridge,garp
llc 16384 3 bridge,stp,garp
dm_multipath 49152 0
dm_mod 225280 1 dm_multipath
vfat 24576 1
fat 102400 1 vfat
intel_rapl_msr 20480 0
intel_rapl_common 36864 1 intel_rapl_msr
edac_mce_amd 57344 0
kvm_amd 204800 0
snd_hda_codec_realtek 196608 1
kvm 1327104 1 kvm_amd
snd_hda_codec_generic 114688 1 snd_hda_codec_realtek
irqbypass 16384 1 kvm
snd_hda_codec_hdmi 94208 1
btrfs 2056192 1
crct10dif_pclmul 16384 1
crc32_pclmul 16384 0
snd_hda_intel 65536 0
polyval_clmulni 16384 0
snd_usb_audio 442368 0
polyval_generic 16384 1 polyval_clmulni
snd_intel_dspcfg 36864 1 snd_hda_intel
gf128mul 16384 1 polyval_generic
snd_intel_sdw_acpi 20480 1 snd_intel_dspcfg
ghash_clmulni_intel 16384 0
snd_usbmidi_lib 53248 1 snd_usb_audio
eeepc_wmi 16384 0
snd_hda_codec 217088 4 snd_hda_codec_generic,snd_hda_codec_hdmi,snd_hda_intel,snd_hda_codec_realtek
snd_rawmidi 53248 1 snd_usbmidi_lib
sha512_ssse3 49152 0
asus_wmi 77824 1 eeepc_wmi
aesni_intel 401408 0
blake2b_generic 24576 0
snd_seq_device 16384 1 snd_rawmidi
ledtrig_audio 16384 2 snd_hda_codec_generic,asus_wmi
crypto_simd 16384 1 aesni_intel
xor 24576 1 btrfs
snd_hda_core 139264 5 snd_hda_codec_generic,snd_hda_codec_hdmi,snd_hda_intel,snd_hda_codec,snd_hda_codec_realtek
sparse_keymap 16384 1 asus_wmi
raid6_pq 122880 1 btrfs
mc 90112 1 snd_usb_audio
cryptd 32768 2 crypto_simd,ghash_clmulni_intel
snd_hwdep 20480 2 snd_usb_audio,snd_hda_codec
platform_profile 16384 1 asus_wmi
libcrc32c 16384 4 nf_conntrack,nf_nat,btrfs,nf_tables
mousedev 24576 0
joydev 28672 0
rapl 20480 0
snd_pcm 200704 5 snd_hda_codec_hdmi,snd_hda_intel,snd_usb_audio,snd_hda_codec,snd_hda_core
rfkill 40960 2 asus_wmi
sp5100_tco 20480 0
snd_timer 53248 1 snd_pcm
wmi_bmof 16384 0
pcspkr 16384 0
k10temp 16384 0
snd 151552 12 snd_hda_codec_generic,snd_seq_device,snd_hda_codec_hdmi,snd_hwdep,snd_hda_intel,snd_usb_audio,snd_usbmidi_lib,snd_hda_codec,snd_hda_codec_realtek,snd_timer,snd_pcm,snd_rawmidi
i2c_piix4 36864 0
ccp 151552 1 kvm_amd
soundcore 16384 1 snd
gpio_amdpt 20480 0
mac_hid 16384 0
gpio_generic 24576 1 gpio_amdpt
acpi_cpufreq 32768 0
ext4 1163264 5
crc32c_generic 16384 0
crc16 16384 1 ext4
mbcache 16384 1 ext4
jbd2 217088 1 ext4
usbhid 77824 0
amdgpu 11722752 19
i2c_algo_bit 20480 1 amdgpu
drm_ttm_helper 16384 1 amdgpu
ttm 102400 2 amdgpu,drm_ttm_helper
video 73728 2 asus_wmi,amdgpu
drm_buddy 20480 1 amdgpu
gpu_sched 57344 1 amdgpu
drm_display_helper 208896 1 amdgpu
crc32c_intel 24576 12
cec 86016 1 drm_display_helper
xhci_pci 24576 0
wmi 45056 3 video,asus_wmi,wmi_bmof
xhci_pci_renesas 24576 1 xhci_pci
The module at the top "r8152" and "r8153_ecm" sound like they could be realtek drivers for the ethernet controler, but as I posted earlier, mine is "RTL8111/8168/8411" . Maybe the system uses the same driver for more cards I dont know. Could this be the problem, if so how do I fix it?