You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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)
The text was updated successfully, but these errors were encountered:
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"
This daemon will be added to the next upgraded OVA (Version 1.2)
The text was updated successfully, but these errors were encountered: