MultiCard: Userspace solution

View: New views
6 Messages — Rating Filter:   Alert me  

MultiCard: Userspace solution

by Carlo Capocasa-2 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Hi everyone!

I made a quick fix solution to the alsa multicard problem that turns up
when you have more than one soundcard. In this case, the alsa device
number is volatile and you have to update your QJackCtl config after
every boot.

The description is here:

https://help.ubuntu.com/community/UbuntuStudio/MulticardQuickfix

It is on the Ubuntu Wiki, because that is what I use, but the
instructions should work unchanged for any linux distribution.

Thanks for having a look! Let me know if I can improve something.

Carlo

_______________________________________________
Linux-audio-user mailing list
Linux-audio-user@...
http://lists.linuxaudio.org/mailman/listinfo/linux-audio-user

Re: MultiCard: Userspace solution

by Ivica Ico Bukvic-3 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

> Hi everyone!
>
> I made a quick fix solution to the alsa multicard problem that turns up
> when you have more than one soundcard. In this case, the alsa device
> number is volatile and you have to update your QJackCtl config after
> every boot.
>
> The description is here:
>
> https://help.ubuntu.com/community/UbuntuStudio/MulticardQuickfix
>
> It is on the Ubuntu Wiki, because that is what I use, but the
> instructions should work unchanged for any linux distribution.
>
> Thanks for having a look! Let me know if I can improve something.
>
> Carlo

Doesn't the Alsa's option card numbering work any more?

Ico

_______________________________________________
Linux-audio-user mailing list
Linux-audio-user@...
http://lists.linuxaudio.org/mailman/listinfo/linux-audio-user

Re: MultiCard: Userspace solution

by Carlo Capocasa-2 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Never got it to work...

Ivica Ico Bukvic wrote:

>> Hi everyone!
>>
>> I made a quick fix solution to the alsa multicard problem that turns up
>> when you have more than one soundcard. In this case, the alsa device
>> number is volatile and you have to update your QJackCtl config after
>> every boot.
>>
>> The description is here:
>>
>> https://help.ubuntu.com/community/UbuntuStudio/MulticardQuickfix
>>
>> It is on the Ubuntu Wiki, because that is what I use, but the
>> instructions should work unchanged for any linux distribution.
>>
>> Thanks for having a look! Let me know if I can improve something.
>>
>> Carlo
>
> Doesn't the Alsa's option card numbering work any more?
>
> Ico

_______________________________________________
Linux-audio-user mailing list
Linux-audio-user@...
http://lists.linuxaudio.org/mailman/listinfo/linux-audio-user

Re: MultiCard: Userspace solution

by Fernando Lopez-Lezcano :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

On Sun, 2009-07-05 at 18:57 +0200, Carlo Capocasa wrote:

> Hi everyone!
>
> I made a quick fix solution to the alsa multicard problem that turns up
> when you have more than one soundcard. In this case, the alsa device
> number is volatile and you have to update your QJackCtl config after
> every boot.
>
> The description is here:
>
> https://help.ubuntu.com/community/UbuntuStudio/MulticardQuickfix
>
> It is on the Ubuntu Wiki, because that is what I use, but the
> instructions should work unchanged for any linux distribution.
>
> Thanks for having a look! Let me know if I can improve something.

At least in the case of Fedora using the card id (not the number) in
qjackctl works fine without any auxiliary script.

-- Fernando


_______________________________________________
Linux-audio-user mailing list
Linux-audio-user@...
http://lists.linuxaudio.org/mailman/listinfo/linux-audio-user

Re: MultiCard: Userspace solution

by Giso Grimm :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Hi,

why not simply use "hw:IO" as a device in jack? That works perfectly
well for me. It is just overwritten by qjackctl if I select a sound card
from the list. Works also for all other ALSA applications (and you can
create aliases in .asoundrc of you like, e.g.:

pcm.!default {
  type plug
#  slave { pcm "hw:Digi968,0" }
  slave { pcm "hw:DSP" }
  route_policy duplicate
}

should work with non-plug definition as well).

-- Giso


Carlo Capocasa wrote:

> Never got it to work...
>
> Ivica Ico Bukvic wrote:
>>> Hi everyone!
>>>
>>> I made a quick fix solution to the alsa multicard problem that turns up
>>> when you have more than one soundcard. In this case, the alsa device
>>> number is volatile and you have to update your QJackCtl config after
>>> every boot.
>>>
>>> The description is here:
>>>
>>> https://help.ubuntu.com/community/UbuntuStudio/MulticardQuickfix
>>>
>>> It is on the Ubuntu Wiki, because that is what I use, but the
>>> instructions should work unchanged for any linux distribution.
>>>
>>> Thanks for having a look! Let me know if I can improve something.
>>>
>>> Carlo
>> Doesn't the Alsa's option card numbering work any more?
>>
>> Ico
>
> _______________________________________________
> Linux-audio-user mailing list
> Linux-audio-user@...
> http://lists.linuxaudio.org/mailman/listinfo/linux-audio-user

_______________________________________________
Linux-audio-user mailing list
Linux-audio-user@...
http://lists.linuxaudio.org/mailman/listinfo/linux-audio-user

Re: MultiCard: Userspace solution

by hollunder :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

On Mon, 06 Jul 2009 09:20:43 +0200
Giso Grimm <gg3137@...> wrote:

> Hi,
>
> why not simply use "hw:IO" as a device in jack? That works perfectly
> well for me. It is just overwritten by qjackctl if I select a sound
> card from the list. Works also for all other ALSA applications (and
> you can create aliases in .asoundrc of you like, e.g.:
>
> pcm.!default {
>   type plug
> #  slave { pcm "hw:Digi968,0" }
>   slave { pcm "hw:DSP" }
>   route_policy duplicate
> }
>
> should work with non-plug definition as well).
>
> -- Giso
>
>
> Carlo Capocasa wrote:
> > Never got it to work...
> >
> > Ivica Ico Bukvic wrote:
> >>> Hi everyone!
> >>>
> >>> I made a quick fix solution to the alsa multicard problem that
> >>> turns up when you have more than one soundcard. In this case, the
> >>> alsa device number is volatile and you have to update your
> >>> QJackCtl config after every boot.
> >>>
> >>> The description is here:
> >>>
> >>> https://help.ubuntu.com/community/UbuntuStudio/MulticardQuickfix
> >>>
> >>> It is on the Ubuntu Wiki, because that is what I use, but the
> >>> instructions should work unchanged for any linux distribution.
> >>>
> >>> Thanks for having a look! Let me know if I can improve something.
> >>>
> >>> Carlo
> >> Doesn't the Alsa's option card numbering work any more?
> >>
> >> Ico

I second that, just look at the output of aplay -l.
in my case:
card 1: UA25 [UA-25]

the in qjackctl or the jack commandline just use hw:UA25
done, no more trouble
_______________________________________________
Linux-audio-user mailing list
Linux-audio-user@...
http://lists.linuxaudio.org/mailman/listinfo/linux-audio-user