How Debian managed the systemd transition
How Debian managed the systemd transition
Posted Sep 19, 2015 1:34 UTC (Sat) by dlang (guest, #313)In reply to: How Debian managed the systemd transition by kreijack
Parent article: How Debian managed the systemd transition
a swap can happen if you have cards that use different drivers and the driver load order changes (either from driver renaming if the drivers are statically linked, or the device discovery order if they are modules)
a swap can also happen if the bus the cards are on does not have an order and orders based on the order devices respond. I'm told that USB can detect the physical location of a device, but asaik, all the drivers ignore this and rely on which device responds first to device probing.
But if the device has a MAC address as part of the device, the existing tools can keep the ordering consistant.
If there is no such identifier built into the card, I don't believe that the new process is really any more reliable.