Hi Jens, It's possible the card you are using is not supported; the supported cards are listed in nusb(4). Which device are you trying to initialize? You can check which card you have by investigating the output of the usbtree command. In the case it says it is supported, we can troubleshoot. Nevertheless, usage of nusb/ether looks something like this: nusb/ether -t ethertype devid where 'devid' can be drawn from the output of your usbtree as the N value in 'epN.M' (more info in usb(3)). 'ethertype' is one of those listed in the man page. Generally, this should be ran by nusbrc(8) when the device is attached.. To actually get this registered and running with your network (assuming nusb/ether succeeds in creating some /net/etherU* device for you), you need to run ip/ipconfig on the specified device: ip/ipconfig ether [your /net/etherU*] Hope this helps, Aidan