From Bugzilla Helper: User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.6) Gecko/20040510 Description of problem: I have upgraded from FC1 to FC2. I have two sound cards installed. Both sound cards worked OK under FC1. When I try to run system-config-soundcard it crashes, as shown below. I think it is a re-occurance of bug 115198, but I couldn't re-open that bug. I hope the following is useful: [root@localhost root]# rpm -q system-config-soundcard system-config-soundcard-1.2.8-1 [root@localhost root]# cat /etc/modules.conf | grep sound alias sound-slot-0 cmpci alias sound-slot-1 emu10k1 post-install sound-slot-0 /bin/aumix-minimal -f /etc/.aumixrc -L >/dev/null 2>&1 || : pre-remove sound-slot-0 /bin/aumix-minimal -f /etc/.aumixrc -S >/dev/null 2>&1 || : post-install sound-slot-1 /bin/aumix-minimal -f /etc/.aumixrc -L >/dev/null 2>&1 || : pre-remove sound-slot-1 /bin/aumix-minimal -f /etc/.aumixrc -S >/dev/null 2>&1 || : [root@localhost root]# lspci | grep audio 00:09.0 Multimedia audio controller: Creative Labs SB Live! EMU10k1 (rev 0a) 02:04.0 Multimedia audio controller: C-Media Electronics Inc CM8738 (rev 10) [root@localhost root]# system-config-soundcard Traceback (most recent call last): File "/usr/share/system-config-soundcard/system-config-soundcard.py", line 46, in ? app = soundcard.childWindow() File "/usr/share/system-config-soundcard/soundcard.py", line 160, in __init__ self.primaryDeviceMenu.set_active(self.cardList.index(self.soundcardBackend.getDefaultCard())) ValueError: list.index(x): x not in list [root@localhost root]# Version-Release number of selected component (if applicable): 1.2.8-1 How reproducible: Always Steps to Reproduce: 1.Become root 2.Run system-config-soundcard 3. Actual Results: system-config-soundcard failed with ValueError Expected Results: I should have been able to configure one or both of the soundcards. Additional info:
Could you please attach your /etc/sysconfig/hwconf?
Created attachment 102200 [details] /etc/sysconfig/hwconf hwconf as requested.
Created attachment 102446 [details] simple workaround Same symptoms for me (two soundcards)
Please test with 1.2.9-1.
*** Bug 129225 has been marked as a duplicate of this bug. ***
*** This bug has been marked as a duplicate of 81843 ***
Changed to 'CLOSED' state since 'RESOLVED' has been deprecated.