[Bug 557016] Re: alsactl should ignore the pulse plugin

2010-11-19 Thread Raymond
you can use "strace alsactl store" to find out why "X11 connection rejected" -- alsactl should ignore the pulse plugin https://bugs.launchpad.net/bugs/557016 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list ub

[Bug 557016] Re: alsactl should ignore the pulse plugin

2010-11-02 Thread Danny Sauer
That's an interesting theory, Raymond, but it ignores the fact that the state file is created/modified as expected, as noted in the following quote from post #4. :) "In either case - with or without DISPLAY existing - the asound.state file is actually created." Specifically: sa...@hotrod:~$ ls -

[Bug 557016] Re: alsactl should ignore the pulse plugin

2010-11-01 Thread Raymond
if you look at http://git.alsa-project.org/?p=alsa- utils.git;a=blob;f=alsactl/state.c sprintf(name, "hw:%d", card); dbg("device='%s', doit=%i", name, doit); err = snd_ctl_open(&handle, name, 0); it only use snd_card_next() to find out all the alsa cards and open those hw