discuss-gnuradio
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Discuss-gnuradio] No USRPs found on interface eth0


From: Nick Foster
Subject: Re: [Discuss-gnuradio] No USRPs found on interface eth0
Date: Thu, 14 Nov 2013 10:08:05 -0800

The solution is the USRP2 interface is no longer supported, and software which uses it must be ported to UHD. The find_usrps tool is no longer usable with modern Ettus hardware.

--n


On Thu, Nov 14, 2013 at 10:02 AM, nesimi eldarov <address@hidden> wrote:
Dear All,

I will ask you very old and classical question:
'RuntimeError: No USRPs found on interface eth0'

I have USRP N200

I run:
$ sudo ifconfig eth0 192.168.10.1
$ uhd_find_devices
linux; GNU C++ version 4.4.1; Boost_103800; UHD_003.005.004-140-gfb32ed16

--------------------------------------------------
-- UHD Device 0
--------------------------------------------------
Device Address:
    type: usrp2
    addr: 192.168.10.2
    name:
    serial: F3F0D3
$ sudo find_usrps
No USRP2 found.
$ sudo ftw_ofdm_tx.py --interface=eth0 --freq=2.412e9 --interp=5 --payload="some arbitrary text as MSDU ASCII payload" --regime=1
Traceback (most recent call last):
  File "/usr/local/bin/ftw_ofdm_tx.py", line 171, in <module>
    main()
  File "/usr/local/bin/ftw_ofdm_tx.py", line 153, in main
    tb = my_top_block(options, my_msg)
  File "/usr/local/bin/ftw_ofdm_tx.py", line 59, in __init__
    self._setup_usrp_sink()
  File "/usr/local/bin/ftw_ofdm_tx.py", line 72, in _setup_usrp_sink
    self.u = usrp2.sink_32fc(self._interface, self._mac_addr)
  File "/usr/lib/python2.6/dist-packages/gnuradio/usrp2.py", line 1102, in sink_32fc
    return _usrp2.sink_32fc(*args, **kwargs)
RuntimeError: No USRPs found on interface eth0

Can you please help me to find a solution to this problem?

--
NE



_______________________________________________
Discuss-gnuradio mailing list
address@hidden
https://lists.gnu.org/mailman/listinfo/discuss-gnuradio



reply via email to

[Prev in Thread] Current Thread [Next in Thread]