<html>
  <head>
    <meta content="text/html; charset=UTF-8" http-equiv="Content-Type">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    <br>
    <div class="moz-cite-prefix">On 26/06/2012 16:25, Danni Coy wrote:<br>
    </div>
    <blockquote
cite="mid:CAGR1oLB_ZkbM=kYLX-VGmwz8zyDQMhvC1L+01+LSdvgXeyiR8A@mail.gmail.com"
      type="cite">Thanks looks like I need to look at what it would take
      to have the gui front end (Cadence) behave this way by default
      <div><br>
        <br>
        <div class="gmail_quote">On Tue, Jun 26, 2012 at 10:31 PM, Jari
          Suominen <span dir="ltr"><<a moz-do-not-send="true"
              href="mailto:jari.ak.suominen@gmail.com" target="_blank">jari.ak.suominen@gmail.com</a>></span>
          wrote:<br>
          <blockquote class="gmail_quote" style="margin:0 0 0
            .8ex;border-left:1px #ccc solid;padding-left:1ex"><a
              moz-do-not-send="true"
              href="http://jackaudio.org/device_naming" target="_blank">http://jackaudio.org/device_naming</a><br>
            <br>
            2012/6/26 Danni Coy <<a moz-do-not-send="true"
              href="mailto:danni.coy@gmail.com">danni.coy@gmail.com</a>>:<br>
            <div class="HOEnZb">
              <div class="h5">> I have only been using jackd with the
                alsa back end for a short amount of<br>
                > time (been a ffado user for many years). I am also
                dealing with a friends<br>
                > cheap laptop which is having issues; basically the
                order of the alsa devices<br>
                > is changing with every boot which means I have to
                configure jack every time<br>
                > I want to use it.<br>
                ><br>
                > Is there any way to get jack to remember the
                description of the device<br>
                > rather than the number and search for that
                description on startup (then use<br>
                > the device number if that fails). This would seem
                to me like a much saner<br>
                > way of doing things to me.<br>
                ><br>
                ><br>
              </div>
            </div>
            <div class="HOEnZb">
              <div class="h5">>
                _______________________________________________<br>
                > Linux-audio-user mailing list<br>
                > <a moz-do-not-send="true"
                  href="mailto:Linux-audio-user@lists.linuxaudio.org">Linux-audio-user@lists.linuxaudio.org</a><br>
                > <a moz-do-not-send="true"
                  href="http://lists.linuxaudio.org/listinfo/linux-audio-user"
                  target="_blank">http://lists.linuxaudio.org/listinfo/linux-audio-user</a><br>
                ><br>
              </div>
            </div>
          </blockquote>
        </div>
        <br>
      </div>
      <br>
      <fieldset class="mimeAttachmentHeader"></fieldset>
      <br>
      <pre wrap="">_______________________________________________
Linux-audio-user mailing list
<a class="moz-txt-link-abbreviated" href="mailto:Linux-audio-user@lists.linuxaudio.org">Linux-audio-user@lists.linuxaudio.org</a>
<a class="moz-txt-link-freetext" href="http://lists.linuxaudio.org/listinfo/linux-audio-user">http://lists.linuxaudio.org/listinfo/linux-audio-user</a>
</pre>
    </blockquote>
    Hi Danni,<br>
    <br>
    Another approach is to force the ALSA (or actually the kernel) to
    assign persistent indexes to your cards. This is done through
    modprobe options. See the post <a
href="http://artisan.karma-lab.net/predeterminer-indexes-peripheriques-alsa">here</a>
    (in French). <br>
    Basically, you edit (and/or create)
    <meta http-equiv="content-type" content="text/html; charset=UTF-8">
    /etc/modprobe.d/alsa-base.conf to look like this:<span style="color:
      rgb(46, 139, 87); font-family: Monaco,'Andale Mono','Courier
      New',Courier,mono; font-size: 12px; font-style: normal;
      font-variant: normal; font-weight: normal; letter-spacing: normal;
      line-height: 15px; orphans: 2; text-indent: 0px; text-transform:
      none; white-space: normal; widows: 2; word-spacing: 0px;
      background-color: rgb(255, 255, 255); display: inline ! important;
      float: none;"><br>
      <br>
    </span>
    <meta http-equiv="content-type" content="text/html; charset=UTF-8">
    <blockquote>options snd-usb-audio index=0 # this ensures that your
      usb card comes in first<br>
      options snd-hda-intel index=1 # if you have an intel card...<br>
    </blockquote>
    <br>
    You can list all the modules which are used by sound devices on your
    computer by running "
    <meta http-equiv="content-type" content="text/html; charset=UTF-8">
    sudo lsmod | grep snd" this into a terminal. You can set the index
    number for all of them, and then Jack should find them always in the
    same place. This works even for software were you only have a
    dropdown list with card index numbers (where method in <a
      moz-do-not-send="true" href="http://jackaudio.org/device_naming"
      target="_blank">http://jackaudio.org/device_naming</a> does not
    work). <br>
    <br>
    If you have several usb cards, they will all use snd-usb-audio, but
    you can still preset their indexes by specifying vendor/product
    numbers... This is explained in detail in the post mentioned above.
    Please tell me if you need an English translation.<br>
    <br>
    After editing /etc/modprobe.d/alsa-base.conf, make sure you either
    rmmod then modprobe the corresponding modules, or reboot. <br>
    <br>
    Good luck,<br>
    Victor<br>
  </body>
</html>