Bug 102366
| Summary: | Isapnp Card 'CS4236B' not correctly configured by kudzu during installation | ||
|---|---|---|---|
| Product: | [Retired] Red Hat Linux Beta | Reporter: | Denice <deatrich> |
| Component: | kudzu | Assignee: | Bill Nottingham <notting> |
| Status: | CLOSED DUPLICATE | QA Contact: | David Lawrence <dkl> |
| Severity: | medium | Docs Contact: | |
| Priority: | medium | ||
| Version: | beta1 | CC: | rvokal |
| 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: | 2006-02-21 18:58:06 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: | |||
Note, I forgot to add, this looks rather similar to this bug: https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=88103 *** This bug has been marked as a duplicate of 115885 *** Changed to 'CLOSED' state since 'RESOLVED' has been deprecated. |
From Bugzilla Helper: User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.2.1) Gecko/20030225 Description of problem: This is an OptiPlex GX1 machine with on-board sound: CS4236. Kudzu does not set up a correct modules.conf file. One needs to run sndconfig to get a configuration that works. On a fresh installation in /root/install.log.syslog we see: # grep kudzu install.log.syslog <13>Aug 14 16:40:41 kudzu: linked /dev/mouse to /dev/psaux <13>Aug 14 16:40:43 kudzu: ran mouseconfig for psaux <13>Aug 14 16:40:43 kudzu: aliased sound-slot-2 as ad1848 <13>Aug 14 16:40:43 kudzu: aliased usb-controller as usb-uhci and have in /etc/modules.conf: alias sound-slot-2 ad1848 post-install sound-slot-2 /bin/aumix-minimal -f /etc/.aumixrc -L >/dev/null 2>&1 || : pre-remove sound-slot-2 /bin/aumix-minimal -f /etc/.aumixrc -S >/dev/null 2>&1 || : After running sndconfig, we get in /etc/modules.conf: alias sound-slot-0 cs4232 post-install sound-slot-0 /bin/aumix-minimal -f /etc/.aumixrc -L >/dev/null 2>&1 || : pre-remove sound-slot-0 /bin/aumix-minimal -f /etc/.aumixrc -S >/dev/null 2>&1 || : options sound dmabuf=1 alias synth0 opl3 options opl3 io=0x388 options cs4232 isapnp=1 Version-Release number of selected component (if applicable): How reproducible: Always Steps to Reproduce: 1. install Severn 2. try playing any .wav sound 3. Actual Results: You must run sndconfig to make sound work for this hardware. Expected Results: kudzu on installation should have configured this card. Additional info: kudzu will finally set up the sound card correctly if you rename /etc/sysconfig/hwconf and rerun kudzu from the commandline. Also note that it generates yet another, different modules.conf file: alias sound-slot-0 cs4232 post-install sound-slot-0 /bin/aumix-minimal -f /etc/.aumixrc -L >/dev/null 2>&1 || : pre-remove sound-slot-0 /bin/aumix-minimal -f /etc/.aumixrc -S >/dev/null 2>&1 || : options sound dmabuf=1 alias synth0 opl3 options opl3 io=0x388 options cs4232 isapnp=1 alias sound-slot-2 ad1848 post-install sound-slot-2 /bin/aumix-minimal -f /etc/.aumixrc -L >/dev/null 2>&1 || : pre-remove sound-slot-2 /bin/aumix-minimal -f /etc/.aumixrc -S >/dev/null 2>&1 || :