I have a very unique issue, and I have absolutely no idea what is going on.
I got a new computer, using Debian, that my dad made using spare parts. It worked just fine, until about a month after I got it, when I decided I should start adding audio to the game I'm programming. That's when I realized that my audio wasn't working. I asked my dad for help. At first he refused, saying that I would learn more by doing it myself. But eventually, he agreed to help.
He did a bunch of stuff in the terminal, and he then opened a program called qjackctl. He started the JACK audio server, waited a bit, then stopped it. Music started playing the moment he stopped it. He didn't explain what he did, and said he was just checking if it was even possible to get the audio working. It worked until I rebooted the computer. I then tried to replicate what he did, and I opened qjackctl, started it, then stopped it. My audio started working again.
I kept doing this for the next week or two, and one day it stopped working. I have no idea why. All I did each of those days were just Python & Pygame programming. I kept experimenting with qjackctl, and the program output said something about killing pulseaudio (can't remember exactly what it said). So I opened top (type "top" in terminal), killed pulseaudio, started and stopped the program, and my audio started working again. I kept doing that for about a week every time I rebooted, then it magically stopped working again. Does anyone know how to fix this, and, preferably, make it permanent?
I've spent quite a while researching how to fix this, but I haven't found anything, so I decided to see if anybody else could figure it out.
EDIT: I just looked in the KDE settings, and I noticed that the only item in the multimedia audio section is Pulseaudio. Nothing else shows up, not even alsa. I really need this information, any help is greatly appreciated.