Bug 119190

Summary: no sound due to snd_pcm_oss not loading on startup
Product: [Fedora] Fedora Reporter: James Walton <jfwalton>
Component: kernelAssignee: Dave Jones <davej>
Status: CLOSED ERRATA QA Contact: Brian Brock <bbrock>
Severity: medium Docs Contact:
Priority: medium    
Version: 2CC: pfrields, sahil.verma
Target Milestone: ---   
Target Release: ---   
Hardware: i386   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2004-12-08 05:49:47 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:
Attachments:
Description Flags
modprobe.conf none

Description James Walton 2004-03-26 03:22:41 UTC
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

Comment 1 Sahil Verma 2004-03-30 00:19:54 UTC
Please post /etc/modprobe.conf

Comment 2 James Walton 2004-04-01 22:56:32 UTC
Created attachment 99055 [details]
modprobe.conf

Sorry for the delay, been a busy week.

Comment 3 James Walton 2004-04-07 01:03:48 UTC
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.