Hi Edwin:

I would look at making some custom udev rules.

Here is a line that renames a certain usb ethernet device usb_eth instead of 
ethN:

SUBSYSTEM=="net", ACTION=="add", DRIVERS=="?*", ATTR{address}=="00:14:d1:*", 
ATTR{dev_id}=="0x0", ATTR{type}=="1", KERNEL=="eth*", NAME="usb_eth"

Look at the 'add' and 'remove' actions and the 'run' command in your udev rules.

--cheers

jan



      
_______________________________________________
vox-tech mailing list
[email protected]
http://lists.lugod.org/mailman/listinfo/vox-tech

Reply via email to