-
Notifications
You must be signed in to change notification settings - Fork 757
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
bulk transfer failed: LIBUSB_ERROR_TIMEOUT with multiple kinects #831
Comments
Here is how to read the log.txt. The first error in it is this:
Errno 12 is ENOMEM, so this is classic out of memory issue. See #458 (comment). If you've really set |
The log file, which I uploaded, is made with |
I managed to fix it. The size of Thank you for your help! |
Hi,
I'm trying to work simultaneously with 2 kinects in Ubuntu 14.04 with Kernel 4.4, but I always receive bulk transfer failed: LIBUSB_ERROR_TIMEOUT when I start a second sensor. One by one the sensors work fine. The first one is connected through an on-board Intel USB3 controller and second one through an external Renesas controller (uPD720201) on PCIe x1.
Version, Platform, and Hardware Bug Found:
git log -1 --oneline
commit 81c894ca32b00781058b45b959a4376164e4d39a
uname -a
4.4.0-72-generic #93~14.04.1-Ubuntu SMP Fri Mar 31 15:05:15 UTC 2017 x86_64 x86_64 x86_64 GNU/Linux
lsusb -t
lspci -nn
Steps to Reproduce:
Actual Results:
Additional Information:
I tried already to increase the USBFS buffer size up to 256 and I also I made tests with different Kernels (3.19.0-80 and 4.2.0-42), both without any success. I have attached a log file with a result produced by LIBUSB_DEBUG=4 ./bin/Protonect.
log.txt
Could the problem be, that one of usb3 controllers is build in? Has anybody had a similar experience?
Thanks a lot!
The text was updated successfully, but these errors were encountered: