juuso.alasuutari | 2 Sep 2006 22:45

[Jackit-devel] /dev/shm?

The JACK FAQ mentions as prerequisite:

* Shared memory file system mounted on /dev/shm. add the following to /etc/fstab
to get it mounted at boot: shmfs /dev/shm shm defaults 0 0 (Note: you may have
to make the /dev/shm directory)

Does this still apply? There don't seem to be any shmfs or shm options in mount
anymore.

Thanks,
Juuso

----------------------------------------------------------------
This mail sent through L-secure: http://www.l-secure.net/

-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
Ross Kendall Axe | 2 Sep 2006 23:43

Re: [Jackit-devel] /dev/shm?


juuso.alasuutari <at> tamperelainen.org wrote:
> The JACK FAQ mentions as prerequisite:
> 
> * Shared memory file system mounted on /dev/shm. add the following to /etc/fstab
> to get it mounted at boot: shmfs /dev/shm shm defaults 0 0 (Note: you may have
> to make the /dev/shm directory)
> 
> Does this still apply? There don't seem to be any shmfs or shm options in mount
> anymore.
> 
> Thanks,
> Juuso
> 

The file system is 'tmpfs' now.

HTH,
Ross

Stéphane Letz | 4 Sep 2006 13:28
Picon
Favicon

[Jackit-devel] Jackdmp code SVN access

Jackdmp code in now available on SVN at:

svn co http://subversion.jackaudio.org/jackmp/trunk/jackmp

and at for those with write access:

svn co svn+ssh://jackmpsvn <at> jackaudio.org/trunk/jackmp

Stephane 

-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
Jason Sullivan | 4 Sep 2006 19:34
Picon

[Jackit-devel] Jack commandline patching mishaps.

OS: Fedora Core Release 4
Kernel: 2.6.17-1.2142_FC4smp
Alsa: alsa-lib-1.0.10-3.FC4
Jack: jack-audio-connection-kit-0.101.1-12.fc4
Darkice: 17.1

Whew, now that that's out of the way.  I've been trying to get multiple audio encoders (and a silence detector) to run off of a single soundcard for quite a while now.  I've given up on the ALSA "dsnoop" plugin, as there's simply no way to get it to work as near as I can tell, and moved to jackd.  Currently, I've got darkice successfully running off of jackd.  I've been trying to get "silentjack" working in connection with it (I hope to get oss2jack working, too).

So while darkice is running, I execute silentjack...

[root <at> encoder]#  silentjack -v -c alsa_pcm:capture_1
JACK client registered as 'silentjack'.
Connecting silentjack:in to alsa_pcm:capture_1
connect_jack_port(): failed to jack_connect() ports: -1

...that didn't seem to work at all.  Calling silentjack without arguments disconnects darkice, and hoses jackd to the point where any sound coming out sounds like crap (until I restart jack).  So I have to restart jack and darkice, and silentjack doesn't work.

Am I doing something wrong here?  I am allowed to connect two clients to the same capture port, right? Any help would be appreciated.

--
Jason Sullivan
jason0x21 <at> gmail.com

-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
Jackit-devel mailing list
Jackit-devel <at> lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jackit-devel
Paul Davis | 4 Sep 2006 20:42

Re: [Jackit-devel] Jack commandline patching mishaps.

On Mon, 2006-09-04 at 13:34 -0400, Jason Sullivan wrote:
> OS: Fedora Core Release 4
> Kernel: 2.6.17-1.2142_FC4smp
> Alsa: alsa-lib-1.0.10-3.FC4
> Jack: jack-audio-connection-kit-0.101.1-12.fc4
> Darkice: 17.1
> 
> Whew, now that that's out of the way.  I've been trying to get
> multiple audio encoders (and a silence detector) to run off of a
> single soundcard for quite a while now.  I've given up on the ALSA
> "dsnoop" plugin, as there's simply no way to get it to work as near as
> I can tell, and moved to jackd.  Currently, I've got darkice
> successfully running off of jackd.  I've been trying to get
> "silentjack" working in connection with it (I hope to get oss2jack
> working, too). 
> 
> So while darkice is running, I execute silentjack...
> 
> [root <at> encoder]#  silentjack -v -c alsa_pcm:capture_1
> JACK client registered as 'silentjack'.
> Connecting silentjack:in to alsa_pcm:capture_1
> connect_jack_port(): failed to jack_connect() ports: -1 
> 
> ...that didn't seem to work at all.  Calling silentjack without
> arguments disconnects darkice, and hoses jackd to the point where any
> sound coming out sounds like crap (until I restart jack).  So I have
> to restart jack and darkice, and silentjack doesn't work. 
> 
> Am I doing something wrong here?  I am allowed to connect two clients
> to the same capture port, right? Any help would be appreciated.

you certainly are allowed to do that (any number of clients). 

what is silentjack? who wrote it? what type of port does it use for its
side of the connection?

-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
Jason Sullivan | 5 Sep 2006 03:25
Picon

Re: [Jackit-devel] Jack commandline patching mishaps.



On 9/4/06, Paul Davis <paul <at> linuxaudiosystems.com> wrote:
On Mon, 2006-09-04 at 13:34 -0400, Jason Sullivan wrote:

> Am I doing something wrong here?  I am allowed to connect two clients
> to the same capture port, right? Any help would be appreciated.

you certainly are allowed to do that (any number of clients).

what is silentjack? who wrote it? what type of port does it use for its
side of the connection?



