Last active
December 21, 2015 19:09
-
-
Save andrewn/6352695 to your computer and use it in GitHub Desktop.
USB Soundcard default
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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