Since I started to use Suse 11.3, I’ve been having problems with my sound card. It starts normally and I can use it without further problems, until it randomly stops working. I don’t know what causes it to stop working, it just does. Then, if I go to YaST>Hardware>Sound (it shows I have a 82801G (ICH7 Family) High Definition Audio Controller), press edit then reset, it works again!
I’ve been doing this for like 4 months, but I’m growing tired of doing it and not being able to just sit back and enjoy music on the amarok. I don’t know what should I report, so that’s why I only say the sound card identification. Thanks in advance and I’ll be ready to provide more information n.n
As you might know by now, I’m kind of new to Linux, so please ignore the newbieness on this message…
Slightly confusing title,because really your card is detected.
Anyway… Can I hazard a guess and assume you are using kde? And that this is an on-board device?
This device dropping happened to me in kde on odd occasion.
But I also use gnome and it never happened in gnome.
A quick fix for me in kde was, in a su - terminal do
per caf4926’s suggestion, if you are asked if you want to keep some old KDE sound configuration, say NO. And then after restarting alsa in a terminal as a regular user type ‘kmix’ to restart kmix.
Note you can tell which application has seized your audio device and not sharing it (if that is happening) by typing:
lsof /dev/dsp* /dev/audio* /dev/mixer* /dev/snd/*
note the last entry is “/dev/snd/*” which is different from the previous.
The problem with that command is it is difficult to understand, and one has to run it many times under different conditions to finally make sence as to what it is saying. And it also tends to be specific to each PC, so posting it on a thread is typically not helpful. Its very much user PC specific.