* Tobias Koeck [100312 18:48 +0100]
> jobl...@tron:~$ lsmod |grep snd
> snd_hda_codec_atihdmi     1687  1
> snd_hda_codec_analog    45498  1
> snd_hda_intel          15347  5
> snd_hda_codec          46002  3
> snd_hda_codec_atihdmi,snd_hda_codec_analog,snd_hda_intel
> snd_usb_audio          49838  2


according to /usr/share/doc/alsa-base/README.Debian.gz I would
advice you to create /etc/modprobe.d/sound.conf with the contents
shown below:

alias snd-card-0    snd-hda-intel
options snd-hda-intel index=0
alias snd-card-1    snd-usb-audio
options snd-usb-audio index=-2

to prevent the webcam to get prio 0 soundcard.

Run as root:
# alsa force-reload
or
# reboot

and check again via the output of:

$ cat /proc/asound/cards
or
$ aplay -l

Elimar


-- 
  You cannot propel yourself forward by
  patting yourself on the back.



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Reply via email to