]> Shamusworld >> Repos - ardour-manual/blob - _manual/03_setting-up-your-system/08_platform-specifics/01_ubuntu-linux.html
c983f15571c2d01f006beaabe117e69fe900cd09
[ardour-manual] / _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
15 <h2>High Level Recommendations for Ubuntu Users</h2>
16
17 <p>
18   Currently, installing pro audio applications on vanilla Ubuntu requires 
19   some configuration, in order for the user to gain realtime privilege 
20   (read below). 
21   Ubuntu Studio, which is an official flavor of Ubuntu, and thus shares 
22   the repositories with Ubuntu, has this already configured.
23   Other distributions, such as KXStudio, and Dreamstudio are largely based 
24   on Ubuntu, and like Ubuntu Studio, has these settings preconfigured, while
25   also containing customized versions of Ubuntu packages, which often are
26   more up to date.
27 <p>
28
29 <h2>Installing Ardour</h2>
30   There may be unintended differences, and even bugs in Ubuntu native 
31   packages, as a result of a different building method. For this reason,
32   Ardour developers highly recommend you to install the official
33   ready-to-run version of the program that you can get from <a
34   href="http://ardour.org/download">ardour.org</a>, as Ubuntu native
35   packages are not supported in official Ardour forums or other
36   support channels.
37
38 <h2>Problems with the interaction between PulseAudio and JACK</h2>
39
40 <dl>
41 <dt>Background Info</dt>
42 <dd>
43 <p>
44   Like many distributions, Ubuntu has decide to use PulseAudio as the
45   default audio system. PulseAudio is a rich and capable system that
46   provides excellent services for typical users of Linux on the
47   desktop. However, it is not capable of the type of performance that
48   tools like Ardour require and in particular does not offer the
49   possibility of sending audio between applications that can makes the
50   Linux audio environment a very interesting one.
51 </p>
52 <p>
53   This would not a problem if it were not for the fact that JACK will
54   not run correctly (if at all) if it needs to use the same
55   soundcard/audio interface that PulseAudio is using. And since on
56   Ubuntu, PulseAudio is configured by default to always use the
57   (typically single) audio interface on your computer, this is a bit
58   of a problem.
59 </p>
60 <p>
61   The developers of JACK and PulseAudio got together in 2009 and
62   agreed upon a mechanism by which PulseAudio and JACK could cooperate
63   in their use of a single soundcard. Whether or not PulseAudio is running by
64   default, when JACK starts up it sends out a request to use the
65   soundcard. If PulseAudio is running, it will give up its use of the
66   soundcard to allow JACK to take over (and can optionally be told to
67   route its own audio through JACK). When JACK finishes, it sends out
68   another message, and PulseAudio can once again use the soundcard
69   directly.
70 </p>
71 </dd>
72 <dt>What is the problem?</dt>
73 <dd>
74 <p>
75   The specific issues known at this time for all flavors of Ubuntu
76   12.04 and 12.10 are:
77   <ul>
78     <li>a bug in PulseAudio that causes it not to give up the
79       soundcard when JACK asks (<a href="https://bugs.launchpad.net/ubuntu/+source/pulseaudio/+bug/1163638">LP: #1163638</a>
80       (fixed in Ubuntu 13.04).</li>
81   </ul>
82 </p>
83 </dd>
84 <dt>Symptoms</dt>
85 <dd>
86 <p>
87   <ul>
88     <li>Cannot start JACK (though see the next section for other
89       causes of this)</li>
90   </ul>
91 </p>
92 </dd>
93 <dt>How to fix</dt>
94 <p>
95   These bugs do not affect the upcoming 13.04 release, and earlier 
96   releases (12.04 and 12.10) are in the process of being fixed.
97 </p>
98 <dd>
99 </dd>
100 </dl>
101
102 <h2>Problems with JACK configuration</h2>
103
104 <dl>
105   <dt>What is the problem?</dt>
106   <dd>
107     <p>
108       To function as intended, JACK needs to run with access to two
109       operating system facilities called "realtime scheduling" and "memory
110       locking". This means that you, the user who starts JACK, must be
111       allowed access to these facilities. By default, Ubuntu does create a
112       user group that has this permission but ... it does not put new
113       users into this group by default. Read more about why <a href="https://wiki.ubuntu.com/Audio/TheAudioGroup">here</a>.
114       Consequently, you will not have permission to run JACK in the way you should.
115     </p>
116   </dd>
117   <dt>Symptoms</dt>
118   <dd>
119     <p>
120       A message like "Cannot lock down memory" in the output from JACK as
121       it starts up. This output may be "hidden" in the Messages window of
122       QJackctrl (aka JACK Control), so you should check there.
123     </p>
124   </dd>
125   <dt>How to fix</dt>
126   <dd>
127     <p>
128       Make sure the file /etc/security/limits.d/audio.conf exists. If it is
129       named /etc/security/limits.d/audio.conf.disabled, rename it to the former.
130       Run the command <code>sudo usermod -a -G
131         audio <em>YOUR-LOGIN-NAME</em></code>. Then logout and login again.
132       On Ubuntu Studio the user is a member of audio group by default, but not
133       on other official flavors.
134     </p>
135   </dd>
136 </dl>
137   <h2>Reporting Issues</h2>
138 <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>
139 <h4>Contact Information for Ubuntu Studio</h4>
140 <p><a href="http://ubuntustudio.org" target="_blank">The Ubuntu Studio Homepage</a></p>
141 <p><a href="http://ubuntuforums.org/forumdisplay.php?f=335" target="_blank">The Ubuntu Studio Forums.</a></p>
142 <p><a href="https://help.ubuntu.com/community/UbuntuStudio/MailLists" target="_blank">Information on the Ubuntu Studio Mailing Lists.</a></p>
143 <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>