Note: This is a public test instance of Red Hat Bugzilla. The data contained within is a snapshot of the live data so any changes you make will not be reflected in the production Bugzilla. Email is disabled so feel free to test any aspect of the site that you want. File any problems you find or give feedback at bugzilla.redhat.com.
Bug 106748
Summary: | Detection problem with multiple audio devices | ||
---|---|---|---|
Product: | [Fedora] Fedora | Reporter: | Ulrich Drepper <drepper> |
Component: | redhat-config-soundcard | Assignee: | Bastien Nocera <bnocera> |
Status: | CLOSED DUPLICATE | QA Contact: | |
Severity: | medium | Docs Contact: | |
Priority: | medium | ||
Version: | rawhide | ||
Target Milestone: | --- | ||
Target Release: | --- | ||
Hardware: | All | ||
OS: | Linux | ||
Whiteboard: | |||
Fixed In Version: | Doc Type: | Bug Fix | |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2006-02-21 18:59:03 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
Ulrich Drepper
2003-10-10 06:08:03 UTC
Have you had a chance to test with the FC2 trees? The switch to ALSA may improve the situation. I've had the same problem. The microphone on the USB webcam is loaded as the FIRST sound card. Thus many people complain that they loose sound when they boot with their webcam connected! This shouldn't happen, if the system has more than one sound devices, the user should be asked which one will be used primary. The same problem happens when multiple sound cards are installed. In order to fix the problem with the USB webcam microphone, this has to be added in the modprobe.conf: alias snd-card-0 <your-sound-module> options <your-sound-module> index=0 alias snd-card-1 snd-usb-audio options snd-usb-audio index=1 this will make the usb microphone come second, thus not affect the overall sound output of the system. *** This bug has been marked as a duplicate of 81843 *** Changed to 'CLOSED' state since 'RESOLVED' has been deprecated. |