Ok I see it now with lsusb: lsusb Bus 001 Device 004: ID 1e2d:00a0 Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub Bus 002 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
And in my dmesg log I see it registering: dmesg |grep cdc_ether [ 0.709427] usbcore: registered new interface driver cdc_ether [ 1.859965] cdc_ether 1-1:1.0: usb_probe_interface [ 1.859981] cdc_ether 1-1:1.0: usb_probe_interface - got id [ 1.885585] cdc_ether 1-1:1.0 usb0: register 'cdc_ether' at usb-musb-hdrc.1.auto-1, CDC Ethernet Device, 02:80:70:00:04:70 What am I missing to establish the Ethernet over USB connection? On Monday, April 18, 2016 at 9:03:22 AM UTC-7, RobertCNelson wrote: > > > > On Mon, Apr 18, 2016 at 10:57 AM, Matt99eo <[email protected] > <javascript:>> wrote: > >> Hi RC, >> >> Sorry for the limited information. Just got word the document I am >> working with is public (attached) >> >> The device I am working with is a Skywire LTE CAT1 Module (Gemalto ELS35). >> >> Here is what the helpful support is telling me: >> ____ >> >> CDC_ETH is a device support class that allows for the modem to act as LAN >> connection over USB. There isn't a VIP/PID that needs to be added for the >> kernel to support it, the Kernel needs to be built to support the CDC_ETH >> class. >> >> When the device is loaded as a CDC_ETH device you will see it enumerate >> in your system as something like this: >> >> [ 17.900000] cdc_ether 1-1:1.0 usb0: register 'cdc_ether' at >> usb-ehci-platform-1, CDC Ethernet Device, 02:10:81:64:89:60 >> _____ >> >> When I use lsusb I don't see the device listed (believe I should see Bus >> 001 Device 001: ID 1d6b:0002) >> > > That's the root hub: http://www.linux-usb.org/usb.ids > > 1d6b Linux Foundation > > 0001 1.1 root hub > 0002 2.0 root hub > 0003 3.0 root hub > 0100 PTP Gadget > 0101 Audio Gadget > 0102 EEM Gadget > 0103 NCM (Ethernet) Gadget > 0104 Multifunction Composite Gadget > 0105 FunctionFS Gadget > 0200 Qemu Audio Device > > run "lsusb" again. ;) > > 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/39d5ea0a-120b-44e1-a200-c090a166505d%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
