First off, you should probably tell us what you have running for Linux on your beaglebone black. Debian ? Is it custom, and if so where did it come from ?
Passed that, usbnet is probably on your system. william@xanbustester:~/can-dev/can-web$ sudo find / -name usbnet.ko [sudo] password for william: /lib/modules/4.2.0-rc4-bone2/kernel/drivers/net/usb/usbnet.ko As is mii . . . william@xanbustester:~/can-dev/can-web$ sudo find / -name mii.ko /lib/modules/4.2.0-rc4-bone2/kernel/drivers/net/mii.ko Anything else ? On Wed, Sep 9, 2015 at 3:01 PM, <[email protected]> wrote: > Hi guys ! > > I need a second ethernet interface on my BBB .... so I am using an asix > usb to ethernet converter.... > > On my linux desktop I discovered that mii and usbnet modules access to the > module asix ( lsmod ), but these modules miss from my BBB debian image ! > > so ifconfig don't recognize a second ethernet interface .... I think this > is the reason cause it doesn't work > > I just set the interfaces file and "lsusb" command recognize the USB to > ethernet converter. > > Could you tell me where I can find an image with mii.ko and usbnet.ko > modules ? > > Or Could you tell me how to build these modules correctly ? > > I tried to build mii.ko and usbnet.ko but they don't work > > Thanks a lot guys ! > > Matt > > > -- > For more options, visit http://beagleboard.org/discuss > --- > You received this message because you are subscribed to the Google Groups > "BeagleBoard" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > For more options, visit https://groups.google.com/d/optout. > -- For more options, visit http://beagleboard.org/discuss --- You received this message because you are subscribed to the Google Groups "BeagleBoard" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
