Você pode tentar colocar isso em /etc/network/interfaces
:
# Set up an interface which will not be allocated an IP address by
# ifupdown but will be configured through external programs. This
# can be useful to setup interfaces configured through other programs,
# like, for example, PPPOE scripts.
#
auto usb0
iface usb0 inet manual
up ifconfig $IFACE 0.0.0.0 up
up /usr/local/bin/myconfigscript
down ifconfig $IFACE down
Note que esta sugestão foi retirada deste tópico em ubuntuforums , não testei.