понедельник, 14 марта 2016 г.

Две и более звуковый карты в системе

Вот по этому методу я сделал себе работу внешней звуковой по умолчанию.
https://bbs.archlinux.org/viewtopic.php?id=158174

Hi, the wiki suggests making /etc/modprobe.d/alsa-base.conf, and gives this example:
options snd slots=snd_mia,snd_hda_intel
options snd_mia index=0
options snd_hda_intel index=1
snd_mia and snd_hda_intel are the modules used by the respective cards. This configuration assumes you have one mia sound card and one card using snd_hda_intel (e.g. onboard).
but how do I find the module names used in my set up, ie the equivalent to "snd_mia and snd_hda_intel" ?
You can experiment with
lsmod | grep snd
and see if you can guess the correct names. To make things a tad bit easier, try checking & diff the lsmod ouput before and after plugging in the usb card.

Еще одна статья, которая помогла мне разобраться со звуком и диагностикой.

howtos:hardware:audio_and_snd-hda-intel