Silentjack is a input silence detector (so it's used on capture ports).
http://www.ecs.soton.ac.uk/~njh/silentjack/


--
--
Jason Sullivan
jason0x21 <at> gmail.com
-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
Jackit-devel mailing list
Jackit-devel <at> lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jackit-devel
Kito | 5 Sep 2006 20:36
Picon
Favicon

Re: [Jackit-devel] Jackdmp 0.57 package for Linux, OSX and Windows

Hi Stephane,

	I'm trying out jackdmp 0.57 on a Macbook Pro 17" 2.16gHz with 2GB  
ram running Mac OS X 10.4.7 and a Presonus Firebox. The problem I'm  
having, is I can't seem to get signal from physical inputs on the  
firebox no matter what I try (works fine using jackd trunk or the  
current 0.74 pkg from jackosx.com). Everything else seems to work  
normally, i.e. I can route interapplication audio without error. I  
tried both using the device directly and in an aggregate device, the  
with no difference in behaviour.

The log output is huge, so heres just a snip of the console log, let  
me know if I can provide any more info to help track down the problem:

JAR: --------------------------------------------------------
JAR: DeviceRemoveIOProc called inSelf, proc 44343952 2a47660
JAR: DeviceRemoveIOProc 190ddf40 client
JAR: fAudioIOProcList size 1
JAR: DecRefInternal : 1
JAR: --------------------------------------------------------
JAR: DeviceGetPropertyInfo inSelf inDevice inChannel isInput   
44343952 258 0 0 0 0
JAR: DeviceGetPropertyInfo 'UTOM'
JAR: DeviceGetPropertyInfo received NULL outSize pointer
JAR: DeviceGetPropertyInfo received NULL outWritable pointer
JAR: DeviceGetPropertyInfo unkown request:'UTOM'
JAR: --------------------------------------------------------
JAR: DeviceStop called inSelf, proc 44343952 1e532c0
JAR: DeviceStop fProcRunning 0
JAR: --------------------------------------------------------
JAR: DeviceRemoveIOProc called inSelf, proc 44343952 1e532c0
JAR: DeviceRemoveIOProc 190ddf40 client
JAR: fAudioIOProcList size 0
JAR: DecRefInternal : 0
JAR: Desactivate
JAR: --------------------------------------------------------
JAR: SaveConnections
JAR: connections : coreaudio:PreSonus FIREBOX (0374):out1 Digital  
Performe:in1
JAR: DisposePorts
JAR: DisposePorts input 0
JAR: DisposePorts input 1
JAR: DisposePorts input 2
JAR: DisposePorts input 3
JAR: DisposePorts input 4
JAR: DisposePorts input 5
JAR: DisposePorts input 6
JAR: DisposePorts input 7
JAR: DisposePorts output 0
JAR: DisposePorts output 1
JAR: Close
JAR: TJackClient destructor
JAR: --------------------------------------------------------
JAR: DeviceGetPropertyInfo inSelf inDevice inChannel isInput   
44343952 258 0 0 0 0
JAR: DeviceGetPropertyInfo 'zsfv'
JAR: DeviceGetPropertyInfo received NULL outSize pointer
JAR: DeviceGetPropertyInfo received NULL outWritable pointer
JAR: --------------------------------------------------------
JAR: DeviceGetPropertyInfo inSelf inDevice inChannel isInput   
44343952 258 0 0 0 0
JAR: DeviceGetPropertyInfo 'manl'
JAR: DeviceGetPropertyInfo received NULL outSize pointer
JAR: DeviceGetPropertyInfo received NULL outWritable pointer
JAR: --------------------------------------------------------
JAR: DeviceGetPropertyInfo inSelf inDevice inChannel isInput   
44343952 258 0 0 -1073745716 0
JAR: DeviceGetPropertyInfo 'manl'
JAR: DeviceGetPropertyInfo received NULL outWritable pointer
JAR: --------------------------------------------------------
JAR: DeviceGetPropertyInfo inSelf inDevice inChannel isInput   
44343952 258 0 0 0 -1073745665
JAR: DeviceGetPropertyInfo 'manl'
JAR: DeviceGetPropertyInfo received NULL outSize pointer
JAR: --------------------------------------------------------
JAR: DeviceGetPropertyInfo inSelf inDevice inChannel isInput   
44343952 258 0 0 0 0
JAR: DeviceGetPropertyInfo 'manl'
JAR: DeviceGetPropertyInfo received NULL outSize pointer
JAR: DeviceGetPropertyInfo received NULL outWritable pointer
JAR: --------------------------------------------------------
JAR: DeviceGetProperty inSelf isInput inDevice 44343952 0 258
JAR: DeviceGetProperty 'manl'
JAR: --------------------------------------------------------
JAR: DeviceGetPropertyInfo inSelf inDevice inChannel isInput   
44343952 258 0 0 0 0
JAR: DeviceGetPropertyInfo ' diu'
JAR: DeviceGetPropertyInfo received NULL outSize pointer
JAR: DeviceGetPropertyInfo received NULL outWritable pointer
JAR: --------------------------------------------------------
JAR: DeviceGetPropertyInfo inSelf inDevice inChannel isInput   
44343952 258 0 0 -1073746068 0
JAR: DeviceGetPropertyInfo ' diu'
JAR: DeviceGetPropertyInfo received NULL outWritable pointer
JAR: --------------------------------------------------------
JAR: DeviceGetPropertyInfo inSelf inDevice inChannel isInput   
44343952 258 0 0 0 -1073746017
JAR: DeviceGetPropertyInfo ' diu'
JAR: DeviceGetPropertyInfo received NULL outSize pointer
JAR: --------------------------------------------------------
JAR: DeviceGetPropertyInfo inSelf inDevice inChannel isInput   
44343952 258 0 0 0 0
JAR: DeviceGetPropertyInfo ' diu'
JAR: DeviceGetPropertyInfo received NULL outSize pointer
JAR: DeviceGetPropertyInfo received NULL outWritable pointer
JAR: --------------------------------------------------------
JAR: DeviceGetProperty inSelf isInput inDevice 44343952 0 258
JAR: DeviceGetProperty

--Kito

-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
Stéphane LETZ | 5 Sep 2006 21:50
Picon
Favicon

Re: [Jackit-devel] Jackdmp 0.57 package for Linux, OSX and Windows


Le 5 sept. 06 à 20:36, Kito a écrit :

> Hi Stephane,
>
> 	I'm trying out jackdmp 0.57 on a Macbook Pro 17" 2.16gHz with 2GB  
> ram running Mac OS X 10.4.7 and a Presonus Firebox. The problem I'm  
> having, is I can't seem to get signal from physical inputs on the  
> firebox no matter what I try (works fine using jackd trunk or the  
> current 0.74 pkg from jackosx.com). Everything else seems to work  
> normally, i.e. I can route interapplication audio without error. I  
> tried both using the device directly and in an aggregate device,  
> the with no difference in behaviour.
>
> The log output is huge, so heres just a snip of the console log,  
> let me know if I can provide any more info to help track down the  
> problem:
>
> JAR: --------------------------------------------------------
> JAR: DeviceRemoveIOProc called inSelf, proc 44343952 2a47660
> JAR: DeviceRemoveIOProc 190ddf40 client
> JAR: fAudioIOProcList size 1
> JAR: DecRefInternal : 1
> JAR: --------------------------------------------------------
> JAR: DeviceGetPropertyInfo inSelf inDevice inChannel isInput   
> 44343952 258 0 0 0 0
> JAR: DeviceGetPropertyInfo 'UTOM'
> JAR: DeviceGetPropertyInfo received NULL outSize pointer
> JAR: DeviceGetPropertyInfo received NULL outWritable pointer
> JAR: DeviceGetPropertyInfo unkown request:'UTOM'
> JAR: --------------------------------------------------------
> JAR: DeviceStop called inSelf, proc 44343952 1e532c0
> JAR: DeviceStop fProcRunning 0
> JAR: --------------------------------------------------------
> JAR: DeviceRemoveIOProc called inSelf, proc 44343952 1e532c0
> JAR: DeviceRemoveIOProc 190ddf40 client
> JAR: fAudioIOProcList size 0
> JAR: DecRefInternal : 0
> JAR: Desactivate
> JAR: --------------------------------------------------------
> JAR: SaveConnections
> JAR: connections : coreaudio:PreSonus FIREBOX (0374):out1 Digital  
> Performe:in1
> JAR: DisposePorts
> JAR: DisposePorts input 0
> JAR: DisposePorts input 1
> JAR: DisposePorts input 2
> JAR: DisposePorts input 3
> JAR: DisposePorts input 4
> JAR: DisposePorts input 5
> JAR: DisposePorts input 6
> JAR: DisposePorts input 7
> JAR: DisposePorts output 0
> JAR: DisposePorts output 1
> JAR: Close
> JAR: TJackClient destructor
> JAR: --------------------------------------------------------
> JAR: DeviceGetPropertyInfo inSelf inDevice inChannel isInput   
> 44343952 258 0 0 0 0
> JAR: DeviceGetPropertyInfo 'zsfv'
> JAR: DeviceGetPropertyInfo received NULL outSize pointer
> JAR: DeviceGetPropertyInfo received NULL outWritable pointer
> JAR: --------------------------------------------------------
> JAR: DeviceGetPropertyInfo inSelf inDevice inChannel isInput   
> 44343952 258 0 0 0 0
> JAR: DeviceGetPropertyInfo 'manl'
> JAR: DeviceGetPropertyInfo received NULL outSize pointer
> JAR: DeviceGetPropertyInfo received NULL outWritable pointer
> JAR: --------------------------------------------------------
> JAR: DeviceGetPropertyInfo inSelf inDevice inChannel isInput   
> 44343952 258 0 0 -1073745716 0
> JAR: DeviceGetPropertyInfo 'manl'
> JAR: DeviceGetPropertyInfo received NULL outWritable pointer
> JAR: --------------------------------------------------------
> JAR: DeviceGetPropertyInfo inSelf inDevice inChannel isInput   
> 44343952 258 0 0 0 -1073745665
> JAR: DeviceGetPropertyInfo 'manl'
> JAR: DeviceGetPropertyInfo received NULL outSize pointer
> JAR: --------------------------------------------------------
> JAR: DeviceGetPropertyInfo inSelf inDevice inChannel isInput   
> 44343952 258 0 0 0 0
> JAR: DeviceGetPropertyInfo 'manl'
> JAR: DeviceGetPropertyInfo received NULL outSize pointer
> JAR: DeviceGetPropertyInfo received NULL outWritable pointer
> JAR: --------------------------------------------------------
> JAR: DeviceGetProperty inSelf isInput inDevice 44343952 0 258
> JAR: DeviceGetProperty 'manl'
> JAR: --------------------------------------------------------
> JAR: DeviceGetPropertyInfo inSelf inDevice inChannel isInput   
> 44343952 258 0 0 0 0
> JAR: DeviceGetPropertyInfo ' diu'
> JAR: DeviceGetPropertyInfo received NULL outSize pointer
> JAR: DeviceGetPropertyInfo received NULL outWritable pointer
> JAR: --------------------------------------------------------
> JAR: DeviceGetPropertyInfo inSelf inDevice inChannel isInput   
> 44343952 258 0 0 -1073746068 0
> JAR: DeviceGetPropertyInfo ' diu'
> JAR: DeviceGetPropertyInfo received NULL outWritable pointer
> JAR: --------------------------------------------------------
> JAR: DeviceGetPropertyInfo inSelf inDevice inChannel isInput   
> 44343952 258 0 0 0 -1073746017
> JAR: DeviceGetPropertyInfo ' diu'
> JAR: DeviceGetPropertyInfo received NULL outSize pointer
> JAR: --------------------------------------------------------
> JAR: DeviceGetPropertyInfo inSelf inDevice inChannel isInput   
> 44343952 258 0 0 0 0
> JAR: DeviceGetPropertyInfo ' diu'
> JAR: DeviceGetPropertyInfo received NULL outSize pointer
> JAR: DeviceGetPropertyInfo received NULL outWritable pointer
> JAR: --------------------------------------------------------
> JAR: DeviceGetProperty inSelf isInput inDevice 44343952 0 258
> JAR: DeviceGetProperty
>
> --Kito

Hi, this log does not help actually ):

