Do I need to bother with Jack on Debian 12?

Still new to all of this? Feel free to post in any of the subforums on this site, but in this subforum newbie questions are especially encouraged!

Moderators: MattKingUSA, khz

blockflute
Established Member
Posts: 41
Joined: Thu Apr 01, 2021 8:58 am
Has thanked: 6 times
Been thanked: 2 times

Re: Do I need to bother with Jack on Debian 12?

Post by blockflute »

Linuxmusician01 wrote: Sun Jul 23, 2023 10:46 am

So things, IMHO, haven't gotten easier, you were just lucky if you ask me... :wink:

Probably! I've used Debian for over 20 years now (exclusively since Sun got swallowed up by Oracle). Generally, I'm happy that it's stable and generally works, and I don't care much that many of the packages aren't super-up-to-date (neither am I). Not that it matters, but I got a bit stuck with it a couple of years ago: prior to that I was using fvwm for desktop and then for a while I had to use a machine with Plasma on it, and I liked it enough to switch to it, but the version I had got to like was newer than the one then on Deb Stable. I tried Deb Testing (Bookworm) as it had the newer Plasma version on it, but had endless trouble with Ardour - every time anything got updated, it stopped working. I got fed up with the whole issue and have been using Ubuntu Studio ever since, but that has its own drawbacks. Enter Deb 12, so I hoped the things that were problems for me would have been sorted out, and it seems that they have been.

Right now, a plain vanilla intall of Debian from the Live CD, Plasma version, with only Ardour installed on top of it, deals with all the sound issues. Sound on Firefox is working, presumably via PA, and sound with Ardour and the Behringer box works too, even at the same time. Can't be bad.

My main concern is that this really is just luck, and something will happen that stops it working, and a "proper" setup would keep going. Part of the problem is that it's hard to know what a proper setup is. Even if pipewire is not fully up to speed yet, and not even installed in the Plasma version of Debian, it probably soon will be, and I don't want to waste a lot of time sorting something out that will be superseded in a year or two. I have enough to do with coping with the also inevitable shift from X11 to Wayland - I need to rethink all my keyboard mods for a start off.

My brother and I both installed Slackware way back when it was the only distro in town - we got a set of over 100 floppies from Manchester University! He gave up several years ago and got a Mac. I don't like the Mac desktop but I do like the idea of playing an instrument in preference to struggling with Linux (I'm not paid to do that now I've retired).

Sorry to prattle on, you don't need to know most of that. The point is, everything works and if my luck holds, all is well; if not.... ?

Last edited by blockflute on Sun Jul 23, 2023 11:29 am, edited 1 time in total.
blockflute
Established Member
Posts: 41
Joined: Thu Apr 01, 2021 8:58 am
Has thanked: 6 times
Been thanked: 2 times

Re: Do I need to bother with Jack on Debian 12?

Post by blockflute »

wjl wrote: Sun Jul 23, 2023 10:04 am

@blockflute,

you could check with dpkg

In case you don't have pipewire-jack, pipewire-alsa, and pipewire-pulse, install them. Then try starting Ardour (or any other program which depends on Jack) like this:

Code: Select all

wjl@handa-6:~$ PIPEWIRE_LATENCY=128/48000 pw-jack ardour

You can of course use other latency and sample rate settings, try what's best for you.

Hope that helps?
Cheers,
Wolfgang

Thanks for the suggestion - I tried dpkg and clearly pipewire is not on the system.

I'll give your suggestion re the pipewire packages a try - testing this stuff is the point of doing it on a spare laptop, doesn't matter if I mess things up and have to start again.

The only thing I would say is, wrt "any other program which depends on Jack", Ardour is currently working perfectly well without jack, and

Code: Select all

dpkg -l jack

returns exactly the same "no matching packages" as searching for pipe does.

User avatar
sunrat
Established Member
Posts: 925
Joined: Wed Jul 22, 2020 2:08 pm
Has thanked: 152 times
Been thanked: 247 times

Re: Do I need to bother with Jack on Debian 12?

Post by sunrat »

blockflute wrote: Sun Jul 23, 2023 11:28 am

Code: Select all

dpkg -l jack

returns exactly the same "no matching packages" as searching for pipe does.

There is no package called jack. The jack packages are called jackd1 or jackd2. To check what is installed:

Code: Select all

apt list -i *jack*

"i" is for installed. To check all available, leave out the "i".

But as already said, if it's working keep it as is.

blockflute
Established Member
Posts: 41
Joined: Thu Apr 01, 2021 8:58 am
Has thanked: 6 times
Been thanked: 2 times

Re: Do I need to bother with Jack on Debian 12?

Post by blockflute »

sunrat wrote: Sun Jul 23, 2023 12:51 pm

There is no package called jack. The jack packages are called jackd1 or jackd2. To check what is installed:

Code: Select all

apt list -i *jack*

"i" is for installed. To check all available, leave out the "i".

Oops - silly me. jackd1-firewire, jackd1 and libjack0 are installed. Studio Controls can't find jack though. I did try installing jackd2 (since removed) and SC couldn't find it then either. There is no qjackctl currently on the system; it was added when jackd2 was installed but qjackctl couldn't find jack either.

But as already said, if it's working keep it as is.

Probably the best policy!

Looter
Established Member
Posts: 3
Joined: Fri Mar 29, 2024 4:27 pm

Re: Do I need to bother with Jack on Debian 12?

Post by Looter »

I know I'm late for a posting on this subject but I accidentally found the same thing when I started to attempt recording with Linux. I had upgraded to 12 and wanted to try recording some of my guitar stuff. I knew nothing about what I was doing. Purchased a Scarlett 2i2, plugged it and and fired up Ardour. At first there was nothing but after some snooping I found input and output setting, the Focusrite was listed, I selected them and it worked. I had no idea what to do with Ardour, still don't really but I was able to record my guitars both with a microphone and direct plug in and it played back through my headphones.

It wasn't until I wanted to try Guitarix that I had to install jack to get things to work together.

Post Reply