Page 1 of 1

Switching from Jack2 to Jack1

Posted: Mon Apr 08, 2019 12:38 pm
by LinMusGuy
After switching from Jack2 to Jack1 I get this warning in the terminal:

Code: Select all

jackd 0.122.0
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 is running in realtime mode, but you are not allowed to use realtime scheduling.
Please check your /etc/security/limits.conf for the following line
and correct/add it if necessary:

  @audio          -       rtprio          99

After applying these changes, please re-login in order for them to take effect.

You don't appear to have a sane system configuration. It is very likely that you
encounter xruns. Please apply all the above mentioned changes and start jack again!
How serious is this. What if I just disable realtime mode in Jack?

Re: Switching from Jack2 to Jack1

Posted: Mon Apr 08, 2019 1:03 pm
by sysrqer
Just make the change it suggests, it's only adding a line to a file.

Re: Switching from Jack2 to Jack1

Posted: Tue Apr 09, 2019 7:46 pm
by LinMusGuy
I have added myself to the "audio group" with:

Code: Select all

sudo usermod -a -G audio USERNAME
Looks like this solved the issue.