@Robert, my brain is mostly fried today . . . is there a way for him to use g_multi, so he can have his TTYACM0, but disable the boards USB ethernet so his device can use the cdc driver ?
On Wed, Apr 20, 2016 at 4:41 PM, William Hermans <[email protected]> wrote: > And sorry . . > > william@beaglebone:~$ sudo ifconfig usb0 192.168.7.2 > THEN > william@beaglebone:~$ sudo ifconfig > . . . > > usb0 Link encap:Ethernet HWaddr 7e:68:32:bc:58:89 > inet addr:192.168.7.2 Bcast:192.168.7.255 Mask:255.255.255.0 > UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1 > RX packets:1 errors:0 dropped:1 overruns:0 frame:0 > TX packets:0 errors:0 dropped:0 overruns:0 carrier:0 > collisions:0 txqueuelen:1000 > RX bytes:76 (76.0 B) TX bytes:0 (0.0 B) > > > > > On Wed, Apr 20, 2016 at 4:39 PM, William Hermans <[email protected]> > wrote: > >> For instance: >> >> william@beaglebone:~$ ls /sys/class/net >> eth0 lo >> william@beaglebone:~$ sudo modprobe g_ether >> >> william@beaglebone:~$ ls /sys/class/net >> eth0 lo usb0 >> >> william@beaglebone:~$ sudo ifconfig >> . . . >> usb0 Link encap:Ethernet HWaddr 7e:68:32:bc:58:89 >> inet addr:192.168.7.2 Bcast:192.168.7.255 Mask:255.255.255.0 >> UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1 >> RX packets:1 errors:0 dropped:1 overruns:0 frame:0 >> TX packets:0 errors:0 dropped:0 overruns:0 carrier:0 >> collisions:0 txqueuelen:1000 >> RX bytes:76 (76.0 B) TX bytes:0 (0.0 B) >> >> However, I've no idea how your device is meant to be used once it's >> connected a an USBNET device. And now you've just posted, and you've got a >> problem. >> >> You're connected to your beaglebone via USB too which may cause problems. >> You're only allowed to use one instance of a gadget driver, total. So you >> can not use USB serial, or USB networkign to the beaglebone in order for >> your device to work. You're going power via barrel jack, connect to the >> beaglebone over the ethernet port. *OR* if you want to still power via USB, >> you're going to have to figure out how to disable the USB gadget drivers >> for the beaglebone, while still having it available for your external >> device. I did notice you had TTYACM0 enabled so that'll definitely have to >> go away. >> >> >> >> On Wed, Apr 20, 2016 at 4:27 PM, William Hermans <[email protected]> >> wrote: >> >>> What output do you get from: >>> >>> $ ls /sys/class/net >>> >>> ? >>> >>> >>> On Wed, Apr 20, 2016 at 4:22 PM, Matt99eo <[email protected]> >>> wrote: >>> >>>> PPP currently not supported the modem MFR. Hopefully a firmware update >>>> coming soon. In the meantime they have pointed me at cdc_ether. >>>> >>>> >>>> >>>> On Wednesday, April 20, 2016 at 4:19:27 PM UTC-7, RobertCNelson wrote: >>>>> >>>>> >>>>> >>>>> On Wed, Apr 20, 2016 at 6:15 PM, Matt99eo <[email protected]> >>>>> wrote: >>>>> >>>>>> So how do I get the BBB to take the reins and do configure this bad >>>>>> boy!? >>>>>> >>>>> >>>>> pppd >>>>> >>>>> https://wiki.archlinux.org/index.php/3G_and_GPRS_modems_with_pppd >>>>> >>>>> 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]. >>>> To view this discussion on the web visit >>>> https://groups.google.com/d/msgid/beagleboard/a8f290c9-e1ec-4bfb-b0a8-0472a72b9590%40googlegroups.com >>>> <https://groups.google.com/d/msgid/beagleboard/a8f290c9-e1ec-4bfb-b0a8-0472a72b9590%40googlegroups.com?utm_medium=email&utm_source=footer> >>>> . >>>> >>>> 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]. To view this discussion on the web visit https://groups.google.com/d/msgid/beagleboard/CALHSORqPk%3DPRRj-q3SAJKT%3DSVXfDJu4WapZr_WE2_W243XGKuw%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.