1) You should actually use an aggregate device to build a full duplex  
device.

2) it would help if you start jackdmp in a terminal  to see the  
available CoreAudio devices:

  jackdmp  -R -d coreaudio -l  and send me the output.

3) it would also help if you start jackdmp in a terminal in verbose  
mode:

jackdmp -v -R -d coreaudio and send me the output.

4) you can also use jack_lsp in a terminal to display jack port names.

5) Have you tried with a pure native jack client like ardour and see  
if it sees the jack ports?

Thanks

Stephane

-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
Kito | 5 Sep 2006 22:29
Picon
Favicon

Re: [Jackit-devel] Jackdmp 0.57 package for Linux, OSX and Windows


On Sep 5, 2006, at 2:50 PM, Stéphane LETZ wrote:

>
> Le 5 sept. 06 à 20:36, Kito a écrit :
>
>> Hi Stephane,
>>
>> 	I'm trying out jackdmp 0.57 on a Macbook Pro 17" 2.16gHz with 2GB
>> ram running Mac OS X 10.4.7 and a Presonus Firebox. The problem I'm
>> having, is I can't seem to get signal from physical inputs on the
>> firebox no matter what I try (works fine using jackd trunk or the
>> current 0.74 pkg from jackosx.com). Everything else seems to work
>> normally, i.e. I can route interapplication audio without error. I
>> tried both using the device directly and in an aggregate device,
>> the with no difference in behaviour.
>
>

