Raspberry Pi: Difference between revisions

From XPUB & Lens-Based wiki
No edit summary
No edit summary
Line 1: Line 1:


* Using an [https://computers.tutsplus.com/articles/using-a-usb-audio-device-with-a-raspberry-pi--mac-55876 external USB Audio Device]
* Using an [https://computers.tutsplus.com/articles/using-a-usb-audio-device-with-a-raspberry-pi--mac-55876 external USB Audio Device]
Getting an external USB device to be the "default" is surprisingly easy, just comment out a line in the alsa config (as shown below):


sudo nano /etc/modprobe.d/alsa-base.conf
sudo nano /etc/modprobe.d/alsa-base.conf

Revision as of 22:11, 18 March 2017

Getting an external USB device to be the "default" is surprisingly easy, just comment out a line in the alsa config (as shown below):

sudo nano /etc/modprobe.d/alsa-base.conf

 # Keep snd-usb-audio from beeing loaded as first soundcard
 # options snd-usb-audio index=-2