debug.sh 501 B

123456789101112131415161718
  1. #!/bin/bash
  2. echo "This script helps debug audio and USB KVM devices."
  3. echo "Make sure you have the necessary permissions to access audio and USB devices."
  4. echo ""
  5. # List all audio devices
  6. echo "------------------"
  7. echo "Listing audio devices"
  8. sudo ./remdeskd -mode=debug -tool=audio-devices
  9. # List all USB KVM devices
  10. echo "------------------"
  11. echo "Listing USB KVM devices"
  12. sudo ./remdeskd -mode=debug -tool=list-usbkvm
  13. echo "------------------"
  14. sudo ./remdeskd -mode=debug -tool=list-usbkvm-json