cjcliffe / CubicSDR

Cross-Platform Software-Defined Radio Application
http://www.cubicsdr.com
GNU General Public License v2.0
2.02k stars 249 forks source link

SoapySDRPlay wrong setup frequency #1005

Open no111u3 opened 1 year ago

no111u3 commented 1 year ago

For release 0.2.7 and later there is a wrong setup frequency for SoapySDRPlay plugin:

2023-06-14 10:48:23.809969+0200 0x621d4    Default     0x0                  19941  0    sdrplay_apiService: [0x16dd3b000]: devIdx0: sdrplay_apiService_rsp: checkTunerParamLimits: ERROR: Tuner1: rfFreq rfHz out of range (0.000000:2000000000.000000) = 4294967295.000000
2023-06-14 10:48:23.809981+0200 0x621d4    Default     0x0                  19941  0    sdrplay_apiService: [0x16dd3b000]: devIdx0: sdrplay_apiService_rsp: Init: ERROR: Tuner1: checkDeviceParamLimits returns error 3
...
2023-06-14 10:50:01.166046+0200 0x628ac    Default     0x0                  19941  0    sdrplay_apiService: [0x16dd3b000]: devIdx0: sdrplay_apiService_rsp: checkTunerParamLimits: ERROR: Tuner1: rfFreq rfHz out of range (0.000000:2000000000.000000) = 4294967295.000000
2023-06-14 10:50:01.166056+0200 0x628ac    Default     0x0                  19941  0    sdrplay_apiService: [0x16dd3b000]: devIdx0: sdrplay_apiService_rsp: Init: ERROR: Tuner1: checkDeviceParamLimits returns error 3

I try to select any frequencies but there is the same result as in upper log.

SoapySDRPlay issue: https://github.com/pothosware/SoapySDRPlay3/issues/72