Switching from Jack2 to Jack1

Optimize your system for ultimate performance.

Moderators: MattKingUSA, khz

Post Reply
User avatar
LinMusGuy
Established Member
Posts: 551
Joined: Wed Feb 27, 2019 9:33 pm
Has thanked: 22 times
Been thanked: 2 times

Switching from Jack2 to Jack1

Post 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?
User avatar
sysrqer
Established Member
Posts: 2519
Joined: Thu Nov 14, 2013 11:47 pm
Has thanked: 319 times
Been thanked: 148 times
Contact:

Re: Switching from Jack2 to Jack1

Post by sysrqer »

Just make the change it suggests, it's only adding a line to a file.
User avatar
LinMusGuy
Established Member
Posts: 551
Joined: Wed Feb 27, 2019 9:33 pm
Has thanked: 22 times
Been thanked: 2 times

Re: Switching from Jack2 to Jack1

Post 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.
Post Reply