[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
Created attachment 30606 [details] /etc/modules.conf before neat was called
Created attachment 30607 [details] /etc/modules.conf after neat was called
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
OK, fixed in CVS (0.8.4-1). Read ya, Phil