Nicht unbedingt was eigenes.
'cat /etc/udev/rules.d/10-persistent-net.rules'
SUBSYSTEM=="net", ACTION=="add", ATTR{address}=="4c:38:d5:15:d2:3e", ATTR{type}=="1", KERNEL=="eth", NAME="LAN"
SUBSYSTEM=="net", ACTION=="add", ATTR{address}=="4c:38:d5:15:d2:3f", ATTR{type}=="1", KERNEL=="eth", NAME="WLAN"
#USB-adapters
SUBSYSTEM=="net", ACTION=="add", ATTR{address}=="00:23:56:2c:37:19", ATTR{type}=="1", KERNEL=="eth*", NAME="WAN"
Hatte ja auch Jahrelang funktioniert.
Im Journal finde ich nichts
Ich habe jetzt mal das UDEV-Hook in mkinitcpio noch einmal am Schluss angehangen, ich prüfe...