Description of problem: xmms, mplayer, gaim, etc have no sound until I run the Soundcard Detection app under GNOME. When running the Detection the test sound plays, and after that all other applications have sound even if they were already running. This happens after every reboot. The module snd_pcm_oss is not being loaded, and after loading the volume is 0 for ALSA PCM and all of the OSS mixer. Version-Release number of selected component (if applicable): kernel-2.6.3-2.1.253.2.1 system-config-soundcard-1.2.7-3 How reproducible: Every time Steps to Reproduce: 1. Bootup and Login 2. Try to play any sounds 3. Actual results: No sound Expected results: Sound Additional info: Running Soundcard detection fixes the problem, or manually loading snd_pcm_oss and adjusting volume $ /sbin/lspci | grep Multimedia 00:08.0 Multimedia audio controller: Ensoniq 5880 AudioPCI (rev 04) Before Detection $ /sbin/lsmod |grep snd snd_mixer_oss 13952 1 snd_ens1371 24544 2 snd_rawmidi 21408 1 snd_ens1371 snd_seq_device 6280 1 snd_rawmidi snd_pcm 84232 1 snd_ens1371 snd_page_alloc 8580 1 snd_pcm snd_timer 25220 1 snd_pcm snd_ac97_codec 53384 1 snd_ens1371 gameport 3968 1 snd_ens1371 snd 43748 9 snd_mixer_oss,snd_ens1371,snd_rawmidi,snd_seq_device,snd_pcm,snd_timer,snd_ac97_codec soundcore 7520 2 snd After Detection $ /sbin/lsmod |grep snd snd_pcm_oss 42532 0 snd_mixer_oss 13952 2 snd_pcm_oss snd_ens1371 24544 2 snd_rawmidi 21408 1 snd_ens1371 snd_seq_device 6280 1 snd_rawmidi snd_pcm 84232 2 snd_pcm_oss,snd_ens1371 snd_page_alloc 8580 1 snd_pcm snd_timer 25220 1 snd_pcm snd_ac97_codec 53384 1 snd_ens1371 gameport 3968 1 snd_ens1371 snd 43748 10 snd_pcm_oss,snd_mixer_oss,snd_ens1371,snd_rawmidi,snd_seq_device,snd_pcm,snd_timer,snd_ac97_codec soundcore 7520 2 snd
Please post /etc/modprobe.conf
Created attachment 99055 [details] modprobe.conf Sorry for the delay, been a busy week.
Just upgraded to kernel 2.6.4-1.305 and now sound seems to be working with the same configuration as before, and snd_pcm_oss doesn't need to be loaded.