-
Notifications
You must be signed in to change notification settings - Fork 27
Open
Description
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
Labels
No labels