I am running KDE Mandriva2006. After installing xine and gstreamer, I
have lost use of the sound card, which was functioning correctly before.
I had some error messages stating 'OSS device /dev/dsp is already in use'.
I have since uninstalled both xine and gstreamer, but the problem
remains. I have checked it on KDE and gnome, no sound on either.
I have checked using fuser /dev/dsp an lsof /dev/dep these showed there
was a process that was using this file. I killed the process, and used
mcc to reset the sound card driver, but still no sound.
I am relatively inexperienced with the detailed inner workings of Linux,
but having searched the newsgroups for a solution, but so far no luck. I
include below some of the system details.
> [carlton@AriesTheRam ~]$ lspcidrake -v|fgrep AUDIO
> snd-intel8x0 : Silicon Integrated Systems [SiS]|SiS7012 PCI Audio Accelerator [MULTIMEDIA_AUDIO] (vendor:1039 device:7012 subv:105b subd:0c56)
> [root@AriesTheRam ~]# /sbin/chkconfig --list alsa
> alsa 0:off 1:off 2
n 3
n 4
n 5
n 6:off
> [root@AriesTheRam ~]#
>
> [root@AriesTheRam ~]# lsmod|grep snd
> snd_seq_dummy 2532 0
> snd_seq_oss 31136 0
> snd_seq_midi_event 5696 1 snd_seq_oss
> snd_seq 46960 5 snd_seq_dummy,snd_seq_oss,snd_seq_midi_event
> snd_seq_device 6828 3 snd_seq_dummy,snd_seq_oss,snd_seq
> snd_pcm_oss 48960 0
> snd_mixer_oss 16896 1 snd_pcm_oss
> snd_intel8x0 29408 1
> snd_ac97_codec 83900 1 snd_intel8x0
> snd_pcm 79784 3 snd_pcm_oss,snd_intel8x0,snd_ac97_codec
> snd_timer 20548 2 snd_seq,snd_pcm
> snd_page_alloc 8392 2 snd_intel8x0,snd_pcm
> snd 46116 11 snd_seq_oss,snd_seq,snd_seq_device,snd_pcm_oss,snd_mixer_oss,snd_intel8x0,snd_ac97_codec,snd_pcm,snd_timer
> soundcore 7008 1 snd