Unable to Change Ethernet Device Name with Intel® Edge Controls for Industrial
Content Type: Connectivity | Article ID: 000091748 | Last Reviewed: 10/11/2024
Created a udev file under /etc/udev/rules.d directory with the following content:
ACTION=="add", SUBSYSTEMS=="pci", DRIVERS=="?*", KERNELS=="0000:00:1d.1", NAME="ethernet1"
ACTION=="add", SUBSYSTEMS=="pci", DRIVERS=="?*", KERNELS=="0000:00:1d.2", NAME="ethernet2"
Observed the following error after rebooting the system and the device name did not change.
systemd-udev daemon got some errors (Device or resource busy) and it cannot change ethernet device name from "eth*" to "enp*" by default.
Add ExecStartPre=udevadm settle before ExecStart=/usr/sbin/connmand -n in /lib/systemd/system/connman.service.