Audio completely stopped on linux

i installed ardour earlier with jack and i relogged and now i cant hear anything. ive changed all my audio settings to how they usually are and i still cant hear anything. does anyone know how the solve this?

JACK (as well as Ardour/ALSA) requires exclusive access to the soundcard. So while jackd is running no other application can use the soundcard. This is so that other applications cannot interfere while your producing, and also to prevent desktop sounds to blast out of studio monitor speakers…

You could however route desktop audio via JACK (see https://jackaudio.org/faq/)


Anyway let’s first take a step back and diagnose what is going on on your system. Run the following command in a terminal window:

cd /tmp && wget https://community.ardour.org/files/adevices.sh && bash ./adevices.sh

It will not modify your system; it lists all soundcards, their current settings and applications using them.

Copy+paste all the output of that script… that should provide some clues.

This topic was automatically closed 91 days after the last reply. New replies are no longer allowed.