[Resolved] SoapySDR + RTLSDR-Airband on machine startup #265
JackStromberg
started this conversation in
General
Replies: 1 comment 1 reply
-
|
This is fixed in unstable branch (https://github.com/szpajder/RTLSDR-Airband/tree/unstable). The fix will come out in the next stable release. Meanwhile you can use unstable branch, it's actually pretty stable :-) Note that the build instructions in the Wiki no longer apply to this branch - new instructions are in README.md. The Wiki will be updated when the new stable release is out. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I noticed if you trigger a reboot of the machine itself, the initial start of SoapySDR to read streams may timeout and fail. I've tried change After=network.target to After=network.target sdrplay.service in init.d, but still see an issue where you will experience a timeout: https://github.com/szpajder/RTLSDR-Airband/blob/master/input-soapysdr.cpp#L300 If I trigger a restart of the service, it'll immediately begin working again.
Taking a look at the Daemon logs, I don't see "Failed to activate stream for SoapySDR device", so I'm wondering if this is as simple as adding a delay between these two? Not sure what happens during SoapySDRDevice_readStream, so kinda a shot in the dark on this.
Beta Was this translation helpful? Give feedback.
All reactions