manual/_manual/03_setting-up-your-system/08_platform-specifics/01_ubuntu-linux.html

187 lines
7.2 KiB
HTML
Raw Normal View History

---
layout: default
title: Ubuntu Linux
---
<p>
Ubuntu Linux is the most popular variety of Linux in use on desktop
and laptop systems. It has the backing of a for-profit corporation
2013-04-01 11:56:53 -04:00
(Canonical Inc.), a defined philosophy and a huge and
2013-04-01 11:44:17 -04:00
worldwide user base. As a result, it is a common platform for people
who want to use Ardour and other tools for music creation and
pro-audio work.
</p>
<p>
Unfortunately, Ubuntu has repeatedly caused major headaches for
people who want to use Ardour. These problems have arisen from a
combination of two basic issues:
<ul>
<li>Badly built packages of Ardour</li>
<li>Poor system configuration related to JACK, which Ardour (and
most other pro-audio tools on Linux) uses for audio and MIDI I/O.
</li>
</ul>
</p>
2013-04-01 11:54:45 -04:00
<h2>High Level Recommendations for Ubuntu Users</h2>
<p>
2013-04-05 11:30:31 -04:00
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
these settings preconfigured - also containing many customized and often
more up to date packages.
2013-04-01 11:54:45 -04:00
<p>
2013-04-01 11:45:15 -04:00
<h2>Problems with Ardour Packages</h2>
2013-04-01 11:46:05 -04:00
<dl>
2013-04-01 11:28:36 -04:00
<dt>What is the problem?</dt>
<dd>
<p>
It is not possible to know whether the current package of Ardour
released by Ubuntu has been correctly built or not. Ubuntu has a
history of making packaging errors that lead to crashes, missing
functionality and odd behaviour that is not present in the
2013-04-01 11:58:33 -04:00
ready-to-run version of the program that you can get from <a
2013-04-01 11:57:57 -04:00
href="http://ardour.org/download">ardour.org</a> (or in the packages
released by other distributions)
2013-04-01 11:28:36 -04:00
</p>
<dt>Symptoms</dt>
<dd>
<p>
2013-04-01 11:49:36 -04:00
Ardour starts up and basically runs, but you encounter subtle
problems (for example, with plugin GUIs or with export, or with the
use of certain specific plugins), or are missing functionality, or
run into crashes.
</p>
2013-04-01 11:28:36 -04:00
</dd>
<dt>How to Fix</dt>
<dd>
<p>
2013-04-01 11:57:57 -04:00
Download the ready-to-run version
from <a href="http://ardour.org/download">ardour.org</a>. Ardour's
lead developer (and many of the most active members of our user
2013-04-01 11:49:36 -04:00
community) will not provide support for, and will not investigate
bugs reported for, Ubuntu's own packages of Ardour. The ardour.org
packages install along side your distribution versions, and do not
interfere or interact in anyway other than sharing your own personal
Ardour settings and configuration choices.
</p>
2013-04-01 11:28:36 -04:00
</dd>
</dl>
2013-04-01 11:45:15 -04:00
<h2>Problems with the interaction between PulseAudio and JACK</h2>
2013-04-01 11:41:23 -04:00
<dl>
<dt>Background Info</dt>
<dd>
<p>
Like many distributions, Ubuntu has decide to use PulseAudio as the
default audio system. PulseAudio is a rich and capable system that
provides excellent services for typical users of Linux on the
desktop. However, it is not capable of the type of performance that
tools like Ardour require and in particular does not offer the
possibility of sending audio between applications that can makes the
Linux audio environment a very interesting one.
</p>
<p>
This would not a problem if it were not for the fact that JACK will
not run correctly (if at all) if it needs to use the same
soundcard/audio interface that PulseAudio is using. And since on
Ubuntu, PulseAudio is configured by default to always use the
(typically single) audio interface on your computer, this is a bit
of a problem.
</p>
<p>
The developers of JACK and PulseAudio got together in 2009 and
agreed upon a mechanism by which PulseAudio and JACK could cooperate
in their use of a single soundcard. Whether or not PulseAudio is running by
default, when JACK starts up it sends out a request to use the
soundcard. If PulseAudio is running, it will give up its use of the
soundcard to allow JACK to take over (and can optionally be told to
route its own audio through JACK). When JACK finishes, it sends out
another message, and PulseAudio can once again use the soundcard
directly.
</p>
2013-04-01 11:41:23 -04:00
</dd>
<dt>What is the problem?</dt>
<dd>
<p>
The specific issues known at this time for all flavors of Ubuntu
12.04 and 12.10 are:
<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>
(fixed in Ubuntu 13.04).</li>
2013-04-05 11:26:42 -04:00
<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>
(fixed in Ubuntu 13.04)
</ul>
</p>
2013-04-01 11:41:23 -04:00
</dd>
<dt>Symptoms</dt>
<dd>
<p>
<ul>
<li>Cannot start JACK (though see the next section for other
causes of this)</li>
</ul>
</p>
2013-04-01 11:41:23 -04:00
</dd>
<dt>How to fix</dt>
2013-04-05 11:26:42 -04:00
<p>
These bugs do not affect the upcoming 13.04 release, and earlier
releases (12.04 and 12.10) are in the process of being fixed.
2013-04-05 11:26:42 -04:00
</p>
2013-04-01 11:41:23 -04:00
<dd>
</dd>
</dl>
2013-04-01 11:46:05 -04:00
<h2>Problems with JACK configuration</h2>
2013-04-01 11:46:05 -04:00
<dl>
2013-04-01 11:44:17 -04:00
<dt>What is the problem?</dt>
<dd>
<p>
To function as intended, JACK needs to run with access to two
operating system facilities called "realtime scheduling" and "memory
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. 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.
2013-04-01 11:44:17 -04:00
</p>
</dd>
<dt>Symptoms</dt>
<dd>
<p>
A message like "Cannot lock down memory" in the output from JACK as
it starts up. This output may be "hidden" in the Messages window of
QJackctrl (aka JACK Control), so you should check there.
</p>
</dd>
<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.
2013-04-01 11:44:17 -04:00
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 official flavors.
2013-04-01 11:44:17 -04:00
</p>
</dd>
</dl>
<h2>Reporting Issues</h2>
<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>
<h4>Contact Information for Ubuntu Studio</h4>
<p><a href="http://ubuntustudio.org" target="_blank">The Ubuntu Studio Homepage</a></p>
<p><a href="http://ubuntuforums.org/forumdisplay.php?f=335" target="_blank">The Ubuntu Studio Forums.</a></p>
<p><a href="https://help.ubuntu.com/community/UbuntuStudio/MailLists" target="_blank">Information on the Ubuntu Studio Mailing Lists.</a></p>
<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>