]> Shamusworld >> Repos - ardour-manual-diverged/blob - _manual/03_setting-up-your-system/08_platform-specifics/01_ubuntu-linux.html
bb70164936b7c628e3437610b5dbf93ac1a9622f
[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   <dfn>Ubuntu Linux</dfn> 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 <p>
17   Currently, installing pro audio applications on vanilla Ubuntu requires
18   some configuration, in order for the user to gain realtime privilege
19   (read below).
20   Ubuntu Studio, which is an official flavor of Ubuntu, and thus shares
21   the repositories with Ubuntu, has this already configured.
22   Other distributions, such as KXStudio, and Dreamstudio are largely based
23   on Ubuntu, and like Ubuntu Studio, has these settings preconfigured, while
24   also containing customized versions of Ubuntu packages, which often are
25   more up to date.
26 </p>
27
28 <h2>Installing Ardour</h2>
29 <p>
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 </p>
38 <p>
39   Follow these steps to install the latest version of Ardour.
40
41       1. Download the latest release from <a href="http://ardour.org/download">
42       ardour.org</a>.
43       2. Right-click the downloaded file and choose properties.
44       3. Click the `Permissions` tab and check the option `Allow this file to
45       run as a program`
46       4. Close the dialog and double-click the file.
47       5. Follow the prompts.
48 </p>
49
50 <h2>Problems with the interaction between PulseAudio and JACK</h2>
51
52 <h3>Background Info</h3>
53 <p>
54   Like many distributions, Ubuntu has decided to use <dfn>PulseAudio</dfn> as the
55   default audio system. PulseAudio is a rich and capable system that
56   provides excellent services for typical users of Linux on the
57   desktop. However, it is not capable of the type of performance that
58   tools like Ardour require and in particular does not offer the
59   possibility of sending audio between applications that can make the
60   Linux audio environment a very interesting one.
61 </p>
62 <p>
63   This would not be a problem if it were not for the fact that JACK
64   will not run correctly (if at all) if it needs to use the same
65   soundcard/audio interface that PulseAudio is using. And since on
66   Ubuntu, PulseAudio is configured by default to always use the
67   (typically single) audio interface on your computer, this is a bit
68   of a problem.
69 </p>
70 <p>
71   The developers of JACK and PulseAudio got together in 2009 and
72   agreed upon a mechanism by which PulseAudio and JACK could cooperate
73   in their use of a single soundcard. Whether or not PulseAudio is running by
74   default, when JACK starts up it sends out a request to use the
75   soundcard. If PulseAudio is running, it will give up its use of the
76   soundcard to allow JACK to take over (and can optionally be told to
77   route its own audio through JACK). When JACK finishes, it sends out
78   another message, and PulseAudio can once again use the soundcard
79   directly.
80 </p>
81 <h3>What is the problem?</h3>
82 <p>
83   The specific issues known at this time for all flavors of Ubuntu
84   12.04 and 12.10 are:
85 </p>
86   <ul>
87     <li>a bug in PulseAudio that causes it not to give up the
88       soundcard when JACK asks
89       (<a href="https://bugs.launchpad.net/ubuntu/+source/pulseaudio/+bug/1163638">LP:
90       #1163638</a>,
91       fixed in Ubuntu 13.04).</li>
92   </ul>
93
94 <h3>Symptoms</h3>
95 <p>
96     <samp>Cannot start JACK</samp> (though see the next section for other
97       causes of this)
98 </p>
99
100 <h3>How to fix</h3>
101 <p>
102   These bugs do not affect releases from 13.04, and earlier releases
103   (12.04 and 12.10) are in the process of being fixed.
104 </p>
105
106 <h2>Problems with JACK configuration</h2>
107
108 <h3>What is the problem?</h3>
109     <p>
110       To function as intended, JACK needs to run with access to two
111       operating system facilities called <dfn>realtime scheduling</dfn> and
112       <dfn>memory locking</dfn>. This means that you, the user who starts JACK, must be
113       allowed access to these facilities. By default, Ubuntu does create a
114       user group that has this permission but &mdash; it does not put new
115       users into this group by default. Read more about why <a href="https://wiki.ubuntu.com/Audio/TheAudioGroup">here</a>.
116       Consequently, you will not have permission to run JACK in the way you should.
117     </p>
118 <h3>Symptoms</h3>
119     <p>
120       A message like <samp>Cannot lock down memory</samp> 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
125 <h3>How to fix</h3>
126     <p>
127       Make sure the file /etc/security/limits.d/audio.conf exists. If it is
128       named /etc/security/limits.d/audio.conf.disabled, rename it to the former.
129       Run the command
130     </p>
131     <kbd class="cmd lin">sudo usermod -a -G audio
132     <em>YOUR-LOGIN-NAME</em></kbd>
133     <p>
134       Then log out and log in again. On Ubuntu Studio the user is a member of audio
135       group by default, but not on other official flavors.
136     </p>
137
138 <h2>Reporting Issues</h2>
139 <p>
140   Given the difficulties in supporting Ubuntu and the limited time/resources
141   of the Ardour team, the <dfn>Ubuntu Studio Project</dfn> has requested that
142   issues and bug reports related to Ubuntu, Ubuntu Studio and other
143   derivitives be directed to them.
144 </p>
145 <h3>Contact Information for Ubuntu Studio</h3>
146 <p><a href="http://ubuntustudio.org">The Ubuntu Studio Homepage</a></p>
147 <p><a href="http://ubuntuforums.org/forumdisplay.php?f=335">The Ubuntu Studio Forums.</a></p>
148 <p><a href="https://help.ubuntu.com/community/UbuntuStudio/MailLists">Information on the Ubuntu Studio Mailing Lists.</a></p>
149 <p><a href="https://help.ubuntu.com/community/UbuntuStudio/IRC">Information on the Ubuntu Studio IRC channel.</a> #ubuntustudio on irc.freenode.net</p>