Do you have /etc/asound.conf set up?

When I add a sound card to a Rivendell machine using alsa, I create a file /etc/asound.conf such as:

pcm.rd0 {
  type hw
  card 1
}
ctl.rd0
  type hw
  card 1
}

This tells Rivendell to use card 1.

The sound cards may be detected in random order, so I add to /etc/modprobe.d/alsa-base.conf lines such as:

options snd-hda-intel index=0
options snd-ice1724 index=1

This is on a machine with an M-Audio Audiophile 192 card, and tells it to always assign card 1 to that card.


Rob

On Wed, 23 Jul 2014, Frank White wrote:

I hope you will not mind the interruption to the list.  I am not well versed
in Rivendell or Linux.  I would like to know if anyone has used the M-Audio
M-Track Plus USB audio adaptor with Rivendell.  I am using the Rivendell
Appliance install DVD.  Centos can play out over the adaptor but Rivendell
can not.  I have looked at Jack but it seems too complicated for me at this
time.  Rivendell is picking up the built in audio adaptor.  Is there
something I need to change in a configuration file to allow Rivendell to see
this adaptor just using Alsa?

--
Frank White
Frank White Technology

_______________________________________________
Rivendell-dev mailing list
[email protected]
http://caspian.paravelsystems.com/mailman/listinfo/rivendell-dev

Reply via email to