Hello, I'm new here. Please let me know if I'm posting this in the wrong place.
In short, I can't get any sound out of my system using JACK, and I'm completely stumped.
When I run jack_simple_client
, I see sensible-looking console output (see below) and it starts a JACK server (verified with ps
). But I don't hear any output.
I've tried other ways of sending sound to JACK (eg jack-play tone.wav
or aplay -D plug:jack tone.wav
) and the commands complete without error -- but also without making any sound!
I've made sure that PulseAudio isn't running. Beyond that, I'm stumped.
Any suggestions for what to try next would be very welcome!
Thanks.
Code:
$ uname -aLinux malbogies 6.8.0-47-generic #47~22.04.1-Ubuntu SMP PREEMPT_DYNAMIC Wed Oct 2 16:16:55 UTC 2 x86_64 x86_64 x86_64 GNU/Linux$ jackd --versionjackdmp version 1.9.20 tmpdir /dev/shm protocol 9$ jack_simple_client Cannot connect to server socket err = No such file or directoryCannot connect to server request channeljackdmp 1.9.20Copyright 2001-2005 Paul Davis and others.Copyright 2004-2016 Grame.Copyright 2016-2021 Filipe Coelho.jackdmp comes with ABSOLUTELY NO WARRANTYThis is free software, and you are welcome to redistribute itunder certain conditions; see the file COPYING for detailsno message buffer overrunsno message buffer overrunsno message buffer overrunsJACK server starting in realtime mode with priority 10self-connect-mode is "Don't restrict self connect requests"audio_reservation_initAcquire audio card Audio0creating alsa driver ... hw:0|hw:0|1024|2|48000|0|0|nomon|swmeter|-|32bitconfiguring for 48000Hz, period = 1024 frames (21.3 ms), buffer = 2 periodsALSA: final selected sample format for capture: 32bit integer little-endianALSA: use 2 periods for captureALSA: final selected sample format for playback: 32bit integer little-endianALSA: use 2 periods for playbackJACK server started...in another session:$ pgrep -a jack173608 jack_simple_client173611 /usr/bin/jackd -T -ndefault -dalsa -dhw:0$ jack_lsp -csystem:capture_1system:capture_2system:playback_1 jack_simple_client:output1system:playback_2 jack_simple_client:output2system:playback_3system:playback_4jack_simple_client:output1 system:playback_1jack_simple_client:output2 system:playback_2
Code:
Statistics: Posted by ingleshambles — Sun Oct 27, 2024 8:55 pm