Open JulienPalard opened 3 years ago
After how long does jackd bail out with the error message you posted?
What does jackd -dalsa -dhw:PCH -r 48000 -p 512 -n3
give you?
As an aside, you are setting a realtime priority without enabling realtime mode (-R) - I'm not sure that's implied, so you might want to specify -R explicitly. But then of course you will have to have the correct /etc/security/limits.conf settings wrt rt scheduling and memlock.
Describe the bug
When starting qjackctl and asking it to start jack I'm getting:
when running jackd manually then starting jack_simple_client to test it I'm getting an error.
Environment
apt install jackd2
My tests are done after stopping pulseaudio (
systemctl --user stop pulseaudio.socket; systemctl --user stop pulseaudio
),Steps To Reproduce
On one terminal:
In the other one:
Here's the jackd output:
And the jack_simple_client output:
Tried with
jackd -d dummy
and it does not output any error.Expected vs. actual behavior
I expected a test sound to be audible, got errors.