From Bugzilla Helper: User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.5) Gecko/20041111 Firefox/1.0 Description of problem: running system-config-soundcard from command line yields: [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 Version-Release number of selected component (if applicable): 1.2.10-1 How reproducible: Always Steps to Reproduce: 1.Enter root env. 2.system-config-soundcard 3. Actual Results: See description. Expected Results: Soundcard detection. Additional info:
Same here with Fedora Core 4 test 1, please fix it. /usr/share/system-config-soundcard/soundcard.py:75: GtkDeprecationWarning: gtk.FALSE is deprecated, use False instead self.box = gtk.VBox(gtk.FALSE, 8) 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 87, in __init__ self.device, self.module, self.maker, self.model = self.soundcardBackend.getData(card) File "/usr/share/system-config-soundcard/soundcardBackend.py", line 106, in getData maker, model = string.split(description, " ", 1) ValueError: need more than 1 value to unpack
Marco, your crash didn't have *anything* to do with the original bug report. I fixed it in CVS anyway. 2005-04-02 Bastien Nocera <hadess> * src/soundcardBackend.py: If we couldn't find the default soundcard, it will be the first one, don't crash if the description doesn't have a space in it (Closes: #142801)
*** Bug 149779 has been marked as a duplicate of this bug. ***
*** Bug 140176 has been marked as a duplicate of this bug. ***
*** Bug 138583 has been marked as a duplicate of this bug. ***
*** Bug 149540 has been marked as a duplicate of this bug. ***
(In reply to comment #2) > Marco, your crash didn't have *anything* to do with the original bug report. I > fixed it in CVS anyway. > > 2005-04-02 Bastien Nocera <hadess> > > * src/soundcardBackend.py: If we couldn't find the default soundcard, > it will be the first one, don't crash if the description doesn't have > a space in it (Closes: #142801) Ops, thanx anyway, very annoying bug :)
(In reply to comment #2) > Marco, your crash didn't have *anything* to do with the original bug report. I > fixed it in CVS anyway. Ok I have seen, now it works, but it says: Vendor: Creative Model: Labs SB Audigy LS ok I can survive :) but teorically Labs should be after Creative.