-
Notifications
You must be signed in to change notification settings - Fork 4.8k
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
D435 only connecting as USB 2.1 after building LibRealSense 2 #4166
Comments
@aburbanol hello, The issue that you describe with camera being recognized as USB2.1 commonly occurs due to cables/connectors and can be often mitigated by re-plugging the camera or switching USB port. In case the USB2.1 is persistent then I'd suggest to replace the cable and/or switch to an external self-powered USB3 hub. Note that USB3 type-C cables are less-robust and may require specific handling:
|
Hi @ev-mp, In my understanding, this script (./scripts/patch-realsense-ubuntu-lts.sh) is the one we use to reinstall the drivers? I don't know what else can I do to be able to connect the camera un USB 3. |
@aburbanol hello, I'd suggest to cross-validate the HW setup to isolate the issue:
|
Hi @ev-mp,
The weirdest thing is that now the D435 is being recognized as USB 3.2. So I don't know if it was the fact of connecting another USB 3 camera or to connect the D435 to windows PC make it work. I restarted my Linux PC 3 times to be sure that it will work in the future. I don't know if you are interested to gather some data for you guys to check, but for the moment the issue is resolved. thanks for your help. |
Thanks for update |
Issue Description
The camera is only connecting as a 2.1 USB device and I can not use the higher resolution or both IR images. This happened after building and compiling the libraries from the source.
I installed my camera using the packages and it was working perfectly in USB 3 with all the resolutions. Then I uninstall all the packages and build the library RealSense like this. During the installation, I got the problem in step 4 (./scripts/patch-realsense-ubuntu-lts.sh) of the videobuf2_core being used. I solve it using sudo modprobe videobuf2_core as I check in another Issue. After that, I successfully compiled and install the libRealSense and the examples.
I reconnect the USBC cable in both senses and reinstalled the drivers (./scripts/patch-realsense-ubuntu-lts.sh) like proposed in #1181 #1391 and #1148
here the asked info in the other issues:
lsusb
Bus 004 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
Bus 003 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
Bus 001 Device 007: ID 046d:c52b Logitech, Inc. Unifying Receiver
Bus 001 Device 006: ID 0483:374b STMicroelectronics ST-LINK/V2.1 (Nucleo-F103RB)
Bus 001 Device 004: ID 05e3:0610 Genesys Logic, Inc. 4-port hub
Bus 001 Device 003: ID 8087:0a2a Intel Corp.
Bus 001 Device 002: ID 04f2:b5b0 Chicony Electronics Co., Ltd
Bus 001 Device 009: ID 8086:0b07 Intel Corp.
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
lsusb -t
/: Bus 04.Port 1: Dev 1, Class=root_hub, Driver=xhci_hcd/2p, 10000M
/: Bus 03.Port 1: Dev 1, Class=root_hub, Driver=xhci_hcd/2p, 480M
/: Bus 02.Port 1: Dev 1, Class=root_hub, Driver=xhci_hcd/8p, 5000M
/: Bus 01.Port 1: Dev 1, Class=root_hub, Driver=xhci_hcd/16p, 480M
|__ Port 2: Dev 2, If 0, Class=Video, Driver=uvcvideo, 480M
|__ Port 2: Dev 2, If 1, Class=Video, Driver=uvcvideo, 480M
|__ Port 3: Dev 3, If 0, Class=Wireless, Driver=btusb, 12M
|__ Port 3: Dev 3, If 1, Class=Wireless, Driver=btusb, 12M
|__ Port 4: Dev 4, If 0, Class=Hub, Driver=hub/4p, 480M
|__ Port 1: Dev 6, If 2, Class=Communications, Driver=cdc_acm, 12M
|__ Port 1: Dev 6, If 0, Class=Vendor Specific Class, Driver=, 12M
|__ Port 1: Dev 6, If 3, Class=CDC Data, Driver=cdc_acm, 12M
|__ Port 1: Dev 6, If 1, Class=Mass Storage, Driver=usb-storage, 12M
|__ Port 4: Dev 7, If 0, Class=Human Interface Device, Driver=usbhid, 12M
|__ Port 4: Dev 7, If 1, Class=Human Interface Device, Driver=usbhid, 12M
|__ Port 4: Dev 7, If 2, Class=Human Interface Device, Driver=usbhid, 12M
|__ Port 11: Dev 9, If 4, Class=Video, Driver=uvcvideo, 480M
|__ Port 11: Dev 9, If 2, Class=Video, Driver=uvcvideo, 480M
|__ Port 11: Dev 9, If 0, Class=Video, Driver=uvcvideo, 480M
|__ Port 11: Dev 9, If 3, Class=Video, Driver=uvcvideo, 480M
|__ Port 11: Dev 9, If 1, Class=Video, Driver=uvcvideo, 480M
rs-enumerate-devices
Device info:
Name : Intel RealSense D435
Serial Number : 827312072047
Firmware Version : 05.11.04.00
Recommended Firmware Version : 05.10.03.00
Physical Port : /sys/devices/pci0000:00/0000:00:14.0/usb1/1-11/1-11:1.0/video4linux/video1
Debug Op Code : 15
Advanced Mode : NO
Product Id : 0B07
Usb Type Descriptor : 2.1
$ modinfo uvcvideo | grep "version:"
version: 1.1.1
srcversion: 1D90E7D53C4B155204607E5
~$ modinfo uvcvideo | grep ver
filename: /lib/modules/4.15.0-51-generic/kernel/drivers/media/usb/uvc/uvcvideo.ko
version: 1.1.1
description: USB Video Class driver
srcversion: 1D90E7D53C4B155204607E5
vermagic: 4.15.0-51-generic SMP mod_unload
The text was updated successfully, but these errors were encountered: