I have installed linux distribution. This is not first time for me, but this is the first time that I have a problem with sound controls. Regarding the fact that I have never had problem like this, I dont know what to do. I try to launch kmix but I got the kmix relocation error. Just to tell that Im using Debian Sid and have installed OSS.
Well, you should remove alsa support if you are use KDE (and I suppose that you do, right?). OSS has proper support for KDE. You have to remove
/usr/lib/libasound.so.2
After that type following command:
ldconfig v
Mentioned command will libasound.so.2 link it to appropriate library in alsa. On this way you should have settled your problem. I hope that now you have sound controls.