LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Slackware (https://www.linuxquestions.org/questions/slackware-14/)
-   -   Alsa change default soundcard (https://www.linuxquestions.org/questions/slackware-14/alsa-change-default-soundcard-650614/)

hellasyoda 06-20-2008 03:54 PM

Alsa change default soundcard
 
Hello!!
I have a web cam with embedded microphone.My slackware recognize microphone like c0 soundcard and my normal soundcard like c1.I want to convert c1 to c0.

I tried some methods like to remove module snd-sub-audio that required from web cam but then microphone doesn't work but sound works:).Also i create asoundrc and my system it uses as default the c1 soundcard,i have sound with other applications but in firefox i dont have sound.I tried to run firefox with aoss firefox but nothing.
I want to see in alsamixer as default my normal soundcard.
Thanks!!

netcrawl 06-20-2008 04:45 PM

Edit /etc/modprobe.d/sound to look something like:

alias snd-card-0 module_you_want
alias sound-slot-0 module_you_want
options module_you_want index=0
alias snd-card-1 module_you_want_second
alias sound-slot-1 module_you_want_second
options module_you_want_second index=1

hellasyoda 06-20-2008 05:10 PM

Thanks it works.


All times are GMT -5. The time now is 01:59 PM.