Hello,

Sorry to resurrect this old thread, but I'm running Debian on the 
Beaglebone Black (3.8.13-bone28), and am not seeing the the 'debug' USB 
device on the BBB.

If this is simply something that has not been implemented then NP. But if 
there is someway to activate I'd been interested in finding out.

Looking at the kernel .config the setting described earlier in this thread 
is configured as: CONFIG_USB_ETH=m

Below is my dmesg output filtered for 'usb':

debian@arm:~$ dmesg | grep usb
[    0.154355] usbcore: registered new interface driver usbfs
[    0.154467] usbcore: registered new interface driver hub
[    0.154797] usbcore: registered new device driver usb
[    1.646463] usbcore: registered new interface driver cdc_ether
[    1.652718] usbcore: registered new interface driver rndis_host
[    1.659126] usbcore: registered new interface driver cdc_ncm
[    1.665920] usbcore: registered new interface driver cdc_acm
[    1.685532] usbcore: registered new interface driver usb-storage
[    1.696880] musb-hdrc: version 6.0, ?dma?, otg (peripheral+host)
[    1.703609] musb-hdrc musb-hdrc.0.auto: pdev->id = 0
[    1.708865] musb-hdrc musb-hdrc.0.auto: drivers/usb/musb/musb_dsps.c:468 
dsps_musb_init: OK
[    1.717645] musb-hdrc: ConfigData=0xde (UTMI-8, dyn FIFOs, bulk combine, 
bulk split, HB-ISO Rx, HB-ISO Tx, SoftConn)
[    1.717665] musb-hdrc: MHDRC RTL version 2.0 
[    1.717680] musb-hdrc: setup fifo_mode 4
[    1.717707] musb-hdrc: 28/31 max ep, 16384/16384 memory
[    1.717906] musb-hdrc musb-hdrc.0.auto: *** mode=3
[    1.722953] musb-hdrc musb-hdrc.0.auto: *** power=250
[    1.728966] musb-hdrc musb-hdrc.1.auto: pdev->id = 1
[    1.734230] musb-hdrc musb-hdrc.1.auto: drivers/usb/musb/musb_dsps.c:468 
dsps_musb_init: OK
[    1.743012] musb-hdrc: ConfigData=0xde (UTMI-8, dyn FIFOs, bulk combine, 
bulk split, HB-ISO Rx, HB-ISO Tx, SoftConn)
[    1.743031] musb-hdrc: MHDRC RTL version 2.0 
[    1.743045] musb-hdrc: setup fifo_mode 4
[    1.743067] musb-hdrc: 28/31 max ep, 16384/16384 memory
[    1.743238] musb-hdrc musb-hdrc.1.auto: *** mode=1
[    1.748282] musb-hdrc musb-hdrc.1.auto: *** power=250
[    1.753594] musb-hdrc musb-hdrc.1.auto: MUSB HDRC host driver
[    1.760016] musb-hdrc musb-hdrc.1.auto: new USB bus registered, assigned 
bus number 1
[    1.768282] musb-hdrc musb-hdrc.1.auto: supports USB remote wakeup
[    1.768403] usb usb1: default language 0x0409
[    1.768462] usb usb1: udev 1, busnum 1, minor = 0
[    1.768485] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002
[    1.775625] usb usb1: New USB device strings: Mfr=3, Product=2, 
SerialNumber=1
[    1.783200] usb usb1: Product: MUSB HDRC host driver
[    1.788420] usb usb1: Manufacturer: Linux 3.8.13-bone28 musb-hcd
[    1.794723] usb usb1: SerialNumber: musb-hdrc.1.auto
[    1.800700] usb usb1: usb_probe_device
[    1.800729] usb usb1: configuration #1 chosen from 1 choice
[    1.800799] usb usb1: adding 1-0:1.0 (config #1, interface 0)
[    1.801006] hub 1-0:1.0: usb_probe_interface
[    1.801028] hub 1-0:1.0: usb_probe_interface - got id
[    1.912044] usb usb1: bus auto-suspend, wakeup 1
[    2.035218] usbcore: registered new interface driver usbhid
[    2.041134] usbhid: USB HID core driver


Regards,
Andrew.

On Thursday, 5 January 2012 05:07:36 UTC+13, RobertCNelson wrote:
>
> On Wed, Jan 4, 2012 at 9:34 AM, Robert Nelson 
> <[email protected]<javascript:>> 
> wrote:
> >> My BeagleBone has two USB connectors.  One which is for connecting to 
> the
> >> host and has the power and serial/jtag and USB storage and ethernet one 
> (the
> >> one by the ethernet port) and one which is a Host (at the other end of 
> the
> >> board)into which keyboards/usb storage/wifi/hubs/whatever can be 
> plugged.
> >>
> >> I am talking about the connection to the host.  Are you saying that its
> >> driver can not support ethernet over USB?
> >
> > I stand corrected..
> > http://beagleboard.org/static/BONESRM_latest.pdf (page 22)  I did not
> > know usb0 was connected to that connector.. (i just assumed usb1 to
> > the host was the only active connection..)
>
> On Bone, lsusb before and after shows three devices..
>
> Bus 003 Device 014: ID 0525:c0de Netchip Technology, Inc.  -> usb0
> Bus 003 Device 013: ID 0403:a6d0 Future Technology Devices
> International, Ltd  -> serial/jtag
> Bus 003 Device 012: ID 0424:2412 Standard Microsystems Corp. -> internal 
> hub..
>
> http://paste.ubuntu.com/792809/
>
> According to dmesg: my kernel's having issues with: 0525:c0de
>
> [ 5495.004198] usb 3-3.1.2: new high-speed USB device number 14 using 
> ehci_hcd
> [ 5495.096816] usb 3-3.1.2: unable to read config index 0 
> descriptor/start: -32
> [ 5495.096821] usb 3-3.1.2: chopping to 0 config(s)
> [ 5495.096824] usb 3-3.1.2: New USB device found, idVendor=0525, 
> idProduct=c0de
> [ 5495.096826] usb 3-3.1.2: New USB device strings: Mfr=0, Product=0,
> SerialNumber=0
> [ 5495.096945] usb 3-3.1.2: no configuration chosen from 0 choices
>
> So no usb0 on x86 host..  Trying a couple things in the kernel source
> right now..
>
> Regards,
>
> -- 
> Robert Nelson
> http://www.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/groups/opt_out.

Reply via email to