]> Shamusworld >> Repos - ardour-manual/blobdiff - _manual/03_setting-up-your-system/08_platform-specifics/01_ubuntu-linux.html
minor edit
[ardour-manual] / _manual / 03_setting-up-your-system / 08_platform-specifics / 01_ubuntu-linux.html
index 667c80fb884ecdefbbabbbbb339d1482397ec250..1ff627d378043234ce5e9d4bb67cb4457c5982da 100644 (file)
@@ -27,8 +27,9 @@ title: Ubuntu Linux
 <h2>High Level Recommendations for Ubuntu Users</h2>
 
 <p>
-  Currently, installing pro audio applications on Ubuntu requires some 
-  configuration, in order for the user to gain realtime privilege (read below). 
+  Currently, installing pro audio applications on vanilla Ubuntu requires 
+  some configuration, in order for the user to gain realtime privilege 
+  (read below). 
   Ubuntu Studio, which is an official flavor of Ubuntu, and thus shares 
   the repositories with Ubuntu, has this already configured.
   Another distribution, KXStudio, is largely based on Ubuntu, and also has 
@@ -115,8 +116,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 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>
+    <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>
@@ -129,6 +130,10 @@ title: Ubuntu Linux
 </p>
 </dd>
 <dt>How to fix</dt>
+<p>
+  Install jackd2 1.9.9 to fix crash on stop bug.
+  Install pulseaudio-3.0 to fix card reservation bug.
+</p>
 <dd>
 </dd>
 </dl>
@@ -144,8 +149,8 @@ title: Ubuntu Linux
       locking". This means that you, the user who starts JACK, must be
       allowed access to these facilities. By default, Ubuntu does create a
       user group that has this permission but ... it does not put new
-      users into this group by default. Consequently, you will not have
-      permission to run JACK in the way you should.
+      users into this group by default. Read more about why <a href="https://wiki.ubuntu.com/Audio/TheAudioGroup">here</a>.
+      Consequently, you will not have permission to run JACK in the way you should.
     </p>
   </dd>
   <dt>Symptoms</dt>
@@ -164,7 +169,7 @@ title: Ubuntu Linux
       Run the command <code>sudo usermod -a -G
         audio <em>YOUR-LOGIN-NAME</em></code>. Then logout and login again.
       On Ubuntu Studio the user is a member of audio group by default, but not
-      on other flavors. Read more about why <a href="https://wiki.ubuntu.com/Audio/TheAudioGroup">here</a>
+      on other official flavors.
     </p>
   </dd>
 </dl>