]> Shamusworld >> Repos - ardour-manual-diverged/blobdiff - _manual/03_setting-up-your-system/08_platform-specifics/01_ubuntu-linux.html
When installing jackd on Debian/Ubuntu, one may choose if to use realtime or not.
[ardour-manual-diverged] / _manual / 03_setting-up-your-system / 08_platform-specifics / 01_ubuntu-linux.html
index 96343c683eb233ae00d934e8aaa7a4eb91b82304..594f777e991146bee01900e2abf4a0c24cd5d0db 100644 (file)
@@ -120,8 +120,8 @@ title: Ubuntu Linux
   <ul>
     <li>a bug in PulseAudio that causes it not to give up the
       soundcard when JACK asks (<a href="https://bugs.launchpad.net/ubuntu/+source/pulseaudio/+bug/1163638">LP: #1163638</a></li>
-    <li>a bug that causes JACK to freeze up when told to stop, 
-      causing issues with restarting</li>
+    <li>a bug that causes jackdbus v.1.9.8 (jackd does not suffer from this) to freeze up when told to stop, 
+      causing issues with restarting (<a href="https://bugs.launchpad.net/ubuntu/precise/+source/jackd2/+bug/956438">LP: #956438</a></li>
   </ul>
 </dd>
 <dt>Symptoms</dt>
@@ -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>