Qjackctl connect window - ALSA tab missing?

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

Post Reply
schevening
Established Member
Posts: 4
Joined: Wed Jun 01, 2022 6:49 am
Has thanked: 3 times

Qjackctl connect window - ALSA tab missing?

Post by schevening »

Hi Everyone,

Total newbie here, trying to set up my MIDI keyboard with Qsynth for the first time :)

I was following this tutorial: https://sndrtj.eu/2019/10/19/Using-a-US ... on-Ubuntu/, however, when I get to the "connect" step, my Qjackctl connect window only has Audio and MIDI tabs, but no ALSA tab (
whereis_ALSA.png
whereis_ALSA.png (27.02 KiB) Viewed 1665 times
).

Could anyone help me why is this the case? I am using Ubuntu.
User avatar
Linuxmusician01
Established Member
Posts: 1547
Joined: Mon Feb 23, 2015 2:38 pm
Location: Holland (Europe)
Has thanked: 784 times
Been thanked: 144 times

Re: Qjackctl connect window - ALSA tab missing?

Post by Linuxmusician01 »

You might have started Jack without Alsa-Midi support. I always start Jack via the command line like this:

Code: Select all

jackd -d alsa --device hw:0 &

Meaning:
"-d alsa" means: use Alsa as audio driver (don't use the option "--driver", that won't work for some strange reason, maybe jack1 vs. jack2 thing...)
"--device hw:0" means: use audio device with number 0 in my system for sound
"&" means: run in the background so I can close the terminal window with the command "exit" without killing Jack

Good luck! :)
User avatar
LAM
Established Member
Posts: 992
Joined: Thu Oct 08, 2020 3:16 pm
Has thanked: 141 times
Been thanked: 349 times

Re: Qjackctl connect window - ALSA tab missing?

Post by LAM »

schevening wrote: Wed Jun 01, 2022 6:57 am Hi Everyone,

Total newbie here, trying to set up my MIDI keyboard with Qsynth for the first time :)

I was following this tutorial: https://sndrtj.eu/2019/10/19/Using-a-US ... on-Ubuntu/, however, when I get to the "connect" step, my Qjackctl connect window only has Audio and MIDI tabs, but no ALSA tab (whereis_ALSA.png).

Could anyone help me why is this the case? I am using Ubuntu.
You have to Enable ALSA Sequencer support and exit from Qjackctl to make the change to have effect.
Attachments
2022-06-01_14.34.40.026.png
2022-06-01_14.34.40.026.png (67.75 KiB) Viewed 1623 times

in mix, nobody can hear your screen

schevening
Established Member
Posts: 4
Joined: Wed Jun 01, 2022 6:49 am
Has thanked: 3 times

Re: Qjackctl connect window - ALSA tab missing?

Post by schevening »

This worked, thank you so much!!!! :D
User avatar
Linuxmusician01
Established Member
Posts: 1547
Joined: Mon Feb 23, 2015 2:38 pm
Location: Holland (Europe)
Has thanked: 784 times
Been thanked: 144 times

Re: Qjackctl connect window - ALSA tab missing?

Post by Linuxmusician01 »

@LAM: I totally missed that option in Qjackctl! :wink:
User avatar
LAM
Established Member
Posts: 992
Joined: Thu Oct 08, 2020 3:16 pm
Has thanked: 141 times
Been thanked: 349 times

Re: Qjackctl connect window - ALSA tab missing?

Post by LAM »

Linuxmusician01 wrote: Thu Jun 02, 2022 9:04 am @LAM: I totally missed that option in Qjackctl! :wink:
Glad it was helpful. :D

I discovered this when I started my journey in Linux audio for the exact opposite reason, I wanted to get rid of ALSA midi ports spamming in my graph. :lol:

in mix, nobody can hear your screen

Post Reply