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
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 -
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