Bootstrap FreeKB - Jack audio server - Install and configure Jack audio server in Linux
Jack audio server - Install and configure Jack audio server in Linux

Updated:   |  Jack audio server articles

On a Debian distribution (Debian, Mint, Ubuntu), the apt-get command can be used to install the lastest version of Jack. On a Red Hat distribution, the dnf or yum command can be used.

apt-get install jack

 

If you are going to be using a Linux distribution that has a graphical desktop, which is typical on Debian distrubtions such as Mint and Ubuntu, you will probably also want to install qjackctl, which is a graphical tool that can be used with Jack, often referred to as the Jack Controller.

apt-get install qjackctl

 

The qjackctl command without any additional options should make the Jack Controller appear.

 

If something like "qjackctl not found in path" is returned after issuing the qjackctl command, use the which command to determine where the Jack controller is located.

~]# which qjackctl
/usr/bin/qjackctl

 

In this example, you should be able to launch the Jack Controller by using the full path to the qjackctl command. 

/usr/bin/qjackctl

 

Or, better yet, you could add the path to the Jack Controller to your users $PATH environment variable, so that you don't have to use the full path to the qjackctl command.  Refer to Linux Fundamentals - The $PATH variable.

Assuming you are able to launch the Jack Controller, click start, and ensure "Started" is displayed.

 

Select connect, and the input and output audio interfaces being used by your PC should be displayed.

 

Following are addtional packages that you may want to also install.

apt-get install pulseaudio-module-jack
apt-get install pulseaudio

 




Did you find this article helpful?

If so, consider buying me a coffee over at Buy Me A Coffee



Comments


October 22 2017 by Jack
No package pulseaudio-module-jack available

October 22 2017 by Jeremy (moderator)
If you are on a Debian based system, "apt-cache search pulseaudio" or "apt-cache search pulseaudio-module-jack" can be used to search for the pulseaudio-module-jack package. If using a Red Hat based system, "yum search pulseaudio" can be used. If apt-get or yum cannot locate and install the pulseaudio-module-jack, this suggests that the repositories being used by apt or yum on your system is unable to locate the pulseaudio-module-jack package. In this scenario, you would either need to modify your repo, or install pulseaudio-module-jack package from an RPM (Red Hat) or Deb (Debian). Here is a link with some of the pulseaudio-module-jack RPMs: http://rpmfind.net/linux/rpm2html/search.php?query=pulseaudio-module-jack(x86-64). Here is a link to the Debian DEB: https://pkgs.org/download/pulseaudio-module-jack.

January 12 2022 by anon
the instructions say: ~]# yum install apt-get it should read 'yum install jack' etc.

January 12 2022 by Jeremy (moderator)
Oops, well that is a little embarrassing. Got that corrected.

Add a Comment


Please enter 2e02c5 in the box below so that we can be sure you are a human.