Go to advanced search

by MountainRider
Sun Nov 25, 2012 12:17 am
Forum: Graphics, sound and multimedia
Topic: Choosing a default sound card
Replies: 8
Views: 11491

Re: Choosing a default sound card

Go to /etc/modprobe.d/alsa-base.conf, and comment out the line "options snd-usb-audio index=-2". This line seems to set a lower loading priority for module snd-usb-audio than snd-bcm2835. Since snd-bcm2835 is loaded first, it gets assigned to card 0, and snd-usb-audio is loaded second it is assigne...
by MountainRider
Sun Nov 25, 2012 12:00 am
Forum: Graphics, sound and multimedia
Topic: Choosing a default sound card
Replies: 8
Views: 11491

Re: Choosing a default sound card

I know how to set up /etc/asound.conf to use a Logitech USB headset, which becomes card 1 when it is plugged into the Pi, and it is represented as hw:1,0. Can you post your "/etc/asound.conf" for this? I am having trouble with my Turtle Beach Amigo II. No matter what I do, I can't get ALSA to recog...
by MountainRider
Sat Nov 24, 2012 10:34 pm
Forum: HATs and other add-ons
Topic: USB Audio Problems
Replies: 2
Views: 1094

USB Audio Problems

I am using a Turtle Beach Amigo II with my Raspberry Pi. I commented out the line # options snd-usb-audio index=-2 in /etc/modprobe.d/alsa-base.conf. However, when I run aplay test.wav there is no sound. However, if I run aplay -D sysdefault:CARD=Audio test.wav I hear sound out of the speaker output...

Go to advanced search