Fixing dbus related problems in jack [Solved] :)
I finally found it! I had a lots of annoying problems with jack (the performance audio system for linux) when it had crashed. It did not want to start again. The only informative I found in the error message was that there was some problem with the "dbus" (I still don't know what the dbus is doing, but it must be something important). Then I found this article.
The solution was so simple: you just go
killall -9 jackdbus
in your terminal and then it's 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 anyway (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 which 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!
Andra inlägg från bloggen
2024
Använda cpp som ett skriptspråk (2024-12-03)
Mekaniskt tangentbord Lasersköld L1 del 1 (2024-11-14)
Alphasmart neo 2 font editor (2024-10-11)
Bloggen är äntligen fyttad (2024-09-24)
2022
Figurer i skuggan (2022-06-04)
2018
prestandatest pa morgonen c (2018-11-21)
2017
Framsteg och frustration (2017-08-31)
2015
fix audacity startup bug on ubuntu 1510 (2015-11-24)
git subtree (2015-06-21)
add native code to android studio (2015-06-21)
2014
Ingenting (2014-11-08)
Äldre inlägg...