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

SoapySDRUtil unable to find UHD network device #1

Open
janvgils opened this issue Dec 9, 2020 · 1 comment
Open

SoapySDRUtil unable to find UHD network device #1

janvgils opened this issue Dec 9, 2020 · 1 comment
Labels
enhancement New feature or request

Comments

@janvgils
Copy link
Owner

janvgils commented Dec 9, 2020

When trying to connect to a remote, network based Ettus Research SDR (X310) there was the below error.

SoapySDRUtil --probe="uhd"

[ERROR] avahi_service_browser_new() failed: Bad state

After installing the avahi daemon sudo apt-get install avahi-daemon there was no longer the error message. We still need confirmation if this solved the problem of not being able to connect to a remote UHD device.

SoapySDRUtil --probe="driver=uhd,type=x310"

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

Soapy SDR -- the SDR abstraction library
######################################################

Probe device driver=uhd,type=x310
[INFO] [UHD] linux; GNU C++ version 8.3.0; Boost_106700; UHD_3.15.0.0-3satnogs1
Error probing device: LookupError: KeyError: No devices found for ----->
Device Address:
driver: uhd
type: x310

This daemon will be added to the next upgraded OVA (Version 1.2)

@janvgils
Copy link
Owner Author

janvgils commented Dec 9, 2020

The sudo apt-get install avahi-daemon didn't solve the issue.

Next option:

SoapySDRUtil --probe="driver=uhd,type=x310,addr=x.x.x.x"

At the end the following command was successful:

SoapySDRUtil --probe="driver=uhd,addr=x.x.x.x"

@janvgils janvgils added the enhancement New feature or request label Dec 12, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant