Hide Forgot
I'm not sure if this is udev or the kernel at fault, or someone else entirely. Kernel module atl1e is loading my ethernet device (only other network device is wireless) as eth0, and udev renames it to 'p331'. Device ID is: 1969:1026 (rev b0) This upsets several programs that expect certain names, and is totally unexpected operation. I unfortunately do not know how to drill down and discover exactly why udev is doing what it is doing.
can be turned off by adding "biosdevname=0" to the kernel command line
(In reply to comment #0) > I'm not sure if this is udev or the kernel at fault, or someone else entirely. neither. Its this feature: https://fedoraproject.org/wiki/Features/ConsistentNetworkDeviceNaming > Kernel module atl1e is loading my ethernet device (only other network device is > wireless) as eth0, and udev renames it to 'p331'. Device ID is: 1969:1026 (rev > b0) It does the same on my netbook with this device but I've only seen issues with ekiga (long fixed). > This upsets several programs that expect certain names, and is totally > unexpected operation. Well it should actually make no difference as the network device name should make no difference. Its a bug in the application, not the name of the network interface. > I unfortunately do not know how to drill down and discover exactly why udev is > doing what it is doing. You can probably just remove the biosdevname package, but not sure if this is supported.