From a6a2dfbb96112c80e7a9ec72dc8cf22c683d6b05 Mon Sep 17 00:00:00 2001 From: Kaj Ailomaa Date: Fri, 5 Apr 2013 16:43:13 +0200 Subject: [PATCH] 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". --- .../08_platform-specifics/01_ubuntu-linux.html | 2 ++ 1 file changed, 2 insertions(+) diff --git a/_manual/03_setting-up-your-system/08_platform-specifics/01_ubuntu-linux.html b/_manual/03_setting-up-your-system/08_platform-specifics/01_ubuntu-linux.html index 9e630ab..594f777 100644 --- a/_manual/03_setting-up-your-system/08_platform-specifics/01_ubuntu-linux.html +++ b/_manual/03_setting-up-your-system/08_platform-specifics/01_ubuntu-linux.html @@ -164,6 +164,8 @@ title: Ubuntu Linux
How to fix

+ 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 sudo usermod -a -G audio YOUR-LOGIN-NAME. Then logout and login again.

-- 2.37.2