Hello,
I have a trouble with my sdrplay RSP1 device. It works very well on windows platform but I would like to use it on linux.
lsusb returns :
Bus 002 Device 003: ID 1df7:2500 SDRplay RSP1
so, OS recognize the device
SoapySDRUtil --info
######################################################
## Soapy SDR -- the SDR abstraction library ##
######################################################
Lib Version: v0.8.0-g351896d3
API Version: v0.8.0
ABI Version: v0.8
Install root: /usr/local
Search path: /usr/local/lib/SoapySDR/modules0.8
Module found: /usr/local/lib/SoapySDR/modules0.8/libsdrPlaySupport.so (0.3.0-208f95d)
Available factories... sdrplay
Available converters...
- CF32 -> [CF32, CS16, CS8, CU16, CU8]
- CS16 -> [CF32, CS16, CS8, CU16, CU8]
- CS32 -> [CS32]
- CS8 -> [CF32, CS16, CS8, CU16, CU8]
- CU16 -> [CF32, CS16, CS8]
- CU8 -> [CF32, CS16, CS8]
- F32 -> [F32, S16, S8, U16, U8]
- S16 -> [F32, S16, S8, U16, U8]
- S32 -> [S32]
- S8 -> [F32, S16, S8, U16, U8]
- U16 -> [F32, S16, S8]
- U8 -> [F32, S16, S8]
SoapySDRUtil --probe="driver=sdrplay"
######################################################
## Soapy SDR -- the SDR abstraction library ##
######################################################
Probe device driver=sdrplay
[WARNING] Can't find label in args - use 'lsusb' to make sure the OS can see the RSP
Error probing device: Can't find label in args - use 'lsusb' to make sure the OS can see the RSP
Following troubleshooting in sdrplay API, this type of error appears when OS doesn't recognize the device, but it is not the case regarding lsusb response.
Thanks for your help.
Best regards.