Out of curriosity, my soundcard's got a clock, could I get jack tyo use this one instead?<br><br><div class="gmail_quote">On Mon, Jun 6, 2011 at 10:31 AM, Ralf Mardorf <span dir="ltr"><<a href="mailto:ralf.mardorf@alice-dsl.net">ralf.mardorf@alice-dsl.net</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;"><div class="im">On Mon, 2011-06-06 at 11:16 +0900, Takashi Sakamoto wrote:<br>
> Hi,<br>
><br>
> I use Echo Audiofire Pre 8 and worried about JACK's rondom XRUN.<br>
> Fortunately I have a friend who is Linux-based system engineer and ask<br>
> him this issue. Then he gave me two solutions.<br>
><br>
> 1. see IRQ in /proc/interrupts<br>
> 2. use HPET as system clock source<br>
<br>
</div>I'm using HPET when ever possible. Note that HPET is very problematic,<br>
you'll run out of free HPET devices very soon. IMO at the moment it only<br>
can be used as alsa seq timer, if you try using it with Jack, you are<br>
limited to the HPET devices that are available, each application needs<br>
it's own HPET device.<br>
<br>
If you should use Jack1, than try Jack2. On my machine Jack1 never<br>
worked.<br>
<br>
To enable HR-timer/HPET run<br>
<br>
        sudo chgrp audio /dev/hpet<br>
        sudo chmod g+rw /dev/hpet<br>
        sudo modprobe snd-hrtimer<br>
<br>
$ jackd --help<br>
               [ --clocksource OR -c [ c(ycle) | h(pet) | s(ystem) ]<br>
<br>
Hth,<br>
<font color="#888888"><br>
Ralf<br>
</font><div><div></div><div class="h5"><br>
<br>
<br>
--<br>
Ubuntu-Studio-users mailing list<br>
<a href="mailto:Ubuntu-Studio-users@lists.ubuntu.com">Ubuntu-Studio-users@lists.ubuntu.com</a><br>
Modify settings or unsubscribe at: <a href="https://lists.ubuntu.com/mailman/listinfo/ubuntu-studio-users" target="_blank">https://lists.ubuntu.com/mailman/listinfo/ubuntu-studio-users</a><br>
</div></div></blockquote></div><br>