How to add usbnet driver to the Linux kernel?
- by StackedCrooked
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?