Skip to content

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

@JoeTester1965

Description

@JoeTester1965

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions