Quantcast
Channel: Raspberry Pi Forums
Viewing all articles
Browse latest Browse all 3847

Advanced users • Re: ASIX ax88179_178a not getting predictable network interface name

$
0
0
Just to let you know that after doing

Code:

sudo rpi-update
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:

Code:

SUBSYSTEM=="net", ACTION!="remove", ATTR{address}=="12:23:34:45:56:67", NAME="netEXT"
(obviously with the correct MAC address in place of 12:23:34:45:56:67).

Many thanks as ever to everyone!! Great job!

Statistics: Posted by lowflyer — Wed Mar 27, 2024 9:15 pm



Viewing all articles
Browse latest Browse all 3847

Trending Articles