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