I am running a fully updated FC3 and executing system-config-soundcard yields following error messages:
[root@epo ~]# system-config-soundcard /usr/share/system-config-soundcard/soundcard.py:151: DeprecationWarning: use gtk.ComboBox self.primaryDeviceOptionMenu = gtk.OptionMenu() 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 159, in __init__ self.primaryDeviceMenu.set_active(self.cardList.index (self.soundcardBackend.getDefaultCard())) ValueError: list.index(x): x not in list
I've submitted it as a bug to bugzilla, so far without any response. I wonder if sombody would know what is wrong and if a fix or circumvention could be designed.
Thanks in advance.
I know this isn't helpful, but when I run system-config-soundcard, I get a dialog box the lists my soundcard and asks if I want to play a sample sound or cancel. So it isn't broken here.
Maybe you have a broken install. Does your stuff look like this?
in /usr/bin
lrwxrwxrwx 1 root root 13 Nov 19 22:58 system-config-soundcard -> consolehelper
-rwxr-xr-x 1 root root 3696 Oct 20 02:15 consolehelper
in /usr/share/system-config-soundcard
total 1296 drwxr-xr-x 2 root root 4096 Nov 19 22:58 pixmaps -rwxr-xr-x 1 root root 260 Sep 30 01:49 probeCard.py -rwxr-xr-x 1 root root 10255 Sep 30 01:49 soundcardBackend.py -rw-r--r-- 1 root root 10257 Nov 19 23:42 soundcardBackend.pyc -rwxr-xr-x 1 root root 12807 Sep 30 01:49 soundcard.py -rw-r--r-- 1 root root 11560 Nov 19 23:42 soundcard.pyc -rwxr-xr-x 1 root root 1224704 Sep 30 01:49 sound-sample.wav -rwxr-xr-x 1 root root 143 Sep 30 01:49 system-config-soundcard -rwxr-xr-x 1 root root 1483 Sep 30 01:49 system-config-soundcard.py
Regards,
John