SDRPlay Independent Community Forum › Forums › General › Problem – sdrplay with GNU radio 3.10.1 installed via Ubuntu 22.04 › Reply To: Problem – sdrplay with GNU radio 3.10.1 installed via Ubuntu 22.04
ok I have solved the issue with gr-sdrplay3 OOT
It installs these files
/usr/local/lib/x86_64-linux-gnu/libgnuradio-sdrplay3.so.3.10.3.0
/usr/local/lib/x86_64-linux-gnu/libgnuradio-sdrplay3.so.3.10.3
/usr/local/lib/x86_64-linux-gnu/libgnuradio-sdrplay3.so
but they needed to be moved from the /usr/local path above and put under the /usr/lib path as below.
/usr/lib/x86_64-linux-gnu/libgnuradio-sdrplay3.so.3.10.3.0
/usr/lib/x86_64-linux-gnu/libgnuradio-sdrplay3.so.3.10.3
/usr/lib/x86_64-linux-gnu/libgnuradio-sdrplay3.so
Fixedf and closed. I’ll live without the soapy sdrplay sources as they are not as encompassing as the gr=sdrplay3 OOT module
Hope this helps anyone else trying to load gnuradio and sdrplay under Ubuntu 22.04.02