-
Notifications
You must be signed in to change notification settings - Fork 15
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
Issue with streaming on Apple M1 #72
Comments
@no111u3 - that error typically occurs when one of the settings of the RSP (for instance one of the gain values) is out of range. A good way to troubleshoot this problem is to enable verbose debug mode in the SDRplay API by commenting out line 356 in This detailed error message usually contains the exact reason why the call to Hope this helps, |
@fventuri thank you for detail instruction, it looks as error on cubicsdr side:
I try to change frequency but has no result as you can see in the upper logs
|
@no111u3 - that frequency you see is the value I too suspect it comes from some problem with CubicSDR, and I would look at your CubicSDR default configuration, which is usually stored in the XML file Franco |
@fventuri thank you, I already debug this issue, yes it was -1 but they use double and on some layer of drivers it converts to int and back. But in origin it happens after setup 530 Ghz for allowed only 4.2 (I don't know who is guy to decide this). Thank you for your time. |
I have sdrplay likely adapter. It fully detected by soapy:
But than I start streaming from cubicsdr I have an issue:
After this error
SoapySDRUtil --probe="driver=sdrplay"
doesn't work perfectlyBut device is still present in system:
The text was updated successfully, but these errors were encountered: