Yes it is that device.
dmesg --follow
[337288.040201] tegra-xusb 3610000.xhci: Firmware timestamp: 2022-03-16 11:07:43 UTC, Version: 60.13 release
[337288.450625] usb 2-3.3: new SuperSpeed Gen 1 USB device number 14 using tegra-xusb
[337288.471467] usb 2-3.3: New USB device found, idVendor=0403, idProduct=602a, bcdDevice= 0.01
[337288.471485] usb 2-3.3: New USB device strings: Mfr=1, Product=2, SerialNumber=7
[337288.471494] usb 2-3.3: Product: Active Silicon Harrier S9500-2
[337288.471503] usb 2-3.3: Manufacturer: Active Silicon
[337288.471512] usb 2-3.3: SerialNumber: C-1696329785-SY9500-2
[337288.477866] uvcvideo: Found UVC 1.10 device Active Silicon Harrier S9500-2 (0403:602a)
lsusb -t 2>&1 | tee log_tree.txt
/: Bus 02.Port 1: Dev 1, Class=root_hub, Driver=tegra-xusb/4p, 10000M
|__ Port 3: Dev 2, If 0, Class=Hub, Driver=hub/4p, 10000M
|__ Port 3: Dev 14, If 0, Class=Video, Driver=uvcvideo, 5000M
|__ Port 3: Dev 14, If 1, Class=Video, Driver=uvcvideo, 5000M
|__ Port 3: Dev 14, If 2, Class=Vendor Specific Class, Driver=, 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
lsmod 2>&1 | tee lsmod.txt
Module Size Used by
xt_nat 16384 0
xt_tcpudp 16384 0
veth 28672 0
xt_conntrack 16384 1
xt_MASQUERADE 16384 1
nf_conntrack_netlink 45056 0
nfnetlink 20480 2 nf_conntrack_netlink
xt_addrtype 16384 2
iptable_filter 16384 1
iptable_nat 16384 1
nf_nat 45056 3 xt_nat,iptable_nat,xt_MASQUERADE
nf_conntrack 131072 5 xt_conntrack,nf_nat,xt_nat,nf_conntrack_netlink,xt_MASQUERADE
nf_defrag_ipv6 24576 1 nf_conntrack
nf_defrag_ipv4 16384 1 nf_conntrack
libcrc32c 16384 2 nf_conntrack,nf_nat
br_netfilter 32768 0
fuse 118784 5
lzo_rle 16384 36
lzo_compress 16384 1 lzo_rle
zram 32768 6
overlay 114688 0
snd_soc_tegra186_asrc 36864 1
snd_soc_tegra210_ope 32768 1
snd_soc_tegra186_arad 24576 2 snd_soc_tegra186_asrc
snd_soc_tegra210_iqc 16384 0
snd_soc_tegra210_mvc 20480 2
snd_soc_tegra186_dspk 20480 2
snd_soc_tegra210_afc 20480 6
snd_soc_tegra210_dmic 20480 4
snd_soc_tegra210_adx 28672 4
snd_soc_tegra210_mixer 45056 1
snd_soc_tegra210_amx 32768 4
snd_soc_tegra210_admaif 118784 1
snd_soc_tegra210_i2s 24576 6
snd_soc_tegra_pcm 16384 1 snd_soc_tegra210_admaif
snd_soc_tegra210_sfc 57344 4
aes_ce_blk 36864 0
crypto_simd 24576 1 aes_ce_blk
cryptd 28672 1 crypto_simd
aes_ce_cipher 20480 1 aes_ce_blk
ghash_ce 28672 0
sha2_ce 20480 0
sha256_arm64 28672 1 sha2_ce
sha1_ce 20480 0
snd_soc_spdif_tx 16384 0
uvcvideo 102400 0
videobuf2_vmalloc 20480 1 uvcvideo
snd_soc_tegra_machine_driver 16384 0
leds_gpio 16384 0
max77620_thermal 16384 0
snd_soc_tegra210_adsp 753664 1
snd_soc_tegra_utils 28672 3 snd_soc_tegra210_admaif,snd_soc_tegra_machine_driver,snd_soc_tegra210_adsp
snd_soc_tegra210_ahub 1228800 3 snd_soc_tegra210_ope,snd_soc_tegra210_sfc
snd_soc_simple_card_utils 24576 1 snd_soc_tegra_utils
nvadsp 110592 1 snd_soc_tegra210_adsp
tegra_bpmp_thermal 16384 0
tegra210_adma 28672 2 snd_soc_tegra210_admaif,snd_soc_tegra210_adsp
snd_hda_codec_hdmi 57344 4
snd_hda_tegra 16384 0
snd_hda_codec 118784 2 snd_hda_codec_hdmi,snd_hda_tegra
realtek 24576 1
userspace_alert 16384 0
snd_hda_core 81920 3 snd_hda_codec_hdmi,snd_hda_codec,snd_hda_tegra
nv_imx219 20480 0
spi_tegra114 32768 0
loop 36864 1
binfmt_misc 24576 1
ina3221 24576 0
pwm_fan 24576 0
nvgpu 2494464 20
nvmap 192512 62 nvgpu
ip_tables 36864 2 iptable_filter,iptable_nat
x_tables 49152 7 xt_conntrack,iptable_filter,xt_tcpudp,xt_addrtype,xt_nat,ip_tables,xt_MASQUERADE
ls /dev/ttyUSB* 2>&1 | tee ttyUSB.txt
ls: cannot access ā/dev/ttyUSB*ā: No such file or directory
Notice that on my x86_64 desktop thereās no /dev/ttyUSBX either and I can read data.
I did some more testing, I can send commands to the camera, they are received and executed, but I can never get a reply on the jetson, but I can on the x86_64 desktop machine.
EDIT:
Additionally, Iāve seen that in the x86_64 system I can send and receive commands while streaming, whereas in the Xavier NX sending commands interrupts the video transmission and I still get no answer.