Re: [linux-sunxi] What is error -32 on USB Enumeration

2014-08-22 Thread George Ioakimedes
Well I've got usbmon compiled into the kernel and wireshark running but it didn't give me a whole lot more to go on than what you had found. It's been a long time since I've had to decode USB traffic so I'll have to dust off the cobwebs. I do see the GET DESCRIPTOR request coming from the host

Re: [linux-sunxi] What is error -32 on USB Enumeration

2014-08-22 Thread George Ioakimedes
Thanks Jon but that wasn't the easy answer I was looking for! Everything seems fine on the hardware side but obviously I've missed something. Off to the linux-usb list... On Friday, August 22, 2014 3:11:04 PM UTC-7, Jon Smirl wrote: > > You are failing in hub_port_init() in usb/core.c. But somet

Re: [linux-sunxi] What is error -32 on USB Enumeration

2014-08-22 Thread jonsm...@gmail.com
Try posting to the linux-usb list. That's where the experts are. -- Jon Smirl jonsm...@gmail.com -- You received this message because you are subscribed to the Google Groups "linux-sunxi" group. To unsubscribe from this group and stop receiving emails from it, send an email to linux-sunxi+uns

Re: [linux-sunxi] What is error -32 on USB Enumeration

2014-08-22 Thread jonsm...@gmail.com
You are failing in hub_port_init() in usb/core.c. But something is really broken. That is not a normal failure mode. Error -32 is -EPIPE. That's the error you get when a USB transaction fails. You can use Wireshark to sniff the USB ports. On Fri, Aug 22, 2014 at 5:09 PM, George Ioakimedes wrote

[linux-sunxi] What is error -32 on USB Enumeration

2014-08-22 Thread George Ioakimedes
Still working on my USB Hub design and am getting the following errors when a USB device is plugged into the hub. If nothing is plugged into the hub when it enumerates I'm not seeing any errors. [ 3706.062887] hub 1-1:1.0: USB hub found [ 3706.066260] hub 1-1:1.0: 4 ports detected [ 3743.649498]