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

조회 수: 44 (최근 30일)
Kim jin hak
Kim jin hak 2016년 6월 1일
답변: Nik Rocky 2023년 6월 20일
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
Pavel Dey
Pavel Dey 2016년 6월 8일
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.

댓글을 달려면 로그인하십시오.

답변 (3개)

Sanat Varasada
Sanat Varasada 2017년 2월 7일
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
STEVE BRAUNIG
STEVE BRAUNIG 2017년 4월 14일
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 2017년 5월 15일
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?.

댓글을 달려면 로그인하십시오.


Paula Reis
Paula Reis 2021년 4월 8일
편집: Paula Reis 2021년 4월 8일
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
Karunya Choppara
Karunya Choppara 2021년 7월 1일
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.

댓글을 달려면 로그인하십시오.


Nik Rocky
Nik Rocky 2023년 6월 20일
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.

카테고리

Help CenterFile Exchange에서 Communications Toolbox에 대해 자세히 알아보기

태그

Community Treasure Hunt

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

Start Hunting!

Translated by