cjcliffe/CubicSDR

SoapySDRPlay wrong setup frequency

no111u3 opened this issue · 0 comments

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: pothosware/SoapySDRPlay3#72