On Fri, Sep 11, 2015 at 10:05 AM, Matteo Loda <[email protected]> wrote: > A ok Robert, now I understand what you mean. > > So why the USB to Ethernet adapter doesn't work ? > > debian@beaglebone:~$ uname -r > 3.8.13-bone47 > > debian@beaglebone:~$ lsusb > Bus 001 Device 002: ID 0b95:7720 ASIX Electronics Corp. AX88772 > > debian@beaglebone:~$ lsmod > Module Size Used by > g_multi 47670 2 > libcomposite 14299 1 g_multi > asix 35075 0 > mt7601Usta 601404 0 > > ifconfig don't show eth1 ..... which is defined in /etc/network/interfaces: > > # The primary network interface > auto eth0 > iface eth0 inet static > address 192.168.1.71 > netmask 255.255.255.0 > gateway 0.0.0.0 > > auto eth1 > iface eth1 inet static > address 192.168.1.88 > netmask 255.255.255.0 > gateway 0.0.0.0 > > iface usb0 inet static > address 192.168.7.2 > netmask 255.255.255.0 > network 192.168.7.0 > gateway 192.168.7.1 > > debian@beaglebone:/etc/network$ sudo ifup eth1 > Cannot find device "eth1" > Failed to bring up eth1. > > The ifconfig commadn doesn't show eth1 . > > In my ubuntu desktop I got both modules mii.ko and usbnet.ko and this USB to > Ethernet adapter works .. so I asked you where to find these modules ...
i bet it says "rename0" sudo ifconfig -a I fixed that a while ago, but if your still running the 2014.05 (cat /etc/dogtag) then that's why.. Regards, -- Robert Nelson https://rcn-ee.com/ -- 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.
