[PlanetCCRMA] Audiophile 192 and others

Mark Knecht markknecht@gmail.com
Wed Nov 16 16:10:03 2005


On 11/16/05, mArukqs <marukas@hardcore.lt> wrote:
> How can I check it? On jackit.sourceforge.net I can't find a clear answer.
>
> Here are results of mount|grep tmp
>
> /dev/shm on /dev/shm type tmpfs (rw)
>
> Marukqs
>

I'm not 100% sure. I'll ask on the Jack-developers list. I basically
depends on how you compiled Jack. (As I understand it.)

You didn't answer about priorities. Are you setting JAck's priority
higher? Set it up at 80 and see what happens?

Also, have you set the ISR for your sound card to a higher priority?
Here's what I'm doing on mybox:
mark@lightning ~ $ cat /etc/conf.d/local.start
# /etc/conf.d/local.start

# This is a good place to load any misc programs
# on startup ( use 1>&2 to hide output)

/usr/bin/chrt -f -p 80  `/bin/pidof "IRQ 58"`
/usr/bin/chrt -f -p 75 `/bin/pidof "IRQ 66"`
/usr/bin/chrt -f -p 60 `/bin/pidof "IRQ 233"`
mark@lightning ~ $

Where IRQ 58 is my sound card, IRQ 66 is my 1394 audio drive, and IRQ
233 is my system drive.

Hope this helps,
Mark