All of lore.kernel.org
 help / color / mirror / Atom feed
* jack plugin?
@ 2003-10-27 16:50 Florian Schmidt
  2003-10-28 11:34 ` Takashi Iwai
  0 siblings, 1 reply; 8+ messages in thread
From: Florian Schmidt @ 2003-10-27 16:50 UTC (permalink / raw)
  To: alsa-devel



Hi,

i tried to install and use the jack plugin [alsa-lib]. I failed. Here's
what i did.

1.] tried to build alsa-lib with ./configure --with-jack. It accepted
the configure parameter, but didn't build or install the jack plugin
upon make; make install

2.] tried to go directly to alsa-lib/src/pcm/ext/ and buildt the plugin
manually. seemingly succeeded, but make install-jack failed with this
error:

tapas@mango:~/Source/BuildStuff/alsa-lib-0.9.8/src/pcm/ext$ sudo make
install-jack
/bin/sh ../../../mkinstalldirs /usr/lib/alsa-lib
/bin/sh ../../../libtool --mode=install   libasound_module_pcm_jack.la
/usr/lib/alsa-lib/libasound_module_pcm_jack.la
libtool: install: you must specify a destination
Try `libtool --help --mode=install' for more information.
make: *** [install-jack] Error 1

I then found the shared object in 

src/pcm/ext/.lib

and copied it manually to /usr/lib/alsa-lib

then i added an entry to my .asoundrc:

pcm.jackplug {
        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.jack {
        type hw
        card 0
}

but aplay still complained about missing the shred lib. It seemingly
expected it to be in /usr/local/lib/alsa-lib. So i moved it there and
tried again. Now aplay crashes with a segfault:

tapas@mango:~/Source/BuildStuff/alsa-lib-0.9.8/src/pcm/ext$ aplay -D
jack foo.wav
snd_pcm_jack_open
Segmentation fault


Regards, Florian Schmidt


-------------------------------------------------------
This SF.net email is sponsored by: The SF.net Donation Program.
Do you like what SourceForge.net is doing for the Open
Source Community?  Make a contribution, and help us add new
features and functionality. Click here: http://sourceforge.net/donate/

^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2003-11-07 17:30 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2003-10-27 16:50 jack plugin? Florian Schmidt
2003-10-28 11:34 ` Takashi Iwai
2003-10-28 18:11   ` Takashi Iwai
2003-10-28 18:19     ` Takashi Iwai
2003-10-28 20:06       ` Florian Schmidt
2003-10-28 23:37         ` Florian Schmidt
2003-11-03 19:55           ` Florian Schmidt
2003-11-07 17:30             ` Takashi Iwai

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.