Re: [Bug 271899] Re: Bug in asoundconf

2009-01-13 Thread Joe_Bishop
OMG, linux sound system is one big bug!
I made 3 bugreports yesterdau linked with sound system, it's too much!
And this buggy pulseaudio really annoy me. :(

2009/1/13 dontiego 

> I am running 8.04 (studio) with alsa-utils-1.0.18, and still get into:
>
> $ asoundconf set-default-card EMU1010
> Traceback (most recent call last):
>  File "/usr/bin/asoundconf", line 429, in 
>exit_code(set_default_card(sys.argv[2]))
>  File "/usr/bin/asoundconf", line 354, in set_default_card
>(j, k) = sep.split(i)
> ValueError: need more than 1 value to unpack
>
> Isn't this fix supposed to be in alsa-utils-1.0.18?
> Or does it work only with intrepid?
>
> I made the modification in "Bug attachments" by  hand and it works, the
> affected lines were:
> sep = re.compile(r'[ ]')
> instead of
> sep = re.compile(r'[ \t]')
>
> Just curious about why the change isn't in alsa 1.0.18.
>
> --
> Bug in asoundconf
> https://bugs.launchpad.net/bugs/271899
> You received this bug notification because you are a direct subscriber
> of the bug.
>

-- 
Bug in asoundconf
https://bugs.launchpad.net/bugs/271899
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 271899] Re: Bug in asoundconf

2009-01-13 Thread dontiego
I am running 8.04 (studio) with alsa-utils-1.0.18, and still get into:

$ asoundconf set-default-card EMU1010
Traceback (most recent call last):
  File "/usr/bin/asoundconf", line 429, in 
exit_code(set_default_card(sys.argv[2]))
  File "/usr/bin/asoundconf", line 354, in set_default_card
(j, k) = sep.split(i)
ValueError: need more than 1 value to unpack

Isn't this fix supposed to be in alsa-utils-1.0.18?
Or does it work only with intrepid?

I made the modification in "Bug attachments" by  hand and it works, the 
affected lines were:
sep = re.compile(r'[ ]')
instead of
sep = re.compile(r'[ \t]')

Just curious about why the change isn't in alsa 1.0.18.

-- 
Bug in asoundconf
https://bugs.launchpad.net/bugs/271899
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 271899] Re: Bug in asoundconf

2008-09-24 Thread Launchpad Bug Tracker
This bug was fixed in the package alsa-utils - 1.0.17-0ubuntu2

---
alsa-utils (1.0.17-0ubuntu2) intrepid; urgency=low

  * Merge changes from asoundconf trunk to fix a crash in the asoundconf
utility. (LP: #271899)

 -- Luke Yelavich <[EMAIL PROTECTED]>   Thu, 25 Sep 2008 16:04:05 +1000

** Changed in: alsa-utils (Ubuntu)
   Status: In Progress => Fix Released

-- 
Bug in asoundconf
https://bugs.launchpad.net/bugs/271899
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 271899] Re: Bug in asoundconf

2008-09-24 Thread Daniel T Chen
Thanks for catching this bug!  I've been away from reading the conffile
for some time, so I didn't see the additional whitespace changes.

Actually, for the separator, we want to handle any amount of whitespace
of at least one character, so '\s+' is more appropriate.

** Changed in: alsa-utils (Ubuntu)
   Importance: Undecided => Low
   Status: New => In Progress

-- 
Bug in asoundconf
https://bugs.launchpad.net/bugs/271899
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 271899] Re: Bug in asoundconf

2008-09-18 Thread Joe_Bishop

** Attachment added: "Patch --from-file  "
   http://launchpadlibrarian.net/17736911/asoundconf.diff

-- 
Bug in asoundconf
https://bugs.launchpad.net/bugs/271899
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