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: Marcus Leech
Subject: Re: [Discuss-gnuradio] No USRPs found on interface eth0
Date: Thu, 14 Nov 2013 18:11:11 +0000 (UTC)

Try:

uhd_usrp_probe --args "addr=192.168.10.2"
 
Also, be certain that Network Manager isn't resetting the interface back to DHCP (automatic IP address selection).  If Network Manager "owns"
  the interface, *and* the interface isn't configured for static-IP according ot Network Manager, it'll keep trying DHCP, fail, and then take
  the interface out of service.
 
Also, be certain that your network interface supports 1GiGe.
 
And there's absolute NO reason to run any of this stuff as root.  None at all.
 
on Nov 14, 2013, 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]