Bug 53042

Summary: Breaks sound-setup
Product: [Retired] Red Hat Linux Reporter: Enrico Scholz <rh-bugzilla>
Component: redhat-config-networkAssignee: Phil Knirsch <pknirsch>
Status: CLOSED RAWHIDE QA Contact:
Severity: high Docs Contact:
Priority: medium    
Version: 7.3CC: harald, pknirsch, rvokal, teg
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: 2001-09-05 14:44:44 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
/etc/modules.conf before neat was called
none
/etc/modules.conf after neat was called none

Description Enrico Scholz 2001-09-02 15:27:31 UTC
[redhat-config-network-0.8.2-1 and prior]

redhat-config-network mangles an existing /etc/modules.conf and removes 

| alias sound-slot-0 sb
| post-install sound-slot-0 /bin/aumix-minimal -f ...
from it. This setup was gained by sndconfig for a SB16 PnP.

Additionally it cycles at subsequent calls between

| options aha152x io=0x140 reconnect=0 irq=11 
and
| options aha152x reconnect=0 io=0x140 irq=11 

I will attach both a /etc/modules.conf before redhat-config-network was
called and one after it was called.


Steps to reproduce:
1. cp modules.conf.before /etc/modules.conf
2. neat --> Close --> Yes
3. diff modules.conf.before /etc/modules.conf


Actual result:

(3) finds differences; sound-slot-0 setup is broken


Expected result:
(3) does not find any differences

Comment 1 Enrico Scholz 2001-09-02 15:29:49 UTC
Created attachment 30606 [details]
/etc/modules.conf before neat was called

Comment 2 Enrico Scholz 2001-09-02 15:30:08 UTC
Created attachment 30607 [details]
/etc/modules.conf after neat was called

Comment 3 Phil Knirsch 2001-09-05 14:44:38 UTC
OK, i checked the problem and it really is a problem of some old we reuse in
RCN. I am currently working on a fix, should appear in rawhide real soon now(tm)
:=).

Read ya, Phil

Comment 4 Phil Knirsch 2001-09-05 16:00:12 UTC
OK, fixed in CVS (0.8.4-1).

Read ya, Phil