Raspberry Pi: Difference between revisions
No edit summary |
No edit summary |
||
Line 1: | Line 1: | ||
== Camera == | |||
[[PiCam]] | |||
== Audio == | |||
* 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] |
Revision as of 21:12, 18 March 2017
Camera
Audio
- Using an 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
# Keep snd-usb-audio from beeing loaded as first soundcard # options snd-usb-audio index=-2