Am Freitag, 14. Oktober 2005 19:30 schrieb Gunnar Håland: > Gunnar Håland wrote: > > [EMAIL PROTECTED] wrote: > >>>> check if another sound module is loaded and try to unload it, > >>>> before you go to YaST. > >> "lsmod" > >> Do it once before running alsaconf and afterwarts. Compare both > >> lists. BTW: the service "alsa" is started in the runlevel editor ? > > "lsmod" return: > >> Module Size Used by > >> snd_via82xx 28096 0 > >> snd_ac97_codec 90876 1 snd_via82xx > >> snd_ac97_bus 2432 1 snd_ac97_codec > >> snd_pcm 93064 2 snd_via82xx,snd_ac97_codec > >> snd_timer 24452 1 snd_pcm > >> snd_mpu401_uart 7296 1 snd_via82xx > >> snd_rawmidi 24864 1 snd_mpu401_uart > >> snd_seq_device 8588 1 snd_rawmidi > >> snd 60420 7 > >> snd_via82xx,snd_ac97_codec,snd_pcm,snd_timer,snd_mpu401_uart,snd_r > >>awmidi,snd_seq_device > >> > >> gameport 14600 1 snd_via82xx > > After alsaconf and working sound it gives:
This list is incomplete: snd_pcm_oss, snd_mixer_oss are used by snd, but not listed. Sure you copied the full list? > snd_seq 51984 0 > snd_via82xx 28096 3 > snd_ac97_codec 90876 1 snd_via82xx > snd_ac97_bus 2432 1 snd_ac97_codec > snd_pcm 93064 4 > snd_pcm_oss,snd_via82xx,snd_ac97_codec snd_timer 24452 > 2 snd_seq,snd_pcm > snd_mpu401_uart 7296 1 snd_via82xx > snd_rawmidi 24864 1 snd_mpu401_uart > snd_seq_device 8588 2 snd_seq,snd_rawmidi > snd 60420 15 > snd_pcm_oss,snd_mixer_oss,snd_seq,snd_via82xx,snd_ac97_codec,snd_pcm, >snd_timer,snd_mpu401_uart,snd_rawmidi,snd_seq_device gameport > 14600 1 snd_via82xx > snd_page_alloc 10632 2 snd_via82xx,snd_pcm > soundcore 9184 1 snd It seems that alsa is not working properly, but OSS seems to work. Try to load snd_pcm_oss and snd_mixer_oss in /etc/modprobe.d/sound directly. -- mdc --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
