Bug 132911 - system-config-soundcard failes to start
Summary: system-config-soundcard failes to start
Keywords:
Status: CLOSED RAWHIDE
Alias: None
Product: Fedora
Classification: Fedora
Component: system-config-soundcard
Version: 3
Hardware: athlon
OS: Linux
medium
medium
Target Milestone: ---
Assignee: Bastien Nocera
QA Contact:
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2004-09-19 13:42 UTC by Alin Osan
Modified: 2007-11-30 22:10 UTC (History)
0 users

Fixed In Version: 1.2.9-1
Clone Of:
Environment:
Last Closed: 2004-09-19 13:45:08 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)

Description Alin Osan 2004-09-19 13:42:27 UTC
From Bugzilla Helper:
User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.2)
Gecko/20040809

Description of problem:
system-config-soundcard failes to start with the following error:

[root@machine ~]# 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 87, in
__init__
    self.device, self.module, self.maker, self.model =
self.soundcardBackend.getData(card)
  File "/usr/share/system-config-soundcard/soundcardBackend.py", line
98, in getData
    maker, model = string.split(description, "|")
ValueError: unpack list of wrong size
[root@machine ~]#

Version-Release number of selected component (if applicable):
system-config-soundcard-1.2.8-1

How reproducible:
Always

Steps to Reproduce:
1. start system-config-soundcard
2. failure
3. ...
    

Actual Results:  failure

Expected Results:  working system-config-soundcard

Additional info:

[root@machine ~]# less /etc/modprobe.conf
alias eth0 3c59x
alias eth1 8139too
alias usb-controller ehci-hcd
alias usb-controller1 ohci-hcd
alias snd-card-0 snd-intel8x0
install snd-intel8x0 /sbin/modprobe --ignore-install snd-intel8x0 &&
/usr/sbin/alsactl restore >/dev/null 2>&1 || :
remove snd-intel8x0 { /usr/sbin/alsactl store >/dev/null 2>&1 || : ;
}; /sbin/modprobe -r --ignore-remove snd-intel8x0


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