Quantcast
Channel: Debian User Forums
Viewing all articles
Browse latest Browse all 3567

Beginners Questions • Can't start JACK

$
0
0

Code:

# dpkg-query -l | grep jackii  libjack-jackd2-0:amd64           1.9.21~dfsg-3     amd64  JACK Audio Connection Kit (libraries)ii  pipewire-audio-client-libraries  0.3.65-3+deb12u1  all    transitional package for pipewire-alsa and pipewire-jackii  pipewire-jack:amd64              0.3.65-3+deb12u1  amd64  PipeWire JACK plugin# aptitude search jack | wc -l88#
I don't have your answer, but what you need may depend on other audio components you do or don't have installed. 88 seems like a lot of potential puzzle pieces, and there are a lot more if alsa, pipewire, pulseaudio and/or wireplumber are also involved. I use the following script to search for clues when sound isn't right:

Code:

#!/bin/bashecho "# alsactl info"alsactl infoecho "# wpctl status"wpctl statusecho "# pw-cli list-objects Device"pw-cli list-objects Deviceecho "# pw-cli list-objects Node"pw-cli list-objects Nodeecho "# aplay -lL"aplay -lLecho "# systemctl -l --no-pager --global --user status pipewire.{service,socket} pipewire-pulse.{service,socket} wireplumber"systemctl -l --no-pager --global --user status pipewire.{service,socket} pipewire-pulse.{service,socket} wireplumber
HTH some.

Statistics: Posted by mrmazda — 2024-08-16 19:23 — Replies 1 — Views 29



Viewing all articles
Browse latest Browse all 3567

Trending Articles