Bug 1726

Summary: error occurred when opening /dev/audio
Product: [Retired] Red Hat Linux Reporter: Chris Runge <crunge>
Component: sndconfigAssignee: Cristian Gafton <gafton>
Status: CLOSED CURRENTRELEASE QA Contact:
Severity: medium Docs Contact:
Priority: medium    
Version: 6.0   
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: 1999-03-26 19:55:57 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:

Description Chris Runge 1999-03-24 01:01:00 UTC
during autoconfiguration of sndconfig this error appears:

error occurred when opening /dev/audio

This is after it tries to play a sound.  My sound card, an
SB AWE64 Gold, is correctly identified.

This used to work in 5.2 and in earlier versions of 5.8

Comment 1 Bill Nottingham 1999-03-24 14:13:59 UTC
Edit your /etc/conf.modules so that the line
that contains
'alias sound sb'
actually starts on it's own line. There was a bug
in the 5.9 installer where it didn't write a newline
at the end of /etc/conf.modules.

Does that solve the problem?

Comment 2 Chris Runge 1999-03-26 17:12:59 UTC
yes, this addresses it