When installing jackd on Debian/Ubuntu, one may choose if to use realtime or not.

As an effect, /etc/limits.d/audio.conf may be named /etc/limits.d/audio.conf.disabled,
if one chose "no".
This commit is contained in:
Kaj Ailomaa 2013-04-05 16:43:13 +02:00
parent 5ca78b59a1
commit a6a2dfbb96

View File

@ -164,6 +164,8 @@ title: Ubuntu Linux
<dt>How to fix</dt>
<dd>
<p>
Make sure the file /etc/security/limits.d/audio.conf exists. If it is
named /etc/security/limits.d/audio.conf.disabled, rename it to the former.
Run the command <code>sudo usermod -a -G
audio <em>YOUR-LOGIN-NAME</em></code>. Then logout and login again.
</p>