[...]

>
> Hi, this log does not help actually ):
>
> 1) You should actually use an aggregate device to build a full duplex
> device.

Ok, I'll try that.

> 2) it would help if you start jackdmp in a terminal  to see the
> available CoreAudio devices:
>
>   jackdmp  -R -d coreaudio -l  and send me the output.

Ok, without an aggregate device on the system:

$ jackdmp  -R -d coreaudio -l
jackdmp 0.57
Copyright 2001-2005 Paul Davis and others.
Copyright 2004-2006 Grame.
jackdmp 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
JAR: Reading Preferences fInputChannels: 8 fOutputChannels: 8  
fAutoConnect: 0
JAR: Reading Preferences fDefaultInput: 8 fDefaultOutput: 8  
fDefaultSystem: 0 fDeviceID: 0
JAR: Blacklisted client Xquartz
JAR: Blacklisted client Terminal
JAR: Blacklisted client loginwindow
JAR: Initialize [inSelf, name] : 5346832 jackdmp
JAR: Rejected client : jackdmp
Device name = 'PreSonus FIREBOX (0374)', internal_name =  
'AppleFWAudioEngineGUID:2975281954423158' (to be used as -C, -P, or - 
d parameter)
Device name = 'Built-in Microphone', internal_name =  
'AppleHDAEngineInput:1' (to be used as -C, -P, or -d parameter)
Device name = 'Built-in Input', internal_name = 'AppleHDAEngineInput: 
2' (to be used as -C, -P, or -d parameter)
Device name = 'Built-in Output', internal_name =  
'AppleHDAEngineOutput:0' (to be used as -C, -P, or -d parameter)
Default input and output devices are not the same !!
Cannot open default device
Cannot initialize driver
Cannot start server... exit
JAR: Teardown [inSelf, name] : 5346832 jackdmp
JAR: --------------------------------------------------------
JAR: KillJackClient
JAR: Teardown : AudioHardwareStreamsDied
JAR: error code : kAudioHardwareNoError
JAR: Teardown : no connection to HAL

After building a new aggregate device I get:

$ jackdmp  -R -d coreaudio -l
jackdmp 0.57
Copyright 2001-2005 Paul Davis and others.
Copyright 2004-2006 Grame.
jackdmp 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
JAR: Reading Preferences fInputChannels: 8 fOutputChannels: 8  
fAutoConnect: 0
JAR: Reading Preferences fDefaultInput: 8 fDefaultOutput: 8  
fDefaultSystem: 0 fDeviceID: 0
JAR: Blacklisted client Xquartz
JAR: Blacklisted client Terminal
JAR: Blacklisted client loginwindow
JAR: Initialize [inSelf, name] : 5347968 jackdmp
JAR: Rejected client : jackdmp
Device name = 'PreSonus FIREBOX (0374)', internal_name =  
'AppleFWAudioEngineGUID:2975281954423158' (to be used as -C, -P, or - 
d parameter)
Device name = 'Built-in Microphone', internal_name =  
'AppleHDAEngineInput:1' (to be used as -C, -P, or -d parameter)
Device name = 'Built-in Input', internal_name = 'AppleHDAEngineInput: 
2' (to be used as -C, -P, or -d parameter)
Device name = 'Built-in Output', internal_name =  
'AppleHDAEngineOutput:0' (to be used as -C, -P, or -d parameter)
Device name = 'fireboxagg', internal_name = '~:Aggregate:0' (to be  
used as -C, -P, or -d parameter)

And then it hangs, so I ^C:

^Cjack main caught signal 2
JAR: Teardown [inSelf, name] : 5347968 jackdmp
JAR: --------------------------------------------------------
JAR: KillJackClient
JAR: Teardown : AudioHardwareStreamsDied
JAR: error code : kAudioHardwareNoError
JAR: Teardown : no connection to HAL

>
>
> 3) it would also help if you start jackdmp in a terminal in verbose
> mode:
>
> jackdmp -v -R -d coreaudio and send me the output.

