Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

sdrplay3 not properly compiled #25

Open
zywek123 opened this issue Aug 30, 2022 · 1 comment
Open

sdrplay3 not properly compiled #25

zywek123 opened this issue Aug 30, 2022 · 1 comment
Assignees

Comments

@zywek123
Copy link

Hi.
I'm trying to compile master gr-sdrplay3 and everything works, however after doing a make install and running gqrx I'm not able to see in builtin source types sdrplay, while typing in Other sdrplay=0 or whatever to start the receiver it just doesn't work. Do I need to compile the whole gnuradio manually and patch CMakeFiles in gnuradio and all source files to get a working version of gr-sdrplay3 for gqrx? Unless I am unnecessarily changing the installation prefix from -DCMAKE_INSTALL_PREFIX=/usr.
Could this be the cause?

@fventuri
Copy link
Owner

@zywek123 - I haven't used gqrx in a while, but if I remember correctly, it doesn't support every GNU Radio source block directly; I think it supports mainly 'gr-osmosdr' and 'gr-soapy' via SoapySDR.

For osmosdr support with SDRplay API version 3.X (3.07 is the latest for Linux) you can try the 'gr-osmosdr' OOT module from here: https://github.com/fventuri/gr-osmosdr

For SoapySDR support, you can build SoapySDR from here: https://github.com/pothosware/SoapySDR (detailed instructions on how to build it are here: https://github.com/pothosware/SoapySDR/wiki/BuildGuide), and after that build the SoapySDRPlay3 module from here: https://github.com/pothosware/SoapySDRPlay3 (detailed build instructions are here: https://github.com/pothosware/SoapySDRPlay3/wiki#building-soapy-sdr-play).

Franco

@fventuri fventuri self-assigned this Aug 30, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants