On Sat, Jun 16, 2012 at 6:17 AM, Brandon <
bmu...@gmail.com> wrote:
> I have pulled the git master branch and compiled the code successfully, but
> because of a pulseaudio problem, it will not run.
> On loading of gqrx, the console shows this error:
>
> pulseaudio/pa_sink.cc: pa_simple_new() failed: Connection refused
>
> But it allows me to configure the device and set options. However after
> turning the capture on, it crashes with this error:
>
> Assertion 'p' failed at pulse/simple.c:276, function pa_simple_write().
> Aborting.
Hi Brandon,
That's a very impressive error...
It sounds like the pulseaudio server is not running at all, which is
really strange as it is the default audio system for Ubuntu. Assuming
that you use Gnome, can you get audio from other applications? Can you
change the Sound Preferences? When the IO configuration shows up, what
devices are listed under audio?
Unfortunately I have no clue how you can end up in such situation.
Maybe you were experimenting with some ALSA or JACK applications that
require killing pulseaudio? You can try to re-install all pulseaudio
packages and see if that helps.
>
> My experience with audio issues such as this is that something else is
> usually using the audio resources, however i have checked my processes and
> closed everything out that could possibly use it. The usual suspects such
> as the Browser and flash plugin were not running.
Actually, the point in using pulseaudio is indeed to allow several
applications to use audio at the same time.
Yes, but be careful here. The fork replaces the pulseaudio backend
with gr-audio and uses ALSA. That will work regardless of pulseaudio.
But you need to clear the configuration if you go back and forth
between the two versions because the audio device names are not
compatible.