On 28/09/06, Pollywog <[EMAIL PROTECTED]> wrote:
On Tuesday 26 September 2006 18:48, Vegard L. Rekaa wrote:
> debian:~# lsmod | grep snd
> snd_ens1371 22688 2
> gameport 13704 1 snd_ens1371
> snd_rawmidi 22304 1 snd_ens1371
> snd_seq_device 8460 1 snd_rawmidi
> snd_ac97_codec 82848 1 snd_ens1371
> snd_ac97_bus 2304 1 snd_ac97_codec
> snd_pcm_oss 43936 1
> snd_mixer_oss 15872 2 snd_pcm_oss
> snd_pcm 74376 3
> snd_ens1371,snd_ac97_codec,snd_pcm_oss
> snd_timer 20484 1 snd_pcm
> snd 46336 8
> snd_ens1371,snd_rawmidi,snd_seq_device,snd_ac97_codec,snd_pcm_oss,snd_mixer
>_oss,snd_pcm,snd_timer soundcore 8928 3 snd
> snd_page_alloc 9992 1 snd_pcm
> debian:~#
>
> Best regards from Vegard (who is getting quite confused of his audio
> system...)
Look here:
http://www.linuxquestions.org/questions/showthread.php?t=405170
IIRC I had a similar problem when I installed Debian on one machine and I
fixed it by using module-assistant and removing all the ALSA modules except
for the one needed by my mobo's sound card.
Also check that the modules are not listed in any of the blacklists, if the
above does not resolve the problem. I once found one of my ALSA modules
listed in /etc/hotplug/blacklist and I had not put it there.
8)
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
I'm sorry, but I since module-assistant has cganged its menus, I do not understand twat. With the list of sound modules given above, and including the fact that my soundcard uses 'snd_ens1371'. Which one can I remove?
Cheers Vegard