Does anyone know how to configure the usb0 CDC ethernet interface via
system events?
I have put a definition in /etc/network/interfaces but ifup seems to
fire too early resulting in
ADDRCONF(NETDEV_UP): usb0: link is not ready
It only works after this has occurred in the logs:
ADDRCONF(NETDEV_CHANGE): usb0: link becomes ready
I cannot find any udev hooks on which to hang the network
configuration process in such a away that it will work.