[Bug 263116] Re: asoundconf crashed with ValueError in set_default_card()

2009-02-21 Thread afriseun
*** This bug is a duplicate of bug 271899 ***
https://bugs.launchpad.net/bugs/271899

Got the same bug after updating when adding intrepid repositry.
Adding alsa-utils as per hggdh's post fixed my problem.

-- 
asoundconf crashed with ValueError in set_default_card()
https://bugs.launchpad.net/bugs/263116
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 263116] Re: asoundconf crashed with ValueError in set_default_card()

2008-09-26 Thread vista killer
*** This bug is a duplicate of bug 271899 ***
https://bugs.launchpad.net/bugs/271899

i have no more problem with this. I think the last update fix the bug

-- 
asoundconf crashed with ValueError in set_default_card()
https://bugs.launchpad.net/bugs/263116
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 263116] Re: asoundconf crashed with ValueError in set_default_card()

2008-09-26 Thread Daniel T Chen
*** This bug is a duplicate of bug 271899 ***
https://bugs.launchpad.net/bugs/271899

** This bug has been marked a duplicate of bug 271899
   Bug in asoundconf

-- 
asoundconf crashed with ValueError in set_default_card()
https://bugs.launchpad.net/bugs/263116
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 263116] Re: asoundconf crashed with ValueError in set_default_card()

2008-09-24 Thread spotter
bug still exists.  bad as get notified to run asoundconf on upgrade.

hggdh's fix seems to fix it.  unsure why it hasn't been fixed.

-- 
asoundconf crashed with ValueError in set_default_card()
https://bugs.launchpad.net/bugs/263116
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 263116] Re: asoundconf crashed with ValueError in set_default_card()

2008-09-10 Thread hggdh
ah, forgot:

libasound2: 1.0.17a-0ubuntu2-ppa1 (Luke Yeavich's)
alsa-utils: 1.0.17-0ubuntu1

-- 
asoundconf crashed with ValueError in set_default_card()
https://bugs.launchpad.net/bugs/263116
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 263116] Re: asoundconf crashed with ValueError in set_default_card()

2008-09-10 Thread hggdh
Also got hit by it. Digging in I found the /usr/share/alsa/alsa.conf was
shipped with two keywords separated by a tab (\t) instead of spaces:

 - defaults.pcm.file_format
 - defaults.pcm.file_truncate

It happens that 'sep.split()' will not recognise \t as a valid
separator, so the error. This gives us two options to resolve the issue:

(1) update the libasound2 package: update /usr/share/alsa/alsa.conf,
replacing the \t by spaces on the affected lines; this can be done
manually right now to bypass the issue.

(2) update the alsa-utils package: fix asoundconf so that whitespace
will be accepted as a separator. I personally think this is the best
option but I do not know what the maintainers would like.

Setting as triaged, Medium importance -- does not seem to hit everybody
(I do not know why), but it is probably someting that should be
milestoned.

** Changed in: alsa-utils (Ubuntu)
   Importance: Undecided => Medium
   Status: New => Triaged

-- 
asoundconf crashed with ValueError in set_default_card()
https://bugs.launchpad.net/bugs/263116
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 263116] Re: asoundconf crashed with ValueError in set_default_card()

2008-09-06 Thread marcobra
Same here

# asoundconf list

Names of available sound cards:
ICH6

# asoundconf set-default-card ICH6

Traceback (most recent call last):
  File "/usr/bin/asoundconf", line 430, in 
exit_code(set_default_card(sys.argv[2]))
  File "/usr/bin/asoundconf", line 348, in set_default_card
(j, k) = sep.split(i)
ValueError: need more than 1 value to unpack

-- 
asoundconf crashed with ValueError in set_default_card()
https://bugs.launchpad.net/bugs/263116
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 263116] Re: asoundconf crashed with ValueError in set_default_card()

2008-09-06 Thread nordlicht.ol
Me too. When trying to set my Audigy2 Zs Pcmcia, I get the following
Output:

Traceback (most recent call last):
  File "/usr/bin/asoundconf", line 430, in 
exit_code(set_default_card(sys.argv[2]))
  File "/usr/bin/asoundconf", line 348, in set_default_card
(j, k) = sep.split(i)
ValueError: need more than 1 value to unpack

-- 
asoundconf crashed with ValueError in set_default_card()
https://bugs.launchpad.net/bugs/263116
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 263116] Re: asoundconf crashed with ValueError in set_default_card()

2008-09-05 Thread vista killer
i confirm this bug. Asoundconf always crash

-- 
asoundconf crashed with ValueError in set_default_card()
https://bugs.launchpad.net/bugs/263116
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 263116] Re: asoundconf crashed with ValueError in set_default_card()

2008-09-05 Thread vista killer
i confirm this bug. Asoundconf always crash

-- 
asoundconf crashed with ValueError in set_default_card()
https://bugs.launchpad.net/bugs/263116
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 263116] Re: asoundconf crashed with ValueError in set_default_card()

2008-09-01 Thread Apport retracing service
** Tags removed: need-duplicate-check

-- 
asoundconf crashed with ValueError in set_default_card()
https://bugs.launchpad.net/bugs/263116
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 263116] Re: asoundconf crashed with ValueError in set_default_card()

2008-08-30 Thread Jordan

** Attachment added: "Dependencies.txt"
   http://launchpadlibrarian.net/17180888/Dependencies.txt

** Attachment added: "ProcMaps.txt"
   http://launchpadlibrarian.net/17180889/ProcMaps.txt

** Attachment added: "ProcStatus.txt"
   http://launchpadlibrarian.net/17180890/ProcStatus.txt

** Attachment added: "Traceback.txt"
   http://launchpadlibrarian.net/17180891/Traceback.txt

** Visibility changed to: Public

-- 
asoundconf crashed with ValueError in set_default_card()
https://bugs.launchpad.net/bugs/263116
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs