[LAU] ALSA doesn't speak to JACKD

Ray Rashif schivmeister at gmail.com
Sun Oct 25 11:01:54 EDT 2009


2009/10/25 HamRadio <hamradio64 at gmail.com>

> Hi,
> I've recently bought an Edirol FA66 firewire sound interface and it
> works fine with FFADO 2.0-rc2 on my 64 bit Debian testing box.
> However I just can use it with jackd-aware software, whilst all other
> programs, first of all web browsers with (Adobe's) flash plugin etc.
> etc., continue to play only through my onboard AC97 soundcard via
> ALSA.
> I've googled searching a solution to route alsa output to jackd,
> setting an .asoundrc like in:
> http://alsa.opensrc.org/index.php/Jack_(plugin)
> or also in:
> http://ubuntuforums.org/showthread.php?t=644667
> but with no result until now.
> Anyone here have perhaps some more hints to get alsa route its output to
> jackd?
> Thanks in advance for answering.
>

 Could you paste the .asoundrc you have?

For eg., mine is standard because I don't use the plugin when I'm using
external interface:

pcm.!default {
type plug
slave { pcm "jack" }
}

pcm.jack {
type jack
playback_ports {
 0 alsa_pcm:playback_1
1 alsa_pcm:playback_2
}
 capture_ports {
0 alsa_pcm:capture_1
1 alsa_pcm:capture_2
 }
}

ctl.mixer0 {
type hw
card 0
}

And also ensure that the plugin exists:

~$ locate libasound_module_pcm_jack.so
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.linuxaudio.org/pipermail/linux-audio-user/attachments/20091025/041ff513/attachment.htm 


More information about the Linux-audio-user mailing list