I am getting the error message "Device discovery error: input stream error"

39 views (last 30 days)
I'm using N1 210 rev 4 usrp radio and I want to use it in Matlab environment.
My problem is the following. If I type "findsdru" in Matlab command line, then I get the following result.
---------- begin libuhd error message output ----------
Device discovery error: input stream error
---------- end libuhd error message output ----------
ans =
Platform: 'N200/N210/USRP2'
IPAddress: '192.168.10.2'
SerialNum: 'E7R26M7UP'
Status: 'Success'
It seems the Matlab finds the usrp device well, but I couldn't figure out why the error message "Device discovery error: input stream error" occurs.
How can I fix this?
  1 Comment
Pavel Dey
Pavel Dey on 8 Jun 2016
The error message is generated from UHD, the hardware driver of USRP device. Although I have not seen this file exactly before, but there are some similar issues, which may occur due to different reasons like graphics driver issues, some unexpected change with default sampling rate etc.
In order to get more details on that, kindly contact the technical support in your region.

Sign in to comment.

Answers (3)

Sanat Varasada
Sanat Varasada on 7 Feb 2017
Hi,
I had the same problem with my USRP hardware. To fix this UHD error, just update your UHD driver for the USRP hardware. Here I attached the driver link: http://files.ettus.com/binaries/uhd/latest_release/
Steps: - Download the driver from above link for your win 32/64 bit. But, download the latest release VS2015 for your OS. - Open MATLAB and Connect your USRP hardware with PC. - Now install the UHD driver - After installation, close your matlab and remove USRP device. - Now, open matlab and connect USRP device with PC - Finally, run the findsdru in command window and there won't be the error message anymore.
Thanks
  2 Comments
STEVE BRAUNIG
STEVE BRAUNIG on 14 Apr 2017
Hi, I have the same problem with input stream error. I've followed your steps exactly but no luck in resolving the issue. Any other suggestions?
Luciano Stancato
Luciano Stancato on 15 May 2017
Hi all, I also have the same problem, I get an input stream error when try findsdru command, this happen with matlab2016. Any idea how to solve it?.

Sign in to comment.


Paula Reis
Paula Reis on 8 Apr 2021
Edited: Paula Reis on 8 Apr 2021
I am getting the same issue with my matlab R2021a version and usrp x310 with ubx 160 daughterboards and uhd version Matlab is 3.15.0.0 vendor. How can I fix this?
radio = findsdru
Checking radio connections...
linux; GNU C++ version 8.3.0; Boost_107200; UHD_3.15.0.0-vendor
---------- see libuhd version information above this line ----------
---------- begin libuhd error output ----------
Device discovery error: resolve: Host not found (non-authoritative), try again later
---------- end libuhd error output ----------
---------- begin libuhd error output ----------
Device discovery error: resolve: Host not found (non-authoritative), try again later
---------- end libuhd error output ----------
radio =
struct with fields:
Platform: 'X310'
IPAddress: '192.168.10.2'
SerialNum: '31F3C51'
Status: 'Success'
  1 Comment
Karunya Choppara
Karunya Choppara on 1 Jul 2021
This specific issue in MATLAB R2021a that shows "Device discovery error: resolve: Host not found (non-authoritative), try again later " is not a stoppage issue, you should be able to perform the transmit and receiver operations successfully.

Sign in to comment.


Nik Rocky
Nik Rocky on 20 Jun 2023
The errors:
[ERROR] [UHD] Device discovery error: receive_from: An existing connection was forcibly closed by the remote host [system:10054]
and/or
[ERROR] [X300] X300 Network discovery error receive_from: An existing connection was forcibly closed by the remote host [system:10054]
happens, when VPN connection exists. Just try to turn off VPN and run findsdru in MATLAB or start uhd_usrp_probe via PowerShell/Terminal. Problem should be done.

Categories

Find more on Communications Toolbox in Help Center and File Exchange

Tags

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!