Alex,
With SoapySDR installed and the SoapySDRPlay plug-in module installed, the SDRplay device is properly detected, as
listed below. This is on the same Raspberry Pi 2, where SoapySDR 0.6 and SoapySDRPlay are installed in /usr/local/lib.
The Raspberry Pi 2/3 distribution of gqrx is using a self-contained bin and lib directory structure which does not use the
SoapySDR installation in /usr/local/lib.
73,
Mac / AE5PH
pi@raspberrypi:~ $ which SoapySDRUtil
/usr/local/bin/SoapySDRUtil
pi@raspberrypi:~ $ SoapySDRUtil --probe
######################################################
## Soapy SDR -- the SDR abstraction library
######################################################
Probe device
mir_sdr_usb_GetDevices Dev0:vid=1df7 pid=3010 rev=0207 serno=1605031600 bus=001 port=002 devAvail=1
mir_sdr_usb_SetDeviceIdx idx=0 numDevices=1
Opened device with idVendor = 0x1df7 idProduct = 0x3010 fwVersion = 0x0207 busNum = 001 portNum = 002
----------------------------------------------------
-- Device identification
----------------------------------------------------
driver=SDRplay
hardware=2 1605031600
mir_sdr_api_version=2.090000
mir_sdr_hw_version=2
----------------------------------------------------
-- Peripheral summary
----------------------------------------------------
Channels: 1 Rx, 0 Tx
Timestamps: NO
Other Settings:
* RF Gain Select - RF Gain Select
[key=rfgain_sel, default=4, type=string, options=(0, 1, 2, 3, 4, 5, 6, 7, 8)]
* IF Mode - IF frequency in kHz
[key=if_mode, default=Zero-IF, type=string, options=(Zero-IF, 450kHz, 1620kHz, 2048kHz)]
* IQ Correction - IQ Correction Control
[key=iqcorr_ctrl, default=true, type=bool]
* AGC Setpoint - AGC Setpoint (dBfs)
[key=agc_setpoint, default=-30, type=int, range=[-60, 0]]
* Antenna Select - Antenna Select
[key=ant_sel, default=Antenna A, type=string, options=(Antenna A, Antenna B)]
* AMport Select - AM Port Select
[key=amport_ctrl, default=AntA//AntB, type=string, options=(AntA/AntB, Hi-Z)]
* ExtRef Enable - External Reference Control
[key=extref_ctrl, default=true, type=bool]
* BiasT Enable - BiasT Control
[key=biasT_ctrl, default=true, type=bool]
* RfNotch Enable - RF Notch Filter Control
[key=rfnotch_ctrl, default=true, type=bool]
----------------------------------------------------
-- RX Channel 0
----------------------------------------------------
Full-duplex: YES
Supports AGC: YES
Stream formats: CS16, CF32
Native format: CS16 [full-scale=32767]
Antennas: RX
Corrections: DC removal
Full gain range: [0, 39] dB
IFGR gain range: [20, 59] dB
Full freq range: [0.01, 2000] MHz
RF freq range: [0.01, 2000] MHz
CORR freq range: MHz
Sample rates: [0.25, 10] MHz
Filter bandwidths: [0.2, 8] MHz
mir_sdr_usb_ReleaseDeviceIdx 0
pi@raspberrypi:~ $