pothosware / SoapySDR

Vendor and platform neutral SDR support library.
https://github.com/pothosware/SoapySDR/wiki
Boost Software License 1.0
1.12k stars 179 forks source link

SoapySDRUtil does not find RTL-SDR v4 #427

Closed frohro closed 9 months ago

frohro commented 9 months ago

I am rather new to SoapySDR and the RTL-SDR v4 both, but I expected SoapySDRUtil --find to find the RTL-SDR v4 after I installed the software as per instructions here using Ubuntu Linux, but it did not. rtl_tcp works fine though.

zuckschwerdt commented 9 months ago

You need to install https://github.com/pothosware/SoapyRTLSDR

frohro commented 9 months ago

It doesn't seem to do the trick to simply install soapysdr-module-rtlsdr from the Ubuntu repo. Do you concur that I need to build the SoapyRTLSDR from source?

zuckschwerdt commented 9 months ago

SoapySDR and the modules need matching versions. They need to show up in SoapySDRUtil --info. Either build Soapy all from source or none of it.