The problem with pulseaudio is that crux use libpthread-stubs.so instead libpthread.so from libc. Thus, causes puseaudio to hangs in sem_wait() function from libpthread-stubs.so. I can see that other distros doesn't use libpthread-stubs.so and they rely entirely on libpthread.so. Obviously libpthread-stubs.so cause problem in my case, but I cannot just remove it. If I remove it, pusleaudio complains that this library is missing and I don't understand how to make pulseaudio to link against libpthread.so instead libpthread-stubs.so. My question is how to make transition from libpthread-stub.so to libpthread.so and completely remove libpthread-stubs.so? 2012/11/19 Matt Housh <jaeger@morpheus.net>:
On 11/18/2012 06:54 AM, Stefan Stefanov wrote:
Hello
I spend several days trying to make pulseaudio works, but without success. Pulseaudio starts without errors, but it is not responding. If I run "pacmd list" (or some other pulseaudio related cli tool), all I get is "Daemon not responding".
The big problem is that there is no error messages in log files about pulseaudio and it seam that pulseaudio works but it isn't.
Log messages only contains info messages about pulseaudio start process.
I think that the real problem could be misconfigured permissions.
Hello, Stefan,
I don't think there are many PulseAudio users in CRUX (myself included) so you might have trouble getting help for it here. With that said, have you looked for extra debugging options for the daemon itself? Alternatively, running it in the foreground with strace? Perhaps one of those would give you some useful information.
Good luck, Matt
_______________________________________________ CRUX mailing list CRUX@lists.crux.nu http://lists.crux.nu/mailman/listinfo/crux