Hi NVIDIA,
I am using JetPack 7.1 on the Jetson AGX Thor Developer Kit and encountering a persistent issue where audio jack detection stops working after the system resumes from sleep.
How to Reproduce:
- Open a terminal and run the following command to monitor the state in real-time:
watch -n 0.2 -d "amixer -c APE cget name='CVB-RT Jack-state'" - Verify initial functionality:
- Physically plug in the audio jack. (Observe
watchoutput changes tovalues=1) - Physically unplug the audio jack. (Observe
watchoutput changes tovalues=0) - Confirming that the driver and hardware are working correctly before suspend.
- Execute the suspend command:
sudo systemctl suspend - Wake the AGX Thor DevKit back to its normal operating state.
- Re-test functionality:
- Action: Physically plug/unplug the audio jack again.
- Actual Result: The
watchoutput remains static (stuck at its last state). The system no longer responds to the jack’s physical status change.
Looking forward to your technical support.


