Just to let you know that after doing today, my ASIX ax88179_178a USB3 ethernet interface is now getting the expected enxXXXXXXXXX name when predictable network interface names is enabled in raspi-config.
It also picks up a udev rule correctly if you want to make your own interface name - for example with:(obviously with the correct MAC address in place of 12:23:34:45:56:67).
Many thanks as ever to everyone!! Great job!
Code:
sudo rpi-update
It also picks up a udev rule correctly if you want to make your own interface name - for example with:
Code:
SUBSYSTEM=="net", ACTION!="remove", ATTR{address}=="12:23:34:45:56:67", NAME="netEXT"
Many thanks as ever to everyone!! Great job!
Statistics: Posted by lowflyer — Wed Mar 27, 2024 9:15 pm