> > *I added it already, but with full path. Without the path it works, at > least partially. With ifconfig i can find usb0 now. But without a > IP-address:* >
Yeah, you do not add the path, and I do not think you want to add the file extension ( .ko ) either. It's like using modeprobe, it only expects the module name, and does not want the extension or path. On Sun, Apr 3, 2016 at 4:36 PM, Robert Nelson <[email protected]> wrote: > On Sun, Apr 3, 2016 at 6:33 PM, 'Juergen' via BeagleBoard > <[email protected]> wrote: > > Thanks, William! > > > >> … i've added > >> "/lib/modules/3.8.13-bone63/kernel/drivers/usb/gadget/g_ether.ko" to > >> "/etc/modules" > >> > > I added it already, but with full path. Without the path it works, at > least > > partially. With ifconfig i can find usb0 now. But without a IP-address: > > > > usb0 Link encap:Ethernet HWaddr 16:74:59:af:75:91 > > BROADCAST MULTICAST MTU:1500 Metric:1 > > RX packets:0 errors:0 dropped:0 overruns:0 frame:0 > > TX packets:0 errors:0 dropped:0 overruns:0 carrier:0 > > collisions:0 txqueuelen:1000 > > RX bytes:0 (0.0 B) TX bytes:0 (0.0 B) > > > > I have to use ifconfig usb0 192.168.7.2 to get this > > > > usb0 Link encap:Ethernet HWaddr 16:74:59:af:75:91 > > inet addr:192.168.7.2 Bcast:192.168.7.255 Mask:255.255.255.0 > > inet6 addr: fe80::1474:59ff:feaf:7591/64 Scope:Link > > UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1 > > RX packets:22 errors:0 dropped:0 overruns:0 frame:0 > > TX packets:3 errors:0 dropped:0 overruns:0 carrier:0 > > collisions:0 txqueuelen:1000 > > RX bytes:1176 (1.1 KiB) TX bytes:370 (370.0 B) > > > > Is there anything else that I can do that it works as before? > > Follow these directions: > > > https://eewiki.net/display/linuxonarm/BeagleBone+Black#BeagleBoneBlack-usbgadget > > They'll get you close to what the default did.. > > 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. > -- 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.
