Skip to content

Instantly share code, notes, and snippets.

@mattbell87
Created June 16, 2022 06:11
Show Gist options
  • Save mattbell87/f58c573b073e88e47271f525db3c7641 to your computer and use it in GitHub Desktop.
Save mattbell87/f58c573b073e88e47271f525db3c7641 to your computer and use it in GitHub Desktop.
Dummy audio on linux

Enable dummy audio on linux. Can be useful for headless servers.

  1. Install snd-dummy kernel module (might be installed already)
  2. Enable the module with modprobe snd-dummy
  3. To make it persist across reboots add snd-dummy to /etc/modules
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment