Skip to content

Instantly share code, notes, and snippets.

@mcandre
Last active August 29, 2015 14:11
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 mcandre/b11c0817d0f3976a9840 to your computer and use it in GitHub Desktop.
Save mcandre/b11c0817d0f3976a9840 to your computer and use it in GitHub Desktop.
  1. Connect Raspberry Pi to HDMI TV.
  2. Boot Raspbian.
  3. Edit /usr/share/alsa/alsa.conf.
  4. Change the line pcm.front cards.pcm.front to pcm.front cards.pcm.default.
  5. Ensure /etc/modules contains a line with snd_bcm2835.
  6. Reload the sound module: sudo modprobe snd_bcm2835.
  7. Reload alsa: sudo alsa reload.
  8. Confirm audio is now working: aplay /usr/share/scratch/Media/Sounds/Animal/Kitten.wav.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment