Bug 134358
| Summary: | s-c-sc doesn't take care about "real" sound card index | ||
|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Féliciano Matias <feliciano.matias> |
| Component: | system-config-soundcard | Assignee: | Martin Stransky <stransky> |
| Status: | CLOSED RAWHIDE | QA Contact: | |
| Severity: | medium | Docs Contact: | |
| Priority: | medium | ||
| Version: | 3 | ||
| 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-06-30 13:35:08 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
Féliciano Matias
2004-10-01 17:10:13 UTC
We don't support changing the order of the cards in modprobe.conf as compared to kudzu. They're supposed to match (as kudzu will write the modprobe.conf). If you can find a case where kudzu will leave "holes" in the indexing, and are able to reproduce it without modifying the modprobe.conf by hand, please re-open. I need to change the order set by kudzu because OSS program ignore asound.conf. FC3 chose to provide OSS emulation (it's a kernel option that _Fedora_ enabled, Gnome support OSS, _Fedora_ provide sox (play program), ogg123 use OSS interface by default, ...) , then FC3 should provide support for OSS program. Anyway, if the cards are swapped in the system or if the first card is removed from the system, s-c-sc still broken (kudzu don't update modprobe.conf to enforce continuous index that start at 0). If you want a continuous index that start at 0, this imply : - no hardcoded index in /etc/modprobe.conf (or modprobe.conf properly update) - drivers always loaded in the same order - no hotplug Feel free to open a bug to kudzu because it don't guaranty a continuous card index _only_ for s-c-sc. S-c-sc is the only programme in FC that rely on this "feature". Other programs that deal with multi-card work perfectly without this. Try this : $ modprobe snd-dummy index=5 # dummy or any other driver $ gnome-volume-control Bug re-open. If you don't understand the issue, at least I hope you will set it to RFE. If you chose to close the bug, then that means I should open a bug for : - kernel provide useless OSS support - play (from sox) use OSS - ogg123 use OSS by default - aumix use OSS - ... yes, this bug is still here... |