Skip to content

Instantly share code, notes, and snippets.

@andrewn
Last active December 21, 2015 19:09
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save andrewn/6352695 to your computer and use it in GitHub Desktop.
Save andrewn/6352695 to your computer and use it in GitHub Desktop.
USB Soundcard default
To make a USB souncard default:
1. Open `sudo nano /etc/modprobe.d/alsa-base.conf`
2. Comment out the following line: `#options snd-usb-audio index=-2`
3. Reboot
4. Check that USB audio is at the top of this list `cat /proc/asound/modules`
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment