r8152 driver in VyOS 1.4 is outdated and modern USB 2.5 Gbps NICs are not fully supported.
We should update the driver to add support for such NICs.
We had the task for 1.3 where it was fixed and works as expected https://vyos.dev/T5187 and PR https://github.com/vyos/vyos-build/pull/343
But for some reason, we do not have this in the build for 1.4
So after the update to 1.4.0 users face these issues.
1.4.0
$ modinfo r8152 filename: /lib/modules/6.6.32-amd64-vyos/kernel/drivers/net/usb/r8152.ko version: v1.12.13 license: GPL description: Realtek RTL8152/RTL8153 Based USB Ethernet Adapters author: Realtek linux nic maintainers <[email protected]>
1.3.8
vyos@r1:~$ modinfo r8152 filename: /lib/modules/5.4.268-amd64-vyos/updates/drivers/net/usb/r8152.ko version: v2.17.1 (2023/06/13) license: GPL description: Realtek RTL8152/RTL8153 Based USB Ethernet Adapters author: Realtek nic sw <[email protected]>