On Fri, Jun 26, 2009 at 12:42, Olaf<mailinglists@xxxxxxxxxxxx> wrote: > I would like to use ISA cards in combination with persistent net rules, > especially renaming ethX to something like internal / internet / etc. as > this is somewhat easier to remember ;-) > > Is this at all possible? It should work. > KERNEL[1246007462.711276] add /devices/isa/3c509.0 (isa) This is the card device. > KERNEL[1246007462.713145] add /devices/virtual/net/eth0 (net) This is the network interface device, which needs to be connected to the card device as a parent. Then it would look like: /devices/isa/3c509.0/net/eth0 and only then the persistent rule generator will kick in. This needs to be fixed in the kernel driver, it needs to set the parent device of the netdev before it is registered. Kay -- To unsubscribe from this list: send the line "unsubscribe linux-hotplug" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html