I tried uhd_usrp_probe again but still the same problem. Please find the
below error message

kvasude2@veneno:~$ uhd_usrp_probe --args addr=192.168.10.2
[INFO] [UHD] linux; GNU C++ version 7.4.0; Boost_106501;
UHD_3.14.1.HEAD-0-g0347a6d8
Error: LookupError: KeyError: No devices found for ----->
Device Address:
    addr: 192.168.10.2

Also, find the below message from the embedded system showing the IP of the
SFP0 port for the reference.

root@ni-n3xx-3198219:~# ip a
1: lo: <LOOPBACK,UP,LOWER_UP> mtu 65536 qdisc noqueue qlen 1000
    link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00
    inet 127.0.0.1/8 scope host lo
       valid_lft forever preferred_lft forever
2: eth0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc pfifo_fast qlen
1000
    link/ether 00:80:2f:26:50:f8 brd ff:ff:ff:ff:ff:ff
    inet 192.168.1.102/24 brd 192.168.1.255 scope global dynamic eth0
       valid_lft 86266sec preferred_lft 86266sec
3: *sfp0*: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 8000 qdisc pfifo_fast qlen
1000
    link/ether 00:80:2f:26:50:f9 brd ff:ff:ff:ff:ff:ff
    *inet 192.168.10.2/24 <http://192.168.10.2/24>* brd 192.168.10.255
scope global sfp0
       valid_lft forever preferred_lft forever
4: sfp1: <NO-CARRIER,BROADCAST,MULTICAST,UP> mtu 8000 qdisc pfifo_fast qlen
1000
    link/ether 00:80:2f:26:50:fa brd ff:ff:ff:ff:ff:ff

Karthik

On Wed, Oct 23, 2019 at 7:20 PM Marcus D. Leech <patchvonbr...@gmail.com>
wrote:

> On 10/23/2019 04:56 PM, Karthik Vasudeva wrote:
> > Hi All,
> >
> > We are planning to set up USRP N310 for streaming in host mode using
> > SFP0 port. Currently we are not able to find device from the host
> > computer, although ping was successful to the USRP SFP0 port IP.
> > Please find the below error message from the host computer
> >
> > kvasude2@veneno:~/Downloads/workarea-uhd/uhd/host/build$
> uhd_find_devices
> > [INFO] [UHD] linux; GNU C++ version 7.4.0; Boost_106501;
> > UHD_3.14.1.HEAD-0-g0347a6d8
> > No UHD Devices Found
> >
> > Alternatively, we were able to discover it through embedded system.
> > Please find the below  message
> >
> > root@ni-n3xx-3198219:~# uhd_find_devices
> > [INFO] [UHD] linux; GNU C++ version 7.3.0; Boost_106600;
> > UHD_3.14.1.1-0-g0347a6d8
> > --------------------------------------------------
> > -- UHD Device 0
> > --------------------------------------------------
> > Device Address:
> >     serial: 3198219
> >     claimed: False
> >     mgmt_addr: 127.0.0.1
> >     product: n310
> >     type: n3xx
> >
> > Please help and let us know if anything is missing.
> >
> > Karthik
> What if you use an explicit uhd_usrp_probe:
>
> uhd_usrp_probe --args addr=<addressofsfp0>
>
>
>
>
> _______________________________________________
> Discuss-gnuradio mailing list
> Discuss-gnuradio@gnu.org
> https://lists.gnu.org/mailman/listinfo/discuss-gnuradio
>
_______________________________________________
Discuss-gnuradio mailing list
Discuss-gnuradio@gnu.org
https://lists.gnu.org/mailman/listinfo/discuss-gnuradio

Reply via email to