Bug 142801 - system-config-soundcard broken, does not bring up gui.
Summary: system-config-soundcard broken, does not bring up gui.
Keywords:
Status: CLOSED RAWHIDE
Alias: None
Product: Fedora
Classification: Fedora
Component: system-config-soundcard
Version: 3
Hardware: i386
OS: Linux
medium
high
Target Milestone: ---
Assignee: Bastien Nocera
QA Contact:
URL:
Whiteboard:
: 138583 140176 149540 149779 (view as bug list)
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2004-12-14 09:18 UTC by Erik P. Olsen
Modified: 2007-11-30 22:10 UTC (History)
5 users (show)

Fixed In Version: 1.2.11-2
Clone Of:
Environment:
Last Closed: 2005-05-09 11:08:35 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)

Description Erik P. Olsen 2004-12-14 09:18:26 UTC
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:

Comment 1 Marco 2005-03-25 13:13:51 UTC
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 

Comment 2 Bastien Nocera 2005-04-02 15:01:09 UTC
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)


Comment 3 Bastien Nocera 2005-04-02 17:02:18 UTC
*** Bug 149779 has been marked as a duplicate of this bug. ***

Comment 4 Bastien Nocera 2005-04-02 17:13:38 UTC
*** Bug 140176 has been marked as a duplicate of this bug. ***

Comment 5 Bastien Nocera 2005-04-02 17:14:26 UTC
*** Bug 138583 has been marked as a duplicate of this bug. ***

Comment 6 Bastien Nocera 2005-04-02 17:24:33 UTC
*** Bug 149540 has been marked as a duplicate of this bug. ***

Comment 7 Marco 2005-04-02 18:25:52 UTC
(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 :)


Comment 8 Marco 2005-04-29 12:40:01 UTC
(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.


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