Open janekska opened 2 years ago
Hi! Posting here because I have the same issue. I have a SoapyServer running on Ubuntu Server 22.04. That is installed on a LibreComputer Renegade (small SBC, https://libre.computer/products/roc-rk3328-cc/). I am running CubicSDR on Windows on the same LAN. I tried 0.2.3, 0.2.4, 0.2.5 and the latest 0.2.8 v4 windows binaries, all have the same problem. It sees the SoapyServer, but once I click "Start" the app freezes and dies. Here the logs from the SoapyServer side (they don't say much):
######################################################
## Soapy Server -- Use any Soapy SDR remotely
######################################################
Server version: 0.6.0-gf375555e
Server UUID: 20a68c38-e5ee-175a-8567-04d4a8c03901
Launching the server... tcp://[::]:55132
Server bound to [::]:55132
Launching discovery server...
Connecting to DNS-SD daemon...
[INFO] Avahi version: avahi 0.8
[INFO] Avahi hostname: roc-rk3328-cc
[INFO] Avahi domain: local
[INFO] Avahi FQDN: roc-rk3328-cc.local
[INFO] avahi_entry_group_add_service(roc-rk3328-cc._soapy._tcp)
Press Ctrl+C to stop the server
SoapyServerListener::accept([::ffff:192.168.1.247]:64021)
Found Rafael Micro R820T tuner
SoapyServerListener::close()
SoapyServerListener::accept([::ffff:192.168.1.247]:64022)
SoapyServerListener::accept([::ffff:192.168.1.247]:64023)
SoapyServerListener::close()
SoapyServerListener::accept([::ffff:192.168.1.247]:64024)
Found Rafael Micro R820T tuner
SoapyServerListener::close()
SoapyServerListener::close()
SoapyServerListener::accept([::ffff:192.168.1.247]:64029)
SoapyServerListener::close()
SoapyServerListener::accept([::ffff:192.168.1.247]:64030)
SoapyServerListener::accept([::ffff:192.168.1.247]:64031)
SoapyServerListener::close()
SoapyServerListener::accept([::ffff:192.168.1.247]:64032)
Found Rafael Micro R820T tuner
SoapyServerListener::close()
SoapyServerListener::close()
SoapyServerListener::accept([::ffff:192.168.1.247]:64033)
SoapyServerListener::close()
SoapyServerListener::accept([::ffff:192.168.1.247]:64034)
SoapyServerListener::accept([::ffff:192.168.1.247]:64035)
Found Rafael Micro R820T tuner
[R82XX] PLL not locked!
[R82XX] PLL not locked!
Disabled direct sampling mode
[R82XX] PLL not locked!
[R82XX] PLL not locked!
Allocating 15 zero-copy buffers
[R82XX] PLL not locked!
SoapyServerListener::accept([::ffff:192.168.1.247]:64037)
SoapyServerListener::close()
SoapyServerListener::handlerLoop() FAIL: SoapyRPCUnpacker::recv(header) FAIL: recv() [104: Connection reset by peer]
SoapyServerListener::handlerLoop() FAIL: SoapyRPCUnpacker::recv(header) FAIL: recv() [104: Connection reset by peer]
SoapyServerListener::close()
SoapyServerListener::close()
Hi,
So I have SoapySDRServer on RaspberyPi4 and recently compiled CubicSDR on Ubutu 18.
I can start CubicSDR and add a connection to my RaspberyPI and get SDR info, but when I click start button CubicSDR crashes:
The last output a bit differs from time to time (in backward sequence):
... starting readLoop() SDRThread::readStream(): 2. SoapySDR read failed with unknown code: -4 SDRThread::readStream(): 3.1 iqDataOutQueue output queue is full, discard processing of the batch... SSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSUnhandled unknown exception; terminating the application. Aborted (core dumped)
... SDRThread : Device Stream set to MTU: 714 starting readLoop() [ERROR] ~SoapyRPCUnpacker: Unconsumed payload bytes 16 [ERROR] ~SoapyRPCUnpacker: Unconsumed payload bytes 45 Unhandled unknown exception; terminating the application. Aborted (core dumped)
... OSDRThread : Device Stream set to MTU: 714 Terminating SDR thread.. ERROR: thread '9SDRThread' has not terminated in time ! (> 3000 ms)
What could be the reason?
brdgs & looking forward