Bug 133065
| Summary: | system-config-soundcard, ValueError: unpack list of wrong size | ||
|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Omar Ghanchi <oghanchi> |
| Component: | system-config-soundcard | Assignee: | Bastien Nocera <bnocera> |
| Status: | CLOSED DUPLICATE | QA Contact: | |
| Severity: | medium | Docs Contact: | |
| Priority: | medium | ||
| Version: | 3 | ||
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | i386 | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2006-02-21 19:05:44 UTC | Type: | --- |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
| Embargoed: | |||
I got exactly the same with the onboard soundcard on the asus p4p800 motherboard and FC3T2. The standard installation of FC3T1 does sound correctly. note that the smae problem was reported also in bug #133139 Jouk The simple solution is to upgrade the system-config-soundcard package
to 1.2.9.
Jouk
*** This bug has been marked as a duplicate of 132300 *** Changed to 'CLOSED' state since 'RESOLVED' has been deprecated. |
Description of problem: When running system-config-soundcard the following error occurs from command line, "ValueError: unpack list of wrong size" Version-Release number of selected component (if applicable): system-config-soundcard-1.2.8-1.noarch.rpm SBLive soundcard How reproducible: Steps to Reproduce: 1. su 2. run system-config-soundcard 3. Actual results: The following error in command line: 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 Expected results: soundcard detection gui should start. Additional info: Installed FC3T2 with customized packages. Same results Installed FC3T2 with default package selection. Same results Removed system-config-soundcard-1.2.8-1.noarch.rpm and reinstalled with yum. Same results. Rebooted several times. Same results.