Error connecting input to PulseAudio server

Hello,
I just installed the client on a brand-new PI-4 and I always get the same error.
Here the complete log of one observation:
Mar 01 19:13:51 on4vki satnogs-client[1511]: rot_init called
Mar 01 19:13:51 on4vki satnogs-client[1511]: dummy: _init called
Mar 01 19:13:51 on4vki satnogs-client[1511]: rot_register (1)
Mar 01 19:13:51 on4vki satnogs-client[1511]: rot_register (2)
Mar 01 19:13:51 on4vki satnogs-client[1511]: dummy_rot_init called
Mar 01 19:13:51 on4vki satnogs-client[1511]: rot_open called
Mar 01 19:13:51 on4vki satnogs-client[1511]: dummy_rot_open called
Mar 01 19:13:51 on4vki satnogs-client[1511]: rot_get_position called
Mar 01 19:13:51 on4vki satnogs-client[1511]: dummy_rot_get_position called
Mar 01 19:13:51 on4vki satnogs-client[1511]: rot_set_position called
Mar 01 19:13:53 on4vki satnogs-client[1511]: [ERROR] SoapySSDPEndpoint::sendTo(udp://[ff02::c]:1900) = -1
Mar 01 19:13:53 on4vki satnogs-client[1511]: sendto(udp://[ff02::c]:1900) [99: Cannot assign requested address]
Mar 01 19:13:53 on4vki satnogs-client[1511]: Found Rafael Micro R820T tuner
Mar 01 19:13:53 on4vki satnogs-client[1511]: [INFO] [UHD] linux; GNU C++ version 8.2.0; Boost_106700; UHD_3.13.1.0-3
Mar 01 19:13:55 on4vki satnogs-client[1511]: [INFO] Using format CF32.
Mar 01 19:13:55 on4vki satnogs-client[1511]: thread[thread-per-block[1]: <block soapy::source(1)>]: RtAudio init error 'RtApiPulse::probeDeviceOpen: error connecting input to PulseAudio server.

The image installed is “2019-09-11-Raspbian-SatNOGS-lite.img” with all latest updates (29/02/2020).

Can anybody help me. Thanks!

1 Like

Hej,

did you use driver=rtlsdr in the SATNOGS_SOAPY_RX_DEVICE setting (assuming you want to use an rtl-sdr) ?
After upgrading from 1.0 to the newest 1.1 satnogs-client i used the old rtlsdr string without the driver= and i also got some errors about samplerate not supported as it tried by default to open my soundcard at 2MS/s. Also setting gain failed. Fixing the device string made it correctly open my SDR device.

Maybe in your case it is also trying to fallback to the audio device because of an error in the device string.

/Martin HB9FXX

1 Like

Hello Martin.
I did follow probably the old manual, but your trick did the job.
many thanks - Vielen Dank !
Stefan

2 Likes