Jackd is using alsa (just like pulseaudio). The most typical problem is pulseaudio has taken your USB soundcard, which prevents all other processes from access to the soundcard. You can easily tell which process is currently using your sound device (btw try to find such info in the other non-can-of-worms OSes):
It is just a few clicks in pavucontrol or PA control panel of your distribution to tell PA to avoid the soundcard.
I prefer a system which I can fully diagnose and fix, at every level of the stack, to a black box where only the manufacturer sort of knows how it works and can modify, and where the only troubleshooting technique is endless trial and error. Plus fighting problems from completely unrelated areas such as false positives by the myriad of buggy "antivirus" tools.
Code:
sudo lsof /dev/snd/*
It is just a few clicks in pavucontrol or PA control panel of your distribution to tell PA to avoid the soundcard.
I prefer a system which I can fully diagnose and fix, at every level of the stack, to a black box where only the manufacturer sort of knows how it works and can modify, and where the only troubleshooting technique is endless trial and error. Plus fighting problems from completely unrelated areas such as false positives by the myriad of buggy "antivirus" tools.
Last edited: