Skip to content
New issue

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

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

Already on GitHub? # to your account

sdrplay RSPdx-R2 device visible on server but not remotely from a client #106

Open
JoeTester1965 opened this issue Jun 24, 2024 · 0 comments

Comments

@JoeTester1965
Copy link

Have installed all the latest software and drivers but still a 'SoapySDRUtil --find' command works fine on the server for a sdrplay RSPdx-R2 device but is not visible using 'SoapySDRUtil --find="remote=192.168.1.50, driver=remote' from the client (but my RTL dongle is OK).

Any ideas what could be causing this, in particular is there an extra step needed to enable remote functionality for the sdrplay device to get a remote option like the RTL SDR?

Thank you.

Debug output

SERVER

pi@ShedPi:~ $ SoapySDRUtil --find 
######################################################
##     Soapy SDR -- the SDR abstraction library     ##
######################################################

Detached kernel driver
Found Rafael Micro R820T tuner
Reattached kernel driver
Found device 0
  driver = remote
  label = Generic RTL2832U OEM :: 00000001
  manufacturer = Realtek
  product = RTL2838UHIDIR
  remote = tcp://192.168.1.50:55132
  remote:driver = rtlsdr
  serial = 00000001
  tuner = Rafael Micro R820T

Found device 1
  driver = rtlsdr
  label = Generic RTL2832U OEM :: 00000001
  manufacturer = Realtek
  product = RTL2838UHIDIR
  serial = 00000001
  tuner = Rafael Micro R820T

Found device 2
  driver = sdrplay
  label = SDRplay Dev0 RSPdx-R2 24020B0770
  serial = 24020B0770

CLIENT

jetsondev$ SoapySDRUtil --find="remote=192.168.1.50, driver=remote"
######################################################
##     Soapy SDR -- the SDR abstraction library     ##
######################################################

Found device 0
  driver = remote
  label = Generic RTL2832U OEM :: 00000001
  manufacturer = Realtek
  product = RTL2838UHIDIR
  remote = tcp://192.168.1.50:55132
  remote:driver = rtlsdr
  serial = 00000001
  tuner = Rafael Micro R820T
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant