Page 1 of 1

USB error

Posted: Tue Feb 03, 2015 8:14 am
by superboy007489
I have built a new firmware of my project, when update it in the board. the usb port can't work. once I insert a usb Cam to the board.
the kernel message show below:
[ 56.350000] usb 1-1: device descriptor read/64, error -145
[ 72.080000] usb 1-1: device descriptor read/64, error -145
[ 72.350000] usb 1-1: new high-speed USB device number 4 using ehci-platform
[ 82.840000] usb 1-1: device not accepting address 4, error -145
[ 82.980000] usb 1-1: new high-speed USB device number 5 using ehci-platform
[ 93.490000] usb 1-1: device not accepting address 5, error -145

connected timeout. did I miss some driver of USB?
who can help me?

Re: USB error

Posted: Tue Feb 03, 2015 1:35 pm
by Vonger
I get this error when I develop VoCore. I confused D+, D-. Maybe you are some issue.

Re: USB error

Posted: Wed Feb 04, 2015 1:00 am
by superboy007489
Vonger wrote:I get this error when I develop VoCore. I confused D+, D-. Maybe you are some issue.


Hi vonger:
I don't think it's result in D+,D-. cause I have read the blog "MJPG Camera" , and try the full image from the link, the board works wondfully!
and I have checked the drivers you listed in it. all of them are included. So where is the difference between your image and what I have built?

Re: USB error

Posted: Wed Feb 04, 2015 6:17 am
by superboy007489
my kernel version is 3.14.30

Re: USB error

Posted: Wed Feb 04, 2015 9:19 am
by superboy007489
Hi vonger:
I found the usb drivers were not insmod successfully?

when I insmod the usb driver manually, kernel shows

kmod: failed to insert usbcore.ko
usbcore: exports duplicate symbol __usb_get_extra_descriptor ( owned by kernel)

Re: USB error

Posted: Wed Feb 04, 2015 9:31 am
by Vonger
usbcore driver already in VoCore.
That should be other usb driver issue.
Make sure every dependency driver you have installed.