Skip to content

Instantly share code, notes, and snippets.

@idlesign
Created November 14, 2015 10:28
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save idlesign/9906a84dfdcdba6d6b12 to your computer and use it in GitHub Desktop.
Save idlesign/9906a84dfdcdba6d6b12 to your computer and use it in GitHub Desktop.
Make HDMI audio be listed in Ubuntu Sound Output Devices
; also https://wiki.archlinux.org/index.php/PulseAudio/Examples
; Show available cards and devices
aplay -l
; And ping a device. 0 - card, 3 -device
speaker-test -c 2 -r 48000 -D hw:0,3
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment