<p dir="ltr">Thanks for the quick reply Ralf. I'll give it a shot. </p>
<p dir="ltr">Cameron</p>
<div class="gmail_quote">On Jun 14, 2015 10:31 PM, "Ralf Mardorf" <<a href="mailto:ralf.mardorf@alice-dsl.net">ralf.mardorf@alice-dsl.net</a>> wrote:<br type="attribution"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hi,<br>
<br>
I would turn off on-board sound by the BIOS settings and then ensure<br>
that the sound card/s always get/s the same card number/s at startup.<br>
<br>
This is how my /etc/modprobe.d/alsa-base.conf looks like:<br>
<br>
  # ALSA module ordering<br>
  options snd slots=snd_hdspm,snd_ice1712,snd_ice1712<br>
<br>
Information can be found at<br>
<a href="http://alsa.opensrc.org/MultipleCards#The_newer_.22slots.3D.22_method" rel="noreferrer" target="_blank">http://alsa.opensrc.org/MultipleCards#The_newer_.22slots.3D.22_method</a> :<br>
<br>
"How to choose a particular order for multiple installed cards<br>
<br>
Which card is card number 0, 1 and so is by default determined by<br>
module load order. This is particularly useful to choose which card<br>
becomes the default one.<br>
<br>
In theory therefore it is possible to choose which of several installed<br>
cards becomes card 0, the default one, by ensuring its driver module is<br>
loaded first. (Note: this assumes that each sound card requires a<br>
different driver. If you have two soundcards of the same type, please<br>
skip to the next section.)<br>
<br>
There are two ways to achieve this, the "old" index= option of the card<br>
driver module, and the alternative (and new) slots= option of the snd<br>
module.<br>
<br>
[snip]<br>
<br>
The newer "slots=" method<br>
<br>
Alternatively, you can use the slot option instead of the index options:<br>
<br>
options snd slots=snd-interwave,snd-ens1371<br>
<br>
Then, the first slot (#0) is reserved for snd-interwave driver, and the<br>
second (#1) for snd-ens1371. You can omit index option in each driver<br>
if slots option is used (although you can still have them at the same<br>
time as long as they don't conflict).<br>
<br>
According to ALSA-Configuration.txt, The slots option is especially<br>
useful for avoiding the possible hot-plugging and the resultant slot<br>
conflict. For example, in the case above again, the first two slots are<br>
already reserved. If any other driver (e.g. snd-usb-audio) is loaded<br>
before snd-interwave or snd-ens1371, it will be assigned to the third<br>
or later slot."<br>
<br>
Regards,<br>
Ralf<br>
_______________________________________________<br>
Ardour-Users mailing list<br>
<a href="mailto:ardour-users@lists.ardour.org">ardour-users@lists.ardour.org</a><br>
To unsubscribe  or change your mailing preferences please visit:<br>
<a href="http://lists.ardour.org/listinfo.cgi/ardour-users-ardour.org" rel="noreferrer" target="_blank">http://lists.ardour.org/listinfo.cgi/ardour-users-ardour.org</a><br>
</blockquote></div>