Bug 427657
| Summary: | on-board hda-intel fails when PCI C-media audio card present. | ||||||||
|---|---|---|---|---|---|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Pawel Salek <pawsa> | ||||||
| Component: | kernel | Assignee: | Kernel Maintainer List <kernel-maint> | ||||||
| Status: | CLOSED NOTABUG | QA Contact: | Fedora Extras Quality Assurance <extras-qa> | ||||||
| Severity: | medium | Docs Contact: | |||||||
| Priority: | low | ||||||||
| Version: | 8 | ||||||||
| Target Milestone: | --- | ||||||||
| Target Release: | --- | ||||||||
| Hardware: | x86_64 | ||||||||
| OS: | Linux | ||||||||
| Whiteboard: | |||||||||
| Fixed In Version: | Doc Type: | Bug Fix | |||||||
| Doc Text: | Story Points: | --- | |||||||
| Clone Of: | Environment: | ||||||||
| Last Closed: | 2008-01-16 20:02:22 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
Pawel Salek
2008-01-06 11:06:16 UTC
Created attachment 290905 [details]
Full dmesg
Created attachment 290906 [details]
output of /sbin/lspci
Try editing /etc/modprobe.conf and changing the slot number to 1 for the intel adapter. The new card took slot zero. Affirmative: changing index=0 option associated with the snd-hda-intel module to index=1 fixes the problem. It is a pity that whatever added modprobe.conf for snd-cmpci did not update the option for hda-intel as well... The conclusion is that snd-hda-intel module is just fine, maybe user friendliness of the modprobe.conf could be improved (not sure whether it qualifies as a bug per se). Kernel 2.6.25 will make it easier to permanently reserve slots. Closing as NOTABUG since there is no kernel bug here and it's unclear what to file a bug against for the configuration issue. |