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

Cmke .. error installing Soapy #35

Closed
santiaarana opened this issue Feb 6, 2018 · 5 comments
Closed

Cmke .. error installing Soapy #35

santiaarana opened this issue Feb 6, 2018 · 5 comments

Comments

@santiaarana
Copy link

I have error installaing SoapyRemote.
Raspberry Pi 3 Model B.
Raspbian GNU/Linux 9.3 (stretch)

Can you help me please?

pi@raspberrypi:~/SoapyRemote/build$ cmake ..
-- Build type not specified: defaulting to release.
CMake Warning at CMakeLists.txt:15 (find_package):
Could not find a package configuration file provided by "SoapySDR"
(requested version 0.4.0) with any of the following names:

SoapySDRConfig.cmake
soapysdr-config.cmake

Add the installation prefix of "SoapySDR" to CMAKE_PREFIX_PATH or set
"SoapySDR_DIR" to a directory containing one of the above files. If
"SoapySDR" provides a separate development package or SDK, be sure it has
been installed.

CMake Error at client/CMakeLists.txt:4 (SOAPY_SDR_MODULE_UTIL):
Unknown CMake command "SOAPY_SDR_MODULE_UTIL".

@guruofquality
Copy link
Contributor

Is SoapySDR installed? Its a dependency: https://github.com/pothosware/SoapyRemote/wiki#dependencies

@santiaarana
Copy link
Author

Thanks. I just needed to read a little more!!!
"The remote device support has no additional dependencies other than SoapySDR itself"
I installed soapyremote without further problems. But I plug my RSP1A and ...

pi@raspberrypi:~$ SoapySDRUtil --find
######################################################

Soapy SDR -- the SDR abstraction library

######################################################

[ERROR] SoapySSDPEndpoint::sendTo(udp://[ff02::c]:1900) = -1
sendto(udp://[ff02::c]:1900) [99: Cannot assign requested address]
No devices found!

No devices found I can start the server, but without a receiver. Can you help me again?

pi@raspberrypi:~$ SoapySDRServer --bind=192.168.0.105:1234
######################################################

Soapy Server -- Use any Soapy SDR remotely

######################################################

542d0ee0-2ca5-1511-8567-0399007f0101
Launching the server... tcp://192.168.0.105:1234
Server bound to 192.168.0.105:1234
Launching discovery server...
[ERROR] SoapySSDPEndpoint::sendTo(udp://[ff02::c]:1900) = -1
sendto(udp://[ff02::c]:1900) [99: Cannot assign requested address]
Press Ctrl+C to stop the server

@SDRplay
Copy link

SDRplay commented Feb 7, 2018

You do have SoapySDRPlay installed? If not, remember you'll also need the RSP API first which you can get from our downloads page (https://www.sdrplay.com/downloads)

@guruofquality
Copy link
Contributor

guruofquality commented Feb 8, 2018

On the server:

  • install soapysdr
  • install soapyremote
  • install soapysdrplay (or other hardware support)
  • SoapySDRUtil --info should display remote and sdrplay drivers
  • SoapySDRUtil --find should show the devices like sdrplay
  • SoapySDRServer --bind

On the client:

  • install soapysdr
  • install soapyremote
  • SoapySDRUtil --find should show the devices over the remote connection

@santiaarana
Copy link
Author

Thank you very much for your help. I have been able to install Soapyremote. Now I learn with GQRX SDR. It is the only sdr client that works for me.
Thanks again!

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

3 participants