Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

SoapyRPCUnpacker::recv(header) FAIL on Raspberry PI OS 64bit #94

Open
rmoravcik opened this issue Feb 8, 2022 · 0 comments
Open

SoapyRPCUnpacker::recv(header) FAIL on Raspberry PI OS 64bit #94

rmoravcik opened this issue Feb 8, 2022 · 0 comments

Comments

@rmoravcik
Copy link

Hello everyone,

did someone already tried running SoapyRemote on Raspberry PI OS 64bit?

I have Raspbbery PI 3B+ with SDRplay RSP1A and I was getting these errors when I tried to connect with SDR++ (also with GQRX) to it:

pi@raspberrypi:~ $ sudo systemctl status SoapySDRServer
● SoapySDRServer.service - SoapyRemote network server
     Loaded: loaded (/usr/local/lib/systemd/system/SoapySDRServer.service; enabled; vendor preset: enabled)
     Active: active (running) since Sat 2022-02-05 14:05:12 GMT; 41s ago
   Main PID: 752 (SoapySDRServer)
      Tasks: 3 (limit: 780)
        CPU: 127ms
     CGroup: /system.slice/SoapySDRServer.service
             └─752 /usr/local/bin/SoapySDRServer --bind

Feb 05 14:05:44 raspberrypi SoapySDRServer[752]: SoapyServerListener::accept([::ffff:192.168.0.125]:39148)
Feb 05 14:05:44 raspberrypi SoapySDRServer[752]: SoapyServerListener::accept([::ffff:192.168.0.125]:39150)
Feb 05 14:05:44 raspberrypi SoapySDRServer[752]: SoapyServerListener::accept([::ffff:192.168.0.125]:39152)
Feb 05 14:05:44 raspberrypi SoapySDRServer[752]: SoapyServerListener::close()
Feb 05 14:05:44 raspberrypi SoapySDRServer[752]: SoapyServerListener::close()
Feb 05 14:05:44 raspberrypi SoapySDRServer[752]: SoapyServerListener::accept([::ffff:192.168.0.125]:39154)
Feb 05 14:05:44 raspberrypi SoapySDRServer[752]: SoapyServerListener::handlerLoop() FAIL: SoapyRPCUnpacker::recv(header) FAIL:
Feb 05 14:05:45 raspberrypi SoapySDRServer[752]: SoapyServerListener::close()
Feb 05 14:05:53 raspberrypi SoapySDRServer[752]: SoapyServerListener::close()
Feb 05 14:05:53 raspberrypi SoapySDRServer[752]: SoapyServerListener::close()

My SW setup was following:

  • Raspberry Pi OS Lite (64-bit) from January 28th 2022
  • SDRplay_RSP_API-ARM64-3.07.1.run
  • self-compiled SoapySDR (00e0312c3e464e1026b7c84a2359b1fea7d65796)
  • self-compiled SoapyRemote (c09b2f1)

I didn't have time to debug it more and I don't have any issues when using Raspberry PI OS (32-bit).

Thank you,
Roman

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant