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 ...

Thanks a lot Robert

Regards

Matt





2015-09-11 15:42 GMT+02:00 Robert Nelson <[email protected]>:

> On Fri, Sep 11, 2015 at 5:31 AM, Matteo Loda <[email protected]> wrote:
> > Sorry Robert , maybe I don't understand.
> >
> > You told me I must install nfs on my Beaglebone. ( nfs = network file
> system
> > isnt't it ? ) .
> >  If this is the only way to have mii.ko I will do it.
>
> No that's not what i said..
>
> I said "mii.ko" is "built-in" for "nfs" "users"...  Therefore your not
> going to find the "mii.ko" module when you search /lib/modules/
>
> >
> > I thought there was a "ready to use " beaglebone image with mii.ko
> >
> > If the answer is no I will install nfs like you suggested.
> >
> > I quick looked in the web and lots of guides lead to your name hehe ^^
>
> Since "mii.ko" is built-in, there is nothing stopping you from using it...
>
> Regards,
>
> --
> Robert Nelson
> https://rcn-ee.com/
>
> --
> For more options, visit http://beagleboard.org/discuss
> ---
> You received this message because you are subscribed to a topic in the
> Google Groups "BeagleBoard" group.
> To unsubscribe from this topic, visit
> https://groups.google.com/d/topic/beagleboard/ZLwor6m0KGQ/unsubscribe.
> To unsubscribe from this group and all its topics, 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.

Reply via email to