On Fri, 16 Aug 2024 at 07:31, Andrei Borzenkov <arvidj...@gmail.com> wrote:
> > echo 'SUBSYSTEM=="net", KERNELS=="0000:00:10.0", NAME="mvc-sw1"' > > /etc/udev/rules.d/mvc.rules > echo 'SUBSYSTEM=="net", KERNELS=="0000:00:11.0", NAME="mvc-sw2"' >> > /etc/udev/rules.d/mvc.rules > Thank you, this worked for me. I've updated my config to use the udev method, however can anybody explain to me what I did wrong with the systemd.link method ? Based on the man page using Property=Path=pci-0000:05:00.0 Driver=oak should have worked to match the PCI address and the driver should it not ? Henti