Page 1 of 1

jack shows scarlett 2i2 but not in any DAW

Posted: Mon Sep 28, 2020 6:38 pm
by hapibeli
What am I missing. This is an up to date Fedora Jam 32 distro with tweaks by; https://fedoramagazine.org/configure-fe ... ose-music/
Shure 58 mic is in the left XLR input on the Scarlett, Scarlett is seen in Jack under Setup>Advanced-Output and Input devices

Operating System: Fedora 32
KDE Plasma Version: 5.18.5
KDE Frameworks Version: 5.70.0
Qt Version: 5.14.2
Kernel Version: 5.6.19-rt12.fc32.x86_64
OS Type: 64-bit
Processors: 4 × Intel® Core™ i5-4300U CPU @ 1.90GHz
Memory: 3.5 GiB of RAM
Screenshot_20200928_104746.png
Screenshot_20200928_104746.png (83.05 KiB) Viewed 1670 times
Screenshot_20200928_094311.png
Screenshot_20200928_094311.png (88.57 KiB) Viewed 1670 times
Screenshot_20200928_114355.png
Screenshot_20200928_114355.png (105.08 KiB) Viewed 1669 times

What should patchbay look like?

Re: jack shows scarlett 2i2 but not in any DAW

Posted: Mon Sep 28, 2020 6:50 pm
by hapibeli
Current patch bay...
Screenshot_20200928_114610.png
Screenshot_20200928_114610.png (48.69 KiB) Viewed 1667 times

Re: jack shows scarlett 2i2 but not in any DAW

Posted: Tue Sep 29, 2020 9:57 am
by bluebell
Your graph looks as if jackd used your internal audio adapter. Maybe jackd was started automagically by a jack client (Reaper?) and used default parms.

Start jackd before you start any jack clients.

Re: jack shows scarlett 2i2 but not in any DAW

Posted: Tue Sep 29, 2020 2:16 pm
by hapibeli
Thank you Bluebell. I will give that a try.
Made no difference I'm afraid. The internal mic is taking precedence and the Shure 58 into the Scarlett 2i2 does not show up.
I have ordered a Native Instruments 21066 komplete audio 6 mk2 and will see how it shapes up. The Scarlett was given to me, so no loss there, and the Native is from Amazon, so a return is not an issue so far.

Re: jack shows scarlett 2i2 but not in any DAW

Posted: Tue Sep 29, 2020 4:32 pm
by bluebell
hapibeli wrote: Tue Sep 29, 2020 2:16 pm Thank you Bluebell. I will give that a try.
Made no difference I'm afraid. The internal mic is taking precedence and the Shure 58 into the Scarlett 2i2 does not show up.
I have ordered a Native Instruments 21066 komplete audio 6 mk2 and will see how it shapes up. The Scarlett was given to me, so no loss there, and the Native is from Amazon, so a return is not an issue so far.
Please do

Code: Select all

ps auxwww | grep jackd
when jackd is running and

Code: Select all

aplay -l
The Scarlett should be plugged in.

Re: jack shows scarlett 2i2 but not in any DAW

Posted: Wed Sep 30, 2020 3:00 am
by hapibeli
ps auxwww | grep jackd
dirk 5870 0.0 0.0 216084 648 pts/1 S+ 19:58 0:00 grep --color=auto jackd
{XXXXXXXX@localhost ~]$ aplay -l
**** List of PLAYBACK Hardware Devices ****
card 0: HDMI [HDA Intel HDMI], device 3: HDMI 0 [HDMI 0]
Subdevices: 1/1
Subdevice #0: subdevice #0
card 0: HDMI [HDA Intel HDMI], device 7: HDMI 1 [HDMI 1]
Subdevices: 1/1
Subdevice #0: subdevice #0
card 0: HDMI [HDA Intel HDMI], device 8: HDMI 2 [HDMI 2]
Subdevices: 1/1
Subdevice #0: subdevice #0
card 0: HDMI [HDA Intel HDMI], device 9: HDMI 3 [HDMI 3]
Subdevices: 1/1
Subdevice #0: subdevice #0
card 0: HDMI [HDA Intel HDMI], device 10: HDMI 4 [HDMI 4]
Subdevices: 1/1
Subdevice #0: subdevice #0
card 1: PCH [HDA Intel PCH], device 0: ALC3232 Analog [ALC3232 Analog]
Subdevices: 0/1
Subdevice #0: subdevice #0
card 2: USB [Scarlett 2i2 USB], device 0: USB Audio [USB Audio]
Subdevices: 1/1
Subdevice #0: subdevice #0

Re: jack shows scarlett 2i2 but not in any DAW