$ jackdmp -v -R -d coreaudio
jackdmp 0.57
Copyright 2001-2005 Paul Davis and others.
Copyright 2004-2006 Grame.
jackdmp 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
server `default' registered
Jack: Jackdmp: sync = 0 timeout = 0 rt = 1 priority = 10 verbose = 1
Jack: JackGlobals InitServer
Jack: jack_initialize_shm
Jack: JackShmMem::new index = 0 attached = 2008000 size = 17614636
Jack: JackConnectionManager::InitConnections size = 345100
Jack: JackConnectionManager::InitClients
Jack: JackConnectionManager::InitConnections size = 345100
Jack: JackConnectionManager::InitClients
Jack: JackShmMem::new index = 1 attached = 2f000 size = 616
Jack: JackAtomicArrayState constructor
Jack: JackShmMem::new index = 2 attached = 67000 size = 92
Jack: JackShmMem::new index = 3 attached = 68000 size = 92
Jack: JackConnectionManager::InitConnections size = 345100
Jack: JackConnectionManager::InitClients
Jack: JackMachServerChannel::Open
Jack: JackMachPortSet::AllocatePort
Jack: AllocatePort: queue limit = 5
Jack: Create non RT thread
Jack: JackEngine::Open
Jack: JackMachServerChannel::Open
Jack: JackMachPort::ConnectPort jackdmp_entry
Jack: ThreadHandler: start
Jack: JackShmMem::new index = 4 attached = c0000 size = 92
Jack: JackCoreAudioDriver::Open nframes = 128 in = 0 out = 0 capture  
name =  playback name =
Jack: JackCoreAudioDriver::Open duplex
JAR: Reading Preferences fInputChannels: 8 fOutputChannels: 8  
fAutoConnect: 0
JAR: Reading Preferences fDefaultInput: 8 fDefaultOutput: 8  
fDefaultSystem: 0 fDeviceID: 0
JAR: Blacklisted client Xquartz
JAR: Blacklisted client Terminal
JAR: Blacklisted client loginwindow
JAR: Initialize [inSelf, name] : 5347872 jackdmp
JAR: Rejected client : jackdmp
Jack: get_device_id_from_uid  0
Jack: GetDefaultDevice: input = 259 output = 259
Jack: JackDriver::Open capture_driver_name = fireboxagg
Jack: JackDriver::Open playback_driver_name = fireboxagg
Jack: JackEngine::ClientInternalNew: name coreaudio
Jack: JackConnectionManager::AllocateRefNum ref = 0
Jack: JackMachSemaphore::Allocate name = jack_mach_sem.coreaudio
Jack: JackConnectionManager::DirectConnect first: ref1 = 0 ref2 = 0
Jack: JackGraphManager::ConnectRefNum cur_index = 0 ref1 = 0 ref2 = 0
Jack: GetTotalChannels device stream number = 259 numStream = 6
Jack: GetTotalChannels streamDesc mFormatFlags = 9 mChannelsPerFrame = 1
Jack: GetTotalChannels streamDesc mFormatFlags = 9 mChannelsPerFrame = 1
Jack: GetTotalChannels streamDesc mFormatFlags = 9 mChannelsPerFrame = 1
Jack: GetTotalChannels streamDesc mFormatFlags = 9 mChannelsPerFrame = 1
Jack: GetTotalChannels streamDesc mFormatFlags = 9 mChannelsPerFrame = 1
Jack: GetTotalChannels streamDesc mFormatFlags = 9 mChannelsPerFrame = 1
Jack: GetTotalChannels device stream number = 259 numStream = 8
Jack: GetTotalChannels streamDesc mFormatFlags = 9 mChannelsPerFrame = 1
Jack: GetTotalChannels streamDesc mFormatFlags = 9 mChannelsPerFrame = 1
Jack: GetTotalChannels streamDesc mFormatFlags = 9 mChannelsPerFrame = 1
Jack: GetTotalChannels streamDesc mFormatFlags = 9 mChannelsPerFrame = 1
Jack: GetTotalChannels streamDesc mFormatFlags = 9 mChannelsPerFrame = 1
Jack: GetTotalChannels streamDesc mFormatFlags = 9 mChannelsPerFrame = 1
Jack: GetTotalChannels streamDesc mFormatFlags = 9 mChannelsPerFrame = 1
Jack: GetTotalChannels streamDesc mFormatFlags = 9 mChannelsPerFrame = 1
Jack: Setup max in channels = 6
Jack: Setup max out channels = 8
Jack: Setup AUHAL input
Jack: Setup AUHAL output
Jack: JackEngine::ClientInternalNew: name freewheel
Jack: JackConnectionManager::AllocateRefNum ref = 1
Jack: JackMachSemaphore::Allocate name = jack_mach_sem.freewheel
Jack: JackConnectionManager::DirectConnect first: ref1 = 1 ref2 = 1
Jack: JackGraphManager::ConnectRefNum cur_index = 0 ref1 = 1 ref2 = 1
Jack: JackDriver::Open capture_driver_name = loopback
Jack: JackDriver::Open playback_driver_name = loopback
Jack: JackEngine::ClientInternalNew: name loopback
Jack: JackConnectionManager::AllocateRefNum ref = 2
Jack: JackMachSemaphore::Allocate name = jack_mach_sem.loopback
Jack: JackConnectionManager::DirectConnect first: ref1 = 2 ref2 = 2
Jack: JackGraphManager::ConnectRefNum cur_index = 0 ref1 = 2 ref2 = 2
Jack: JackCoreAudioDriver::Attach fBufferSize 128 fSampleRate 44100
Jack: AudioDeviceGetPropertyInfo kAudioDevicePropertyChannelName error
Jack: JackGraphManager::AllocatePortAux port_index = 1 name =  
coreaudio:fireboxagg:out1
Jack: JackConnectionManager::AddOutputPort ref = 0 port = 1
Jack: AudioDeviceGetPropertyInfo kAudioDevicePropertyChannelName error
Jack: JackGraphManager::AllocatePortAux port_index = 2 name =  
coreaudio:fireboxagg:out2
Jack: JackConnectionManager::AddOutputPort ref = 0 port = 2
Jack: AudioDeviceGetPropertyInfo kAudioDevicePropertyChannelName error
Jack: JackGraphManager::AllocatePortAux port_index = 3 name =  
coreaudio:fireboxagg:out3
Jack: JackConnectionManager::AddOutputPort ref = 0 port = 3
Jack: AudioDeviceGetPropertyInfo kAudioDevicePropertyChannelName error
Jack: JackGraphManager::AllocatePortAux port_index = 4 name =  
coreaudio:fireboxagg:out4
Jack: JackConnectionManager::AddOutputPort ref = 0 port = 4
Jack: AudioDeviceGetPropertyInfo kAudioDevicePropertyChannelName error
Jack: JackGraphManager::AllocatePortAux port_index = 5 name =  
coreaudio:fireboxagg:out5
Jack: JackConnectionManager::AddOutputPort ref = 0 port = 5
Jack: AudioDeviceGetPropertyInfo kAudioDevicePropertyChannelName error
Jack: JackGraphManager::AllocatePortAux port_index = 6 name =  
coreaudio:fireboxagg:out6
Jack: JackConnectionManager::AddOutputPort ref = 0 port = 6
Jack: AudioDeviceGetPropertyInfo kAudioDevicePropertyChannelName error
Jack: JackGraphManager::AllocatePortAux port_index = 7 name =  
coreaudio:fireboxagg:in1
Jack: JackConnectionManager::AddInputPort ref = 0 port = 7
Jack: AudioDeviceGetPropertyInfo kAudioDevicePropertyChannelName error
Jack: JackGraphManager::AllocatePortAux port_index = 8 name =  
coreaudio:fireboxagg:in2
Jack: JackConnectionManager::AddInputPort ref = 0 port = 8
Jack: AudioDeviceGetPropertyInfo kAudioDevicePropertyChannelName error
Jack: JackGraphManager::AllocatePortAux port_index = 9 name =  
coreaudio:fireboxagg:in3
Jack: JackConnectionManager::AddInputPort ref = 0 port = 9
Jack: AudioDeviceGetPropertyInfo kAudioDevicePropertyChannelName error
Jack: JackGraphManager::AllocatePortAux port_index = 10 name =  
coreaudio:fireboxagg:in4
Jack: JackConnectionManager::AddInputPort ref = 0 port = 10
Jack: AudioDeviceGetPropertyInfo kAudioDevicePropertyChannelName error
Jack: JackGraphManager::AllocatePortAux port_index = 11 name =  
coreaudio:fireboxagg:in5
Jack: JackConnectionManager::AddInputPort ref = 0 port = 11
Jack: AudioDeviceGetPropertyInfo kAudioDevicePropertyChannelName error
Jack: JackGraphManager::AllocatePortAux port_index = 12 name =  
coreaudio:fireboxagg:in6
Jack: JackConnectionManager::AddInputPort ref = 0 port = 12
Jack: AudioDeviceGetPropertyInfo kAudioDevicePropertyChannelName error
Jack: JackGraphManager::AllocatePortAux port_index = 13 name =  
coreaudio:fireboxagg:in7
Jack: JackConnectionManager::AddInputPort ref = 0 port = 13
Jack: AudioDeviceGetPropertyInfo kAudioDevicePropertyChannelName error
Jack: JackGraphManager::AllocatePortAux port_index = 14 name =  
coreaudio:fireboxagg:in8
Jack: JackConnectionManager::AddInputPort ref = 0 port = 14
Jack: InitTime
Jack: JackServer::Start
Jack: JackCoreAudioDriver::Start
Jack: Jack: JackCoreAudioDriver::MeasureCallback called
Jack: JackMachThread::GetParams period = 2902 computation = 300  
constraint = 2902
rpc_jack_client_rt_notify ref = -1 notify = 3 value = 0

Starting jack using the 'AppleFWAudioEngineGUID:2975281954423158'  
instead of the aggregate device seemed to result in the same  
kAudioDevicePropertyChannelName error:

$ jackdmp  -R -v -d coreaudio -d AppleFWAudioEngineGUID:2975281954423158
jackdmp 0.57
Copyright 2001-2005 Paul Davis and others.
Copyright 2004-2006 Grame.
jackdmp 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
server `default' registered
Jack: Jackdmp: sync = 0 timeout = 0 rt = 1 priority = 10 verbose = 1
Jack: JackGlobals InitServer
Jack: jack_initialize_shm
Jack: JackShmMem::new index = 0 attached = 2008000 size = 17614636
Jack: JackConnectionManager::InitConnections size = 345100
Jack: JackConnectionManager::InitClients
Jack: JackConnectionManager::InitConnections size = 345100
Jack: JackConnectionManager::InitClients
Jack: JackShmMem::new index = 1 attached = 2f000 size = 616
Jack: JackAtomicArrayState constructor
Jack: JackShmMem::new index = 2 attached = 67000 size = 92
Jack: JackShmMem::new index = 3 attached = 68000 size = 92
Jack: JackConnectionManager::InitConnections size = 345100
Jack: JackConnectionManager::InitClients
Jack: JackMachServerChannel::Open
Jack: JackMachPortSet::AllocatePort
Jack: AllocatePort: queue limit = 5
Jack: Create non RT thread
Jack: JackEngine::Open
Jack: JackMachServerChannel::Open
Jack: JackMachPort::ConnectPort jackdmp_entry
Jack: ThreadHandler: start
Jack: JackShmMem::new index = 4 attached = c0000 size = 92
Jack: JackCoreAudioDriver::Open nframes = 128 in = 0 out = 0 capture  
name = AppleFWAudioEngineGUID:2975281954423158 playback name =  
AppleFWAudioEngineGUID:2975281954423158
Jack: JackCoreAudioDriver::Open duplex
JAR: Reading Preferences fInputChannels: 8 fOutputChannels: 8  
fAutoConnect: 0
JAR: Reading Preferences fDefaultInput: 8 fDefaultOutput: 8  
fDefaultSystem: 0 fDeviceID: 0
JAR: Blacklisted client Xquartz
JAR: Blacklisted client Terminal
JAR: Blacklisted client loginwindow
JAR: Initialize [inSelf, name] : 5348224 jackdmp
JAR: Rejected client : jackdmp
Jack: get_device_id_from_uid AppleFWAudioEngineGUID:2975281954423158 261
Jack: JackDriver::Open capture_driver_name = PreSonus FIREBOX (0374)
Jack: JackDriver::Open playback_driver_name = PreSonus FIREBOX (0374)
Jack: JackEngine::ClientInternalNew: name coreaudio
Jack: JackConnectionManager::AllocateRefNum ref = 0
Jack: JackMachSemaphore::Allocate name = jack_mach_sem.coreaudio
Jack: JackConnectionManager::DirectConnect first: ref1 = 0 ref2 = 0
Jack: JackGraphManager::ConnectRefNum cur_index = 0 ref1 = 0 ref2 = 0
Jack: GetTotalChannels device stream number = 261 numStream = 6
Jack: GetTotalChannels streamDesc mFormatFlags = 9 mChannelsPerFrame = 1
Jack: GetTotalChannels streamDesc mFormatFlags = 9 mChannelsPerFrame = 1
Jack: GetTotalChannels streamDesc mFormatFlags = 9 mChannelsPerFrame = 1
Jack: GetTotalChannels streamDesc mFormatFlags = 9 mChannelsPerFrame = 1
Jack: GetTotalChannels streamDesc mFormatFlags = 9 mChannelsPerFrame = 1
Jack: GetTotalChannels streamDesc mFormatFlags = 9 mChannelsPerFrame = 1
Jack: GetTotalChannels device stream number = 261 numStream = 8
Jack: GetTotalChannels streamDesc mFormatFlags = 9 mChannelsPerFrame = 1
Jack: GetTotalChannels streamDesc mFormatFlags = 9 mChannelsPerFrame = 1
Jack: GetTotalChannels streamDesc mFormatFlags = 9 mChannelsPerFrame = 1
Jack: GetTotalChannels streamDesc mFormatFlags = 9 mChannelsPerFrame = 1
Jack: GetTotalChannels streamDesc mFormatFlags = 9 mChannelsPerFrame = 1
Jack: GetTotalChannels streamDesc mFormatFlags = 9 mChannelsPerFrame = 1
Jack: GetTotalChannels streamDesc mFormatFlags = 9 mChannelsPerFrame = 1
Jack: GetTotalChannels streamDesc mFormatFlags = 9 mChannelsPerFrame = 1
Jack: Setup max in channels = 6
Jack: Setup max out channels = 8
Jack: Setup AUHAL input
Jack: Setup AUHAL output
Jack: JackEngine::ClientInternalNew: name freewheel
Jack: JackConnectionManager::AllocateRefNum ref = 1
Jack: JackMachSemaphore::Allocate name = jack_mach_sem.freewheel
Jack: JackConnectionManager::DirectConnect first: ref1 = 1 ref2 = 1
Jack: JackGraphManager::ConnectRefNum cur_index = 0 ref1 = 1 ref2 = 1
Jack: JackDriver::Open capture_driver_name = loopback
Jack: JackDriver::Open playback_driver_name = loopback
Jack: JackEngine::ClientInternalNew: name loopback
Jack: JackConnectionManager::AllocateRefNum ref = 2
Jack: JackMachSemaphore::Allocate name = jack_mach_sem.loopback
Jack: JackConnectionManager::DirectConnect first: ref1 = 2 ref2 = 2
Jack: JackGraphManager::ConnectRefNum cur_index = 0 ref1 = 2 ref2 = 2
Jack: JackCoreAudioDriver::Attach fBufferSize 128 fSampleRate 44100
Jack: AudioDeviceGetPropertyInfo kAudioDevicePropertyChannelName error
Jack: JackGraphManager::AllocatePortAux port_index = 1 name =  
coreaudio:PreSonus FIREBOX (0374):out1
Jack: JackConnectionManager::AddOutputPort ref = 0 port = 1
Jack: AudioDeviceGetPropertyInfo kAudioDevicePropertyChannelName error
Jack: JackGraphManager::AllocatePortAux port_index = 2 name =  
coreaudio:PreSonus FIREBOX (0374):out2
Jack: JackConnectionManager::AddOutputPort ref = 0 port = 2
Jack: AudioDeviceGetPropertyInfo kAudioDevicePropertyChannelName error
Jack: JackGraphManager::AllocatePortAux port_index = 3 name =  
coreaudio:PreSonus FIREBOX (0374):out3
Jack: JackConnectionManager::AddOutputPort ref = 0 port = 3
Jack: AudioDeviceGetPropertyInfo kAudioDevicePropertyChannelName error
Jack: JackGraphManager::AllocatePortAux port_index = 4 name =  
coreaudio:PreSonus FIREBOX (0374):out4
Jack: JackConnectionManager::AddOutputPort ref = 0 port = 4
Jack: AudioDeviceGetPropertyInfo kAudioDevicePropertyChannelName error
Jack: JackGraphManager::AllocatePortAux port_index = 5 name =  
coreaudio:PreSonus FIREBOX (0374):out5
Jack: JackConnectionManager::AddOutputPort ref = 0 port = 5
Jack: AudioDeviceGetPropertyInfo kAudioDevicePropertyChannelName error
Jack: JackGraphManager::AllocatePortAux port_index = 6 name =  
coreaudio:PreSonus FIREBOX (0374):out6
Jack: JackConnectionManager::AddOutputPort ref = 0 port = 6
Jack: AudioDeviceGetPropertyInfo kAudioDevicePropertyChannelName error
Jack: JackGraphManager::AllocatePortAux port_index = 7 name =  
coreaudio:PreSonus FIREBOX (0374):in1
Jack: JackConnectionManager::AddInputPort ref = 0 port = 7
Jack: AudioDeviceGetPropertyInfo kAudioDevicePropertyChannelName error
Jack: JackGraphManager::AllocatePortAux port_index = 8 name =  
coreaudio:PreSonus FIREBOX (0374):in2
Jack: JackConnectionManager::AddInputPort ref = 0 port = 8
Jack: AudioDeviceGetPropertyInfo kAudioDevicePropertyChannelName error
Jack: JackGraphManager::AllocatePortAux port_index = 9 name =  
coreaudio:PreSonus FIREBOX (0374):in3
Jack: JackConnectionManager::AddInputPort ref = 0 port = 9
Jack: AudioDeviceGetPropertyInfo kAudioDevicePropertyChannelName error
Jack: JackGraphManager::AllocatePortAux port_index = 10 name =  
coreaudio:PreSonus FIREBOX (0374):in4
Jack: JackConnectionManager::AddInputPort ref = 0 port = 10
Jack: AudioDeviceGetPropertyInfo kAudioDevicePropertyChannelName error
Jack: JackGraphManager::AllocatePortAux port_index = 11 name =  
coreaudio:PreSonus FIREBOX (0374):in5
Jack: JackConnectionManager::AddInputPort ref = 0 port = 11
Jack: AudioDeviceGetPropertyInfo kAudioDevicePropertyChannelName error
Jack: JackGraphManager::AllocatePortAux port_index = 12 name =  
coreaudio:PreSonus FIREBOX (0374):in6
Jack: JackConnectionManager::AddInputPort ref = 0 port = 12
Jack: AudioDeviceGetPropertyInfo kAudioDevicePropertyChannelName error
Jack: JackGraphManager::AllocatePortAux port_index = 13 name =  
coreaudio:PreSonus FIREBOX (0374):in7
Jack: JackConnectionManager::AddInputPort ref = 0 port = 13
Jack: AudioDeviceGetPropertyInfo kAudioDevicePropertyChannelName error
Jack: JackGraphManager::AllocatePortAux port_index = 14 name =  
coreaudio:PreSonus FIREBOX (0374):in8
Jack: JackConnectionManager::AddInputPort ref = 0 port = 14
Jack: InitTime
Jack: JackServer::Start
Jack: JackCoreAudioDriver::Start
Jack: Jack: JackCoreAudioDriver::MeasureCallback called
Jack: JackMachThread::GetParams period = 2902 computation = 300  
constraint = 2902
rpc_jack_client_rt_notify ref = -1 notify = 3 value = 0
^Cjack main caught signal 2
Jack: JackServer::Stop
Jack: JackCoreAudioDriver::Stop
Jack: JackServer::Close
Jack: JackMachServerChannel::Close
Jack: JackMachPortSet::DisconnectPort
Jack: JackAudioDriver::Detach
Jack: JackGraphManager::DisconnectAllOutput port_index = 1
Jack: JackConnectionManager::RemoveOutputPort ref = 0 port_index = 1
Jack: JackGraphManager::DisconnectAllOutput port_index = 2
Jack: JackConnectionManager::RemoveOutputPort ref = 0 port_index = 2
Jack: JackGraphManager::DisconnectAllOutput port_index = 3
Jack: JackConnectionManager::RemoveOutputPort ref = 0 port_index = 3
Jack: JackGraphManager::DisconnectAllOutput port_index = 4
Jack: JackConnectionManager::RemoveOutputPort ref = 0 port_index = 4
Jack: JackGraphManager::DisconnectAllOutput port_index = 5
Jack: JackConnectionManager::RemoveOutputPort ref = 0 port_index = 5
Jack: JackGraphManager::DisconnectAllOutput port_index = 6
Jack: JackConnectionManager::RemoveOutputPort ref = 0 port_index = 6
Jack: JackGraphManager::DisconnectAllInput port_index = 7
Jack: JackConnectionManager::RemoveInputPort ref = 0 port_index = 7
Jack: JackGraphManager::DisconnectAllInput port_index = 8
Jack: JackConnectionManager::RemoveInputPort ref = 0 port_index = 8
Jack: JackGraphManager::DisconnectAllInput port_index = 9
Jack: JackConnectionManager::RemoveInputPort ref = 0 port_index = 9
Jack: JackGraphManager::DisconnectAllInput port_index = 10
Jack: JackConnectionManager::RemoveInputPort ref = 0 port_index = 10
Jack: JackGraphManager::DisconnectAllInput port_index = 11
Jack: JackConnectionManager::RemoveInputPort ref = 0 port_index = 11
Jack: JackGraphManager::DisconnectAllInput port_index = 12
Jack: JackConnectionManager::RemoveInputPort ref = 0 port_index = 12
Jack: JackGraphManager::DisconnectAllInput port_index = 13
Jack: JackConnectionManager::RemoveInputPort ref = 0 port_index = 13
Jack: JackGraphManager::DisconnectAllInput port_index = 14
Jack: JackConnectionManager::RemoveInputPort ref = 0 port_index = 14
Jack: JackDriver::Close
Jack: JackConnectionManager::DirectDisconnect last: ref1 = 0 ref2 = 0
Jack: JackGraphManager::DisconnectRefNum cur_index = 1 ref1 = 0 ref2 = 0
Jack: JackEngine::ClientCloseAux ref = 0 name = coreaudio
Jack: JackGraphManager::RemoveAllPorts ref = 0
Jack: JackMachSemaphore::Destroy
Jack: JackConnectionManager::ReleaseRefNum ref = 0
Jack: JackDriver::Close
Jack: JackConnectionManager::DirectDisconnect last: ref1 = 1 ref2 = 1
Jack: JackGraphManager::DisconnectRefNum cur_index = 1 ref1 = 1 ref2 = 1
Jack: JackEngine::ClientCloseAux ref = 1 name = freewheel
Jack: JackGraphManager::RemoveAllPorts ref = 1
Jack: JackMachSemaphore::Destroy
Jack: JackConnectionManager::ReleaseRefNum ref = 1
Jack: JackDriver::Close
Jack: JackConnectionManager::DirectDisconnect last: ref1 = 2 ref2 = 2
Jack: JackGraphManager::DisconnectRefNum cur_index = 1 ref1 = 2 ref2 = 2
Jack: JackEngine::ClientCloseAux ref = 2 name = loopback
Jack: JackGraphManager::RemoveAllPorts ref = 2
Jack: JackMachSemaphore::Destroy
Jack: JackConnectionManager::ReleaseRefNum ref = 2
Jack: JackEngine::Close
Jack: Jackdmp: server close
Jack: JackShmMem::delete size = 17614636 index = 0
Jack: ~JackDriver
Jack: JackShmMem::delete size = 92 index = 4
Jack: ~JackDriver
Jack: JackShmMem::delete size = 92 index = 2
Jack: ~JackDriver
Jack: JackShmMem::delete size = 92 index = 3
Jack: JackShmMem::delete size = 616 index = 1
Jack: jack_cleanup_shm
Jack: JackGlobals Destroy
Jack: Jackdmp: delete server
JAR: Teardown [inSelf, name] : 5348224 jackdmp
JAR: --------------------------------------------------------
JAR: KillJackClient
JAR: Teardown : AudioHardwareStreamsDied
JAR: error code : kAudioHardwareNoError
JAR: Teardown : no connection to HAL

