After going round and round doing installs of Limesuite, SoapySDR and PothosWare, I did a reset and reinstalled my OS (2019-07-10-raspbian-buster-full) and built SoapySDR from sources. This is the result of --info:
~/SoapySDR/build $ SoapySDRUtil --info
######################################################
## Soapy SDR -- the SDR abstraction library ##
######################################################
Lib Version: v0.8.0-g189bc692
API Version: v0.8.0
ABI Version: v0.8
Install root: /usr/local
Search path: /usr/local/lib/SoapySDR/modules0.8 (missing)
No modules found!
Available factories... No factories found!
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]
pi@raspberrypi:~/SoapySDR/build $
Here it is for --make:
:~/SoapySDR/build $ SoapySDRUtil --make
######################################################
## Soapy SDR -- the SDR abstraction library ##
######################################################
Make device
Error making device: SoapySDR::Device::make() no match
pi@raspberrypi:~/SoapySDR/build $
Since for raspian, I can't use PPA's, how am I do add a LimeSDR Usb module?
Also, the modules0,8 (missing) concerns me.
Any suggestions will be appreciated!
Biff