Posted: Wed Sep 30, 2020 6:48 am
by bluebell
hapibeli wrote: Wed Sep 30, 2020 3:00 am ps auxwww | grep jackd
dirk 5870 0.0 0.0 216084 648 pts/1 S+ 19:58 0:00 grep --color=auto jackd
{XXXXXXXX@localhost ~]$ aplay -l
**** List of PLAYBACK Hardware Devices ****
card 0: HDMI [HDA Intel HDMI], device 3: HDMI 0 [HDMI 0]
Subdevices: 1/1
Subdevice #0: subdevice #0
card 0: HDMI [HDA Intel HDMI], device 7: HDMI 1 [HDMI 1]
Subdevices: 1/1
Subdevice #0: subdevice #0
card 0: HDMI [HDA Intel HDMI], device 8: HDMI 2 [HDMI 2]
Subdevices: 1/1
Subdevice #0: subdevice #0
card 0: HDMI [HDA Intel HDMI], device 9: HDMI 3 [HDMI 3]
Subdevices: 1/1
Subdevice #0: subdevice #0
card 0: HDMI [HDA Intel HDMI], device 10: HDMI 4 [HDMI 4]
Subdevices: 1/1
Subdevice #0: subdevice #0
card 1: PCH [HDA Intel PCH], device 0: ALC3232 Analog [ALC3232 Analog]
Subdevices: 0/1
Subdevice #0: subdevice #0
card 2: USB [Scarlett 2i2 USB], device 0: USB Audio [USB Audio]
Subdevices: 1/1
Subdevice #0: subdevice #0
jackd is not running.

Your Scarlett is recognized als USB or hw:2

You can start jackd manually:

Code: Select all

jackd -R -P80 -p512 -t2000 -dalsa -r48000 -p256 -n3 -Xseq -dhw:2
What does it output? How does the graph look?

Re: jack shows scarlett 2i2 but not in any DAW

Posted: Wed Sep 30, 2020 11:52 am
by hapibeli
-R -P80 -p512 -t2000 -dalsa -r48000 -p256 -n3 -Xseq -dhw:2
jackd: symbol lookup error: jackd: undefined symbol: silent_jack_error_callback

Re: jack shows scarlett 2i2 but not in any DAW

Posted: Wed Sep 30, 2020 12:51 pm
by bluebell
hapibeli wrote: Wed Sep 30, 2020 11:52 am -R -P80 -p512 -t2000 -dalsa -r48000 -p256 -n3 -Xseq -dhw:2
jackd: symbol lookup error: jackd: undefined symbol: silent_jack_error_callback
Your jackd installation is broken.

Re: jack shows scarlett 2i2 but not in any DAW

Posted: Wed Sep 30, 2020 7:18 pm
by hapibeli
Thanks Bluebell. How do I repair that?

Re: jack shows scarlett 2i2 but not in any DAW

Posted: Thu Oct 08, 2020 5:42 pm
by hapibeli
OK. The NI Komplete 6 shows up fine in my Fedora Jam 32 machine. In the qjackctl GRAPH, I need help in where to route the interface's connections.
QJACKCTL GRAPH for NI 6 MK2.png
QJACKCTL GRAPH for NI 6 MK2.png (79.63 KiB) Viewed 1609 times
A) I have my digital organ going in to XLR input 2, mic into XLR input 1,
B) my Yamaha synth into the midi in/out to the Komplete's out/in
C) my Yamaha synth could also go into input 3or4 in the Komplete 6
D) I would like to send it all from the Komplete to my Yamaha MGo6X mixer and out to powered speakers
E) I have my choice of DAW's
If someone could advise me on the connections in Qjackctl's GRAPH, I will be very grateful.
Thanks all.

Re: jack shows scarlett 2i2 but not in any DAW

Posted: Thu Oct 08, 2020 5:58 pm
by hapibeli
QJACKCTL GRAPH for NI 6 MK2.png
QJACKCTL GRAPH for NI 6 MK2.png (116.06 KiB) Viewed 1609 times
Better visual I hope?

Re: jack shows scarlett 2i2 but not in any DAW

Posted: Thu Oct 08, 2020 6:24 pm
by bluebell
I get no clue out of this. The graph says that jackd is running and uses the builtin audio interface. But it was not possible to start jack with the USB interface.

Re: jack shows scarlett 2i2 but not in any DAW

Posted: Thu Oct 08, 2020 6:54 pm
by hapibeli
I am studying the https://www.rncbc.org/drupal/node/76?de ... on=node/76 though it seems a bit dated, therefore doesn't speak to the midi inputs.

I am now setting up the patchbay and I am not sure of how to set the incoming midi signal from the Yamaha synth?

Re: jack shows scarlett 2i2 but not in any DAW

Posted: Fri Oct 09, 2020 8:35 am
by Toejam76
Had a similar problem with the internal audio chose over the usb audio.
Prevented the module to load in

Code: Select all

/etc/modprobe.d/blacklist.conf 
made an entry with

Code: Select all

blacklist snd_hda_intel
at the end of the file.

Code: Select all

inxi -A
Audio:     Device-1: AMD Raven/Raven2/Fenghuang HDMI/DP Audio driver: N/A 
           Device-2: Focusrite-Novation Scarlett Solo USB type: USB driver: snd-usb-audio 
           Sound Server: ALSA v: k5.4.0-48-lowlatency
Now only usb audio is available and solved that issue, at least in my case.
I use Ubuntu Studio if that matters.