The solution was so simple: you just go
killall -9 jackdbus
in your terminal and then its only to restart the jack daemon again. Perfect
--Edit a bit later--
Okay, that was not the solution to everything apparently. After a while the sound stopped work any way (for all other programs than jack-programs). So i wanted to restart the audio in some way. I found this article. Naming a way to find witch programs that used the audio:
lsof | grep pcm
Witch listed all programs using the audio. To my surprise it was jackd. (I didn't think i had started it at all!) so i just did
killall jackd
And everything worked again. Magic!
Inga kommentarer:
Skicka en kommentar