The USB ports were working fine on Jetson AGX Orin devkit using jetpack 6.0. About 2 weeks ago they stopped working for some reason. I tried to reflash the jetpack with both 6.0 and 6.1 using sdkmanager, but it didn’t help.
It seems like a software issue as the USB ports are working fine on jetpack 5.x. The only thing that is not working on jetpack 5 is nv-l4t-usb-device-mode service, which is also unusual as it was working fine before.
The keyboard is also working fine in boot screen, but it is not working anymore after booting the system on jetpack 6.
Attached the dmesg and journactl -u nv-l4t-usb-device-mode output from both jetpack 5 and 6:
It looks more like the whole type C controller on your board has problem. Even in Jetpack5.
It is just Jetpack5 has no dependencies check in driver probe so your usb hub can still work. In jetpack6, the dependencies check didn’t pass so whole usb driver is not up.