Reply To: How to use my RSPduo w/ Rpi-3 & command line?

SDRPlay Independent Community Forum Forums General How to use my RSPduo w/ Rpi-3 & command line? Reply To: How to use my RSPduo w/ Rpi-3 & command line?

#1706
alanmalk
Participant

    I did sudo apt-get remove libsoapysdr0.6 first.
    Then did an install “sudo apt-get

      install

    libsoapysdr-dev” expecting to see “libsoapysdr-dev is already the newest version (0.6.1-4+b4).”, but it in fact did an install.
    So that tells me only one version of soapysdr was around at the beginning of my efforts.

    pi@macpi:~ $ sudo find / -name “*rtlsdrSupport*”
    /usr/lib/arm-linux-gnueabihf/SoapySDR/modules0.6/librtlsdrSupport.so

    Hmmm, should this have been removed?

    This is wierd…
    Ran “sudo apt-get remove libsoapysdr0.6” again (just now). Then
    Ran sudo find / -name “*rtlsdrSupport*” again. But this time – nothing found!

    I’m about burnt out for the day. Will try again tomorrow. Meanwhile, please accept my thanks for all your efforts.
    Something-somehow is installing libsoapysdr0.6 !!!
    As I mentioned, earlier today I rebuilt SdrGlut, sdrTest and rtaudio. Could one of these be installing libsoapysdr0.6? Logic says no, but I didn’t install anything else today.