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 122277 - Sound output to wrong soundcard
Summary: Sound output to wrong soundcard
Keywords:
Status: CLOSED DUPLICATE of bug 81843
Alias: None
Product: Fedora
Classification: Fedora
Component: system-config-soundcard
Version: rawhide
Hardware: athlon
OS: Linux
medium
medium
Target Milestone: ---
Assignee: Brent Fox
QA Contact:
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2004-05-02 16:42 UTC by Jean-Pascal Houde
Modified: 2007-11-30 22:10 UTC (History)
0 users

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2006-02-21 19:02:56 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)

Description Jean-Pascal Houde 2004-05-02 16:42:28 UTC
From Bugzilla Helper:
User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.6) Gecko/20040422

Description of problem:
I tested Fedora Core on a system with two sound cards.
One is onboard (Realtek ALC200/200P according to Fedora)
The other is a Sound Blaster Audigy2 platinum.

In the first boot configuration, I select the Audigy 2 as the primary
soundcard.
The speakers where connected on the Audigy 2, and I didn't hear the
sound test.

Later, I realized that the sound was output in the onboard soundcard.

If I rerun system-config-sound-card, the onboard soundcard is still
selected as the primary device.

I have updated my system using yum after installing.

Version-Release number of selected component (if applicable):


How reproducible:
Always

Steps to Reproduce:
1.Install FC2T3
2.Select Audigy 2 as primary sound card
3.Open an ogg file using Rythmbox.

Actual Results:  I hear sound only when I plug speakers in the onboard
soundcard.

Expected Results:  The Audigy 2 is selected as the default sound card.

Additional info:

Content of modprobe.conf : 
alias eth0 dmfe
alias snd-card-0 snd-via82xx
install snd-via82xx /sbin/modprobe --ignore-install snd-via82xx &&
/usr/sbin/alsactl restore >/dev/null 2>&1 || :
remove snd-via82xx { /usr/sbin/alsactl store >/dev/null 2>&1 || : ; };
/sbin/modprobe -r --ignore-remove snd-via82xx
alias snd-card-1 snd-emu10k1
install snd-emu10k1 /sbin/modprobe --ignore-install snd-emu10k1 &&
/usr/sbin/alsactl restore >/dev/null 2>&1 || :
remove snd-emu10k1 { /usr/sbin/alsactl store >/dev/null 2>&1 || : ; };
/sbin/modprobe -r --ignore-remove snd-emu10k1
alias usb-controller ehci-hcd
alias usb-controller1 uhci-hcd

Comment 1 Alan Cox 2004-05-02 21:31:56 UTC
The dump data matches that the onboard sound is primary.


Comment 2 Jean-Pascal Houde 2004-05-02 22:02:55 UTC
Yes, swapping snd-card-0 and snd-card-1 in modprobe.conf made the
Audigy 2 the primary sound card.
However, the "Primary audio device" select box in
system-config-soundcard doesn't seem to do anything.


Comment 3 Bastien Nocera 2004-07-22 09:06:10 UTC

*** This bug has been marked as a duplicate of 81843 ***

Comment 4 Red Hat Bugzilla 2006-02-21 19:02:56 UTC
Changed to 'CLOSED' state since 'RESOLVED' has been deprecated.


Note You need to log in before you can comment on or make changes to this bug.