Unable to start Jack with Qjackctl on armbian orangepipcplus
Hi, I'm trying to use jack on an orange pi pc plus but when I try to run jack via qjackctl, qjackctl aborts. I have added my user to the audio group and also tried a few things like killing the pulseaudio process with:
Code: Select all
$ pulseaudio --kill
$ jack_control start
and uninstalling it completely with:
Code: Select all
$ sudo apt-get purge pulseaudio gstreamer1.0-pulseaudio pulseaudio-utils xfce4-pulseaudio-plugin
but the error persists.
Real time setting is enabled on the system:
Code: Select all
$ cat /etc/security/limits.d/audio.conf
@audio - rtprio 95
@audio - memlock unlimited
I am attaching some screenshots of the system and I really appreciate suggestions to try to solve this problem
I am using a 1st generation Focusrite 2i2 interface and recording and playback of audio through the interface works correctly with arecord and aplay:
Code: Select all
$ arecord -d 10 -c 2 -f S32_LE -r 44100 -D hw:USB -t wav test.wav $ aplay -D hw:USB test.wav
Sound cards recognized by the system:
$ cat /proc/asound/cards
Message when running qjackctl (Either with the standard interface of the system or with the USB interface, the same thing happens.):

Message when trying to start qjackctl (Either with the standard interface of the system or with the USB interface, the same thing happens.):

