How to add usbnet driver to the Linux kernel?

Posted by StackedCrooked on Super User See other posts from Super User or by StackedCrooked
Published on 2010-05-27T13:04:01Z Indexed on 2010/05/27 13:12 UTC
Read the original article Hit count: 182

Filed under:

I want to add usb network support to a real-time Linux distribution we're using at work. USB devices are recognized, but when connecting a usb network adapter no network interface is created.

From what I've read this requires recompiling the kernel build with usbnet support enabled. I don't mind doing this, but the problem is that I can't seem to find any instructions on how to do this. Can anyone point me in the right direction?

© Super User or respective owner

Related posts about linux