FC5 picks up my USB Camera not sound

Hadders fedora at workingwithit.com
Fri Dec 15 07:10:52 UTC 2006


dexter wrote:
> On Fri December 15 2006 03:35, Hadders wrote:
>   
>> Hadders wrote:
>>     
>>> Hi all,
>>>  I've got a problem where sometimes FC5 picks up my USB Camera with
>>> mic and not my Soundcard.
>>>
>>> It means I can't play any audio, because alsamixer thinks the sound
>>> device is the USB camera.
>>> How do I change that ordering? What info can I provide and from where
>>> to help with this?
>>>
>>> Thanks
>>>       
>> A quick look at lsmod shows (cut down)
>>
>> snd_pcm                88005  4
>> snd_usb_audio,snd_emu10k1,snd_ac97_codec,snd_pcm_oss
>> snd_hwdep              14149  3 snd_emux_synth,snd_usb_audio,snd_emu10k1
>> snd                    59973  18
>> snd_emux_synth,snd_seq_virmidi,snd_usb_audio,snd_emu10k1,
>>
>>
>> I'm thinking snd_pcm is important, but the usb_audio is ahead of the
>> emu10k1
>>
>> Not sure what to do..
>>     
>
> me thinks you do this in /etc/modprobe.conf
> alias snd-card-1 snd-emu10k1
> options snd-card-1 index=1
> should make it always first card.
>
> ...dex
>
>
>
>   
Actually a quick look in there shows.

alias snd-card-0 snd-emu10k1
options snd-card-0 index=0
options snd-emu10k1 index=0
remove snd-emu10k1 { /usr/sbin/alsactl store 0 >/dev/null 2>&1 || : ; }; 
/sbin/modprobe -r --ignore-remove snd-emu10k1





More information about the fedora-list mailing list