-
Notifications
You must be signed in to change notification settings - Fork 676
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
UHD showing duplicate device for USRP X310 #729
Comments
I'll take responsibility for writing the test code. If there's an issue with the way it asks UHD for the device list, it's my fault. |
I can confirm that issue. Same here, except I forgot report it earlier. |
Thanks all. We have a fix on the way. |
Fixed in uhd branch |
marino-gnss
pushed a commit
to marino-gnss/uhd
that referenced
this issue
Feb 17, 2025
When find issues a broadcast to identify devices in the network it might happen that it receives multiple answers from the same device due to network topology. This fix removes these duplicates by utilizing the hash method of device.cpp. This fixes EttusResearch#729.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Bug Description
The uhd library is reporting a duplicate device for the USRP X310. There should only be a total of two radios reported, (1) USRP X310 and (1) USRP E310. The X310 does have two UBX160 daughterboards.
A simple program to discover the devices shows three devices:
Source code to generate the output:
Configuration
Operating System: Ubuntu 20.04.6 LTS
UHD: UHD_4.6.0.0-0-g50fa3baa
The text was updated successfully, but these errors were encountered: