Hi all,
I am currently running a Jetson Orin Nano Dev Kit with 2 USB Cameras. Jetpack version 6.2.1.
I tried to connect the cameras to the USB-A ports and I cannot reliably connect to them. When doing ls /dev/video*, I can see that they are periodically connecting and disconnecting.
here is lsusb -t, and this will also periodically appear and disappear.
myuser@ubuntu:~$ lsusb -t
/: Bus 02.Port 1: Dev 1, Class=root_hub, Driver=tegra-xusb/4p, 10000M
|__ Port 1: Dev 2, If 0, Class=Hub, Driver=hub/4p, 10000M
|__ Port 2: Dev 4, If 0, Class=Hub, Driver=hub/4p, 5000M
/: Bus 01.Port 1: Dev 1, Class=root_hub, Driver=tegra-xusb/4p, 480M
|__ Port 2: Dev 2, If 0, Class=Hub, Driver=hub/4p, 480M
|__ Port 3: Dev 51, If 2, Class=Audio, Driver=snd-usb-audio, 480M
|__ Port 3: Dev 51, If 0, Class=Video, Driver=uvcvideo, 480M
|__ Port 3: Dev 51, If 3, Class=Audio, Driver=snd-usb-audio, 480M
|__ Port 3: Dev 51, If 1, Class=Video, Driver=uvcvideo, 480M
|__ Port 3: Dev 3, If 0, Class=Wireless, Driver=rtk_btusb, 12M
|__ Port 3: Dev 3, If 1, Class=Wireless, Driver=rtk_btusb, 12M
I know this is not the cameras fault because when I tried to connect to a USB hub via the USB-C port, it worked fine. However, I need to USB-C port for the device IP capabilities since the USB-A ports do not support it.
Here are the dmesg logs as well about the cameras when I run sudo dmesg -w | grep -iE “usb|uvc” :
dmesg_cam_log.txt (33.6 KB)
Is there any potential fix I can do?
Thanks