<br><br><div class="gmail_quote">On Sun, May 15, 2011 at 3:27 PM, David Henningsson <span dir="ltr"><<a href="mailto:david.henningsson@canonical.com">david.henningsson@canonical.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">
<br>
Sources and sinks, yes. Well, they should show up in both PulseAudio and JACK - since it is a connection between JACK and PulseAudio you should be able to route it the way you want in both PulseAudio and JACK.<div class="im">
<br>
<br>

<br></div>
If you have both Natty and the DBus version of Jack2, it should show up automatically. If you use Lucid, Maverick, or Natty with another version of Jack, you'll need one or both of terminal command(s):<div class="im">
<br>
<br>
pacmd load-module module-jack-sink<br></div>
pacmd load-module module-jack-source<br>
<br>
...depending on whether you want to link playback, recording, or both.<div><div></div><div class="h5"><br>
<br>
-- <br>
David Henningsson, Canonical Ltd.<br>
<a href="http://launchpad.net/%7Ediwic" target="_blank">http://launchpad.net/~diwic</a><br>
</div></div></blockquote></div><br>David,<br><br>Okay, did some testing tonight but had some trouble.<br><br>Since qjackctl has the wrapper script to suspend Pulse Audio I shied away from it, although I realize that I could have called the binary directly and skipped the script.  However, I did it from the command line.<br>
<br>Firstly, I checked the jack version [1], which appears to be correct as it is jack2 and in Natty.<br><br>My first test was to start playing an .ogg file with Totem and then try to start jack from the command line.  The result was that jack found the hardware locked...Ptui!  Ubuntu pastebin isn't working, sorry for the wall of text:<br>
<br>scott@natty-studio:~$ jackd -dalsa -dhw:1 -r44100 -p512 -n3<br>jackdmp 1.9.7<br>Copyright 2001-2005 Paul Davis and others.<br>Copyright 2004-2010 Grame.<br>jackdmp comes with ABSOLUTELY NO WARRANTY<br>This is free software, and you are welcome to redistribute it<br>
under certain conditions; see the file COPYING for details<br>no message buffer overruns<br>no message buffer overruns<br>JACK server starting in realtime mode with priority 10<br>control device hw:1<br>control device hw:1<br>
audio_reservation_init<br>Acquire audio card Audio1<br>creating alsa driver ... hw:1|hw:1|512|3|44100|0|0|nomon|swmeter|-|32bit<br>control device hw:1<br>Using ALSA driver HDA-Intel running on card 1 - HDA Intel at 0xfe9fc000 irq 45<br>
the playback device "hw:1" is already in use. Please stop the application using it and run JACK again<br>Cannot initialize driver<br>JackServer::Open() failed with -1<br>Failed to start server<br><br>Now, I reversed the process and start jack from the command line and then try to start Totem with the .ogg file:<br>
<br>scott@natty-studio:~$ jackd -dalsa -dhw:1 -r44100 -p512 -n3<br>jackdmp 1.9.7<br>Copyright 2001-2005 Paul Davis and others.<br>Copyright 2004-2010 Grame.<br>jackdmp comes with ABSOLUTELY NO WARRANTY<br>This is free software, and you are welcome to redistribute it<br>
under certain conditions; see the file COPYING for details<br>no message buffer overruns<br>no message buffer overruns<br>JACK server starting in realtime mode with priority 10<br>control device hw:1<br>control device hw:1<br>
audio_reservation_init<br>Acquire audio card Audio1<br>creating alsa driver ... hw:1|hw:1|512|3|44100|0|0|nomon|swmeter|-|32bit<br>control device hw:1<br>Using ALSA driver HDA-Intel running on card 1 - HDA Intel at 0xfe9fc000 irq 45<br>
configuring for 44100Hz, period = 512 frames (11.6 ms), buffer = 3 periods<br>ALSA: final selected sample format for capture: 32bit integer little-endian<br>ALSA: use 3 periods for capture<br>ALSA: final selected sample format for playback: 16bit little-endian<br>
ALSA: use 3 periods for playback<br>^Cjack main caught signal 2<br>control device hw:1<br>Released audio card Audio1<br>audio_reservation_finish<br>control device hw:1<br><br>This started jack well but Totem refused to play the song.  When I ctl-c to stop jack then Totem started up directly and began to play the song.<br>
<br><br>At this point I didn't try either 'pacmd' lines until I hear back from you as it seems you expected this to work.  I realize, however, that there is a real chance that I'm doing something wrong too :)<br>
<br><br>ScottL<br><br>[1] <a href="http://paste.ubuntu.com/608805/">http://paste.ubuntu.com/608805/</a><br><br>