]> Shamusworld >> Repos - ardour-manual-diverged/blob - _manual/03_setting-up-your-system/08_platform-specifics/01_ubuntu-linux.html
There are no known critical dependencies for jack and pulse to interact properly.
[ardour-manual-diverged] / _manual / 03_setting-up-your-system / 08_platform-specifics / 01_ubuntu-linux.html
1 ---
2 layout: default
3 title: Ubuntu Linux
4 ---                        
5
6 <p>
7   Ubuntu Linux is the most popular variety of Linux in use on desktop
8   and laptop systems. It has the backing of a for-profit corporation
9   (Canonical Inc.), a defined philosophy and a huge and
10   worldwide user base. As a result, it is a common platform for people
11   who want to use Ardour and other tools for music creation and
12   pro-audio work. 
13 </p>
14 <p>
15   Unfortunately, Ubuntu has repeatedly caused major headaches for
16   people who want to use Ardour. These problems have arisen from a
17   combination of two basic issues:
18
19   <ul>
20     <li>Badly built packages of Ardour</li>
21     <li>Poor system configuration related to JACK, which Ardour (and
22     most other pro-audio tools on Linux) uses for audio and MIDI I/O.
23     </li>
24   </ul>
25 </p>
26
27 <h2>High Level Recommendations for Ubuntu Users</h2>
28
29 <p>
30   If you are really committed to using Ubuntu for pro-audio or music
31   creation work, you should .... 
32 <p>
33 <p>
34   If you not yet committed to using Ubuntu for pro-audio or music
35   creation work, you should probably consider using a different
36   distribution that has a demonstrated history of not making life for
37   users like you more complex than it needs to be. In particular you
38   might want to consider a distribution such
39   as <a href="http://www.bandshed.net/AVLinux.html">AVLinux</a>
40   or <a href="http://www.dickmacinnis.com/dreamstudio/">Dreamstudio</a>
41   that is specifically focused on media creation work.
42 </p>
43
44 <h2>Problems with Ardour Packages</h2>
45
46 <dl>
47 <dt>What is the problem?</dt>
48 <dd>
49 <p>
50   It is not possible to know whether the current package of Ardour
51   released by Ubuntu has been correctly built or not. Ubuntu has a
52   history of making packaging errors that lead to crashes, missing
53   functionality and odd behaviour that is not present in the
54   ready-to-run version of the program that you can get from <a
55   href="http://ardour.org/download">ardour.org</a> (or in the packages
56   released by other distributions)
57 </p>
58 <dt>Symptoms</dt>
59 <dd>
60 <p>
61   Ardour starts up and basically runs, but you encounter subtle
62   problems (for example, with plugin GUIs or with export, or with the
63   use of certain specific plugins), or are missing functionality, or
64   run into crashes.
65 </p>
66 </dd>
67 <dt>How to Fix</dt>
68 <dd>
69 <p>
70   Download the ready-to-run version
71   from <a href="http://ardour.org/download">ardour.org</a>. Ardour's
72   lead developer (and many of the most active members of our user
73   community) will not provide support for, and will not investigate
74   bugs reported for, Ubuntu's own packages of Ardour. The ardour.org
75   packages install along side your distribution versions, and do not
76   interfere or interact in anyway other than sharing your own personal
77   Ardour settings and configuration choices.
78 </p>
79 </dd>
80 </dl>
81
82 <h2>Problems with the interaction between PulseAudio and JACK</h2>
83
84 <dl>
85 <dt>Background Info</dt>
86 <dd>
87 <p>
88   Like many distributions, Ubuntu has decide to use PulseAudio as the
89   default audio system. PulseAudio is a rich and capable system that
90   provides excellent services for typical users of Linux on the
91   desktop. However, it is not capable of the type of performance that
92   tools like Ardour require and in particular does not offer the
93   possibility of sending audio between applications that can makes the
94   Linux audio environment a very interesting one.
95 </p>
96 <p>
97   This would not a problem if it were not for the fact that JACK will
98   not run correctly (if at all) if it needs to use the same
99   soundcard/audio interface that PulseAudio is using. And since on
100   Ubuntu, PulseAudio is configured by default to always use the
101   (typically single) audio interface on your computer, this is a bit
102   of a problem.
103 </p>
104 <p>
105   The developers of JACK and PulseAudio got together in 2009 and
106   agreed upon a mechanism by which PulseAudio and JACK could cooperate
107   in their use of a single soundcard. Whether or not PulseAudio is running by
108   default, when JACK starts up it sends out a request to use the
109   soundcard. If PulseAudio is running, it will give up its use of the
110   soundcard to allow JACK to take over (and can optionally be told to
111   route its own audio through JACK). When JACK finishes, it sends out
112   another message, and PulseAudio can once again use the soundcard
113   directly.
114 </p>
115 </dd>
116 <dt>What is the problem?</dt>
117 <dd>
118 <p>
119   The specific issues known at this time (spring 2013) are:
120   <ul>
121     <li>a bug in PulseAudio that causes it not to give up the
122       soundcard when JACK asks (<a href="https://bugs.launchpad.net/ubuntu/+source/pulseaudio/+bug/1163638">LP: #1163638</a></li>
123     <li>a bug that causes JACK to freeze up when told to stop, 
124       causing issues with restarting</li>
125   </ul>
126 </dd>
127 <dt>Symptoms</dt>
128 <dd>
129 <p>
130   <ul>
131     <li>Cannot start JACK (though see the next section for other
132       causes of this)</li>
133   </ul>
134 </p>
135 </dd>
136 <dt>How to fix</dt>
137 <dd>
138 </dd>
139 </dl>
140
141 <h2>Problems with JACK configuration</h2>
142
143 <dl>
144   <dt>What is the problem?</dt>
145   <dd>
146     <p>
147       To function as intended, JACK needs to run with access to two
148       operating system facilities called "realtime scheduling" and "memory
149       locking". This means that you, the user who starts JACK, must be
150       allowed access to these facilities. By default, Ubuntu does create a
151       user group that has this permission but ... it does not put new
152       users into this group by default. Consequently, you will not have
153       permission to run JACK in the way you should.
154     </p>
155   </dd>
156   <dt>Symptoms</dt>
157   <dd>
158     <p>
159       A message like "Cannot lock down memory" in the output from JACK as
160       it starts up. This output may be "hidden" in the Messages window of
161       QJackctrl (aka JACK Control), so you should check there.
162     </p>
163   </dd>
164   <dt>How to fix</dt>
165   <dd>
166     <p>
167       Run the command <code>sudo usermod -a -G
168         audio <em>YOUR-LOGIN-NAME</em></code>. Then logout and login again.
169     </p>
170   </dd>
171 </dl>
172   <h2>Reporting Issues</h2>
173 <p>Given the difficulties in supporting Ubuntu and the limited time/resources of the Ardour team, the <code>Ubuntu Studio Project</code> has requested that issues and bug reports related to Ubuntu, Ubuntu Studio and other derivitives be directed to them.<p>
174 <h4>Contact Information for Ubuntu Studio</h4>
175 <p><a href="http://ubuntustudio.org" target="_blank">The Ubuntu Studio Homepage</a></p>
176 <p><a href="http://ubuntuforums.org/forumdisplay.php?f=335" target="_blank">The Ubuntu Studio Forums.</a></p>
177 <p><a href="https://help.ubuntu.com/community/UbuntuStudio/MailLists" target="_blank">Information on the Ubuntu Studio Mailing Lists.</a></p>
178 <p><a href="https://help.ubuntu.com/community/UbuntuStudio/IRC" target-"_blank">Information on the Ubuntu Studio IRC channel.</a> #ubuntustudio on irc.freenode.net</p>