Thursday, July 25, 2024

Re: Soapy SDR Plugin help with Radioconda Windows 10

Hello Ryan - Thanks for the help. That was a good suggestion.

I removed Pathos and Radioconda, rebooted, made sure everything was gone.

Reinstalled Radioconda (latest installer from Github), and tried again.

Same error (see below)

BTW - The OSMO RTL-SDR block works fine and I can run GQRX fine.


====================================================================================================================
Generating:
"C:\Users\steve\Documents\GNU_Radio_Projects\Cookbook\RTL_SDR_SETUP\soapy_interface.py"

Executing: C:\Users\steve\radioconda\python.exe -u
C:\Users\steve\Documents\GNU_Radio_Projects\Cookbook\RTL_SDR_SETUP\soapy_interface.py

[ERROR]
SoapySDR::loadModule(C:\Users\steve\radioconda\Library/lib/SoapySDR/modules0.8/HackRFSupport.dll)
  LoadLibrary() failed: The specified procedure could not be found.

[ERROR]
SoapySDR::loadModule(C:\Users\steve\radioconda\Library/lib/SoapySDR/modules0.8/LMS7Support.dll)
  LoadLibrary() failed: The specified procedure could not be found.

[ERROR]
SoapySDR::loadModule(C:\Users\steve\radioconda\Library/lib/SoapySDR/modules0.8/rtlsdrSupport.dll)
  LoadLibrary() failed: The specified procedure could not be found.

[ERROR]
SoapySDR::loadModule(C:\Users\steve\radioconda\Library/lib/SoapySDR/modules0.8/uhdSupport.dll)
  LoadLibrary() failed: The specified procedure could not be found.

Traceback (most recent call last):
  File
"C:\Users\steve\Documents\GNU_Radio_Projects\Cookbook\RTL_SDR_SETUP\soapy_interface.py",
line 206, in <module>
    main()
  File
"C:\Users\steve\Documents\GNU_Radio_Projects\Cookbook\RTL_SDR_SETUP\soapy_interface.py",
line 184, in main
    tb = top_block_cls()
         ^^^^^^^^^^^^^^^
  File
"C:\Users\steve\Documents\GNU_Radio_Projects\Cookbook\RTL_SDR_SETUP\soapy_interface.py",
line 92, in __init__
    self.soapy_rtlsdr_source_0 = soapy.source(dev, "fc32", 1, '',
                                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
RuntimeError: SoapySDR::Device::make() no match

>>> Done (return code 1)

No comments:

Post a Comment