>
>
> 4) you can also use jack_lsp in a terminal to display jack port names.
>
>
> 5) Have you tried with a pure native jack client like ardour and see
> if it sees the jack ports?

Yes, its the same behaviour in ardour, I can for instance route  
iTunes output to Ardour (or any other Jack/CoreAudio aware app) with  
no problems, I can also route to the output of the firebox without  
error, its strictly the hardware input that fails.

Thanks for your help

--Kito

-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
Stéphane LETZ | 5 Sep 2006 22:52
Picon
Favicon

Re: [Jackit-devel] Jackdmp 0.57 package for Linux, OSX and Windows


Le 5 sept. 06 à 22:29, Kito a écrit :

>
> On Sep 5, 2006, at 2:50 PM, Stéphane LETZ wrote:
>
>>
>> Le 5 sept. 06 à 20:36, Kito a écrit :
>>
>>> Hi Stephane,
>>>
>>> 	I'm trying out jackdmp 0.57 on a Macbook Pro 17" 2.16gHz with 2GB
>>> ram running Mac OS X 10.4.7 and a Presonus Firebox. The problem I'm
>>> having, is I can't seem to get signal from physical inputs on the
>>> firebox no matter what I try (works fine using jackd trunk or the
>>> current 0.74 pkg from jackosx.com). Everything else seems to work
>>> normally, i.e. I can route interapplication audio without error. I
>>> tried both using the device directly and in an aggregate device,
>>> the with no difference in behaviour.
>>
>>
>
> [...]
>
>>
>> Hi, this log does not help actually ):
>>
>> 1) You should actually use an aggregate device to build a full duplex
>> device.
>
> Ok, I'll try that.

  Oh sorry i was a bit wrong here...

Using an aggregate device is only needed if you want to use the  
"Built-in" coreaudio device in duplex. Since on MacBook  Built-in  
actually appears as 2 separated devices for in and out, you would  
need to aggregate them to see a single duplex device to be used with  
jack, but since you're using the Presonus Firebox, there is not need  
for that...

So using:

  jackdmp  -R -v -d coreaudio -d AppleFWAudioEngineGUID:2975281954423158

is the correct way to start jack using the Presonus Firebox (the  
command line that JackPilot is supposed to do also if you select  
Presonus Firebox in JackPilot preferences....)

Then it seems jack ports are correctly allocated, i see 6 in and 8  
out, is it correct?

(the kAudioDevicePropertyChannelName error is returned if the driver  
is not able to return a name for the given channel, then jack use a  
default name like "in" or "out".). Its not the problem here.

Now i guess you can connect the input jack ports in Ardour for  
instance? when you say "its strictly the hardware input that fails."  
do you mean you can connect jack ports but you don't get any signal?

Thanks

Stephane 
-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642

Gmane