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 109515 - Difficulties with 2 Soundcards
Summary: Difficulties with 2 Soundcards
Keywords:
Status: CLOSED DUPLICATE of bug 115198
Alias: None
Product: Fedora
Classification: Fedora
Component: kudzu
Version: 1
Hardware: i686
OS: Linux
medium
medium
Target Milestone: ---
Assignee: Bill Nottingham
QA Contact: David Lawrence
URL:
Whiteboard:
Depends On: 115198
Blocks:
TreeView+ depends on / blocked
 
Reported: 2003-11-08 21:46 UTC by Harald Glatt
Modified: 2014-03-17 02:40 UTC (History)
2 users (show)

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


Attachments (Terms of Use)
Output from lspci (deleted)
2003-11-08 21:52 UTC, Harald Glatt
no flags Details
Output from dmesg (deleted)
2003-11-08 21:53 UTC, Harald Glatt
no flags Details
Output from cat /etc/modules.conf (deleted)
2003-11-10 17:08 UTC, Harald Glatt
no flags Details
Output from cat /etc/modules.conf (the new file) (deleted)
2003-11-10 19:40 UTC, Harald Glatt
no flags Details

Description Harald Glatt 2003-11-08 21:46:08 UTC
I am having difficulties using 2 soundcards...

One of them is a NVIDIA Onboard NForce 2 Audio and the other one is a
PCI Creative Soundblaster Audigy 2 ZS...

Kudzu detected 2 Soundcards and added them to /etc/sysconfig/hwconf
but no audio driver is being loaded.

When I manually modprobe i810_audio (for the nvidia card) or modprobe
audigy (for the creative) it works perfect - it's just not getting
loaded by default for some strange reason...

Also the redhat-config-soundcard program doesn`t work... It crashes
upon startup with this information:

--- kudzu crash message ---
Traceback (most recent call last):
  File
"/usr/share/redhat-config-soundcard/redhat-config-soundcard.py", line
44, in ?
    app = soundcard.childWindow()
  File "/usr/share/redhat-config-soundcard/soundcard.py", line 162, in
__init__
   
self.primaryDeviceMenu.set_active(self.cardList.index(self.soundcardBackend.getDefaultCard()))
ValueError: list.index(x): x not in list
--- kudzu crash message end ---


Here are the AUDIO specific sections from the /etc/sysconfig/hwconf file:

--- /etc/sysconfig/hwconf AUDIO stuff ---
class: AUDIO
bus: PCI
detached: 0
driver: unknown
desc: "nVidia Corporation|nForce MultiMedia audio [Via VT82C686B]"
vendorId: 10de
deviceId: 006b
subVendorId: 1043
subDeviceId: 0c11
pciType: 1
pcibus:  0
pcidev:  5
pcifn:  0
-
class: AUDIO
bus: PCI
detached: 0
driver: i810_audio
desc: "nVidia Corporation|nForce2 AC97 Audio Controler (MCP)"
vendorId: 10de
deviceId: 006a
subVendorId: 1043
subDeviceId: 8095
pciType: 1
pcibus:  0
pcidev:  6
pcifn:  0
-
class: AUDIO
bus: PCI
detached: 0
driver: audigy
desc: "Creative Labs|SB Audigy"
vendorId: 1102
deviceId: 0004
subVendorId: 1102
subDeviceId: 2002
pciType: 1
pcibus:  1
pcidev:  8
pcifn:  0
--- /etc/sysconfig/hwconf AUDIO stuff end---

I do not know for sure why the audio drivers aren't started up at
bootup and why the redhat-config-soundcard doesn't work... I'm not
sure whether this bug is due to kudzu... 

This is a fresh Fedora Core 1 (Yarrow) install... (about 1 hour old)

If something isn't clear or I should post more log files or something
just tell me, I'll provide any info I can ;)

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

Comment 1 Harald Glatt 2003-11-08 21:52:05 UTC
Created attachment 95834 [details]
Output from lspci

Comment 2 Harald Glatt 2003-11-08 21:53:25 UTC
Created attachment 95835 [details]
Output from dmesg

Comment 3 Harald Glatt 2003-11-08 21:53:50 UTC
uname -a Output:

Linux hachre 2.4.22-1.2115.nptl #1 Wed Oct 29 15:31:21 EST 2003 i686
athlon i386 GNU/Linux



Comment 4 Bill Nottingham 2003-11-10 16:55:12 UTC
What's your /etc/modules.conf look like?

Comment 5 Harald Glatt 2003-11-10 17:08:54 UTC
Created attachment 95880 [details]
Output from cat /etc/modules.conf

Comment 6 Bill Nottingham 2003-11-10 19:27:09 UTC
If you change the aliases from sound-slot-{1,2,3} to
sound-slot-{0,1,2} do things behave more sanely?

Comment 7 Harald Glatt 2003-11-10 19:40:06 UTC
Wow, this fixed the issue...

The modules for both soundcards are beeing loaded at startup now and
the redhat-config-sound works flawless now!!

I changed /etc/modules.conf like you told me to...
Afterwards I rebooted and started redhat-config-sound when the system
was back up...
It detected both soundcards and seems to have changed the
/etc/modules.conf again. It dropped the 3rd sound card... I will do a
new attachment in a few secs after this post...

Everything works ok now, but which program did the fault to name those
devices wrong in the /etc/modules.conf during install?

Comment 8 Harald Glatt 2003-11-10 19:40:48 UTC
Created attachment 95885 [details]
Output from cat /etc/modules.conf (the new file)

Comment 9 Bill Nottingham 2003-11-10 20:55:58 UTC
The last entry (sound-slot-2/3) is for a USB audio device, FWIW.
If it's not attached, it won't get written.

It's probably a kudzu bug somewhere that sound-slot-0 was skipped.


Comment 10 Harald Glatt 2003-11-10 21:02:39 UTC
Strange thing, well at least its fixed for me now...

Comment 11 Peter Backlund 2004-03-09 23:09:24 UTC
Dupe of 115198

Comment 12 Toni Willberg 2004-03-09 23:15:59 UTC
The bug is actually in system-config-soundcard, the component should
be changed. 

I set this depending on 115198 which describes the actualy bug.


Comment 13 Bill Nottingham 2004-03-10 03:28:07 UTC

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

Comment 14 Red Hat Bugzilla 2006-02-21 18:59:52 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.