Hi Chris et al,
Thanks so much... I thought I might be using jack incorrectly... So now I'm trying to use jack as explained by Chris above. Here's some output:
gibbyj@LinuxBVR:~/Downloads$ jackd -R -d alsa -d hw:2 -p 128 -n 2
jackd 0.124.2
Copyright 2001-2009 Paul Davis, Stephane Letz, Jack O'Quinn, Torben Hohn and others.
jackd comes with ABSOLUTELY NO WARRANTY
This is free software, and you are welcome to redistribute it
under certain conditions; see the file COPYING for details
JACK compiled with System V SHM support.
`default' server already active
no message buffer overruns
I am not sure what it means when it says 'default' server already active. I thought I had stopped the server with qjackctl. When I start it as above, and then start qjackctl, qjackctl still thinks the server is stopped. (Kinda wish I had jack2, seems like it has better admin functions.)
Here's some more output; there's a jackdbus process; why is that here, I thought that was jack2?
4611 gibbyj 20 0 813480 76580 56480 S 0.3 1.0 2:08.47 qjackctl
4413 gibbyj 20 0 223540 17504 16136 S 0.3 0.2 1:31.74 jackdbus
4611 gibbyj 20 0 813480 76580 56480 S 0.3 1.0 2:08.48 qjackctl
gibbyj@LinuxBVR:~/Downloads$ killall jackd
jackd: no process found
gibbyj@LinuxBVR:~/Downloads$ ps -ef |grep jackd
gibbyj 4413 1 0 Jan17 ? 00:01:31 /usr/bin/jackdbus auto
gibbyj 12590 3958 0 02:12 pts/1 00:00:00 grep jackd
gibbyj@LinuxBVR:~/Downloads$
No sound coming out yet with this new approach, I guess b/c I see 32 choices for hw:2 playback and I need to figure out which ones are the right ones to send the output to. But I think I'm making progress...
Thanks,
John