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

2013-11-14 Thread Nasimi Eldarov
Yes, more than 3 years old software :) https://www.cgran.org/wiki/ftw80211ofdmtx Thanks! - NE On Thu, Nov 14, 2013 at 7:20 PM, Marcus Leech wrote: > Gah! > > I missed the second-half where nesazeri was using find_usrps. > > Indeed, if you have software that uses the "classic" (pre-UHD) interfa

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

2013-11-14 Thread Marcus Leech
Gah! I missed the second-half where nesazeri was using find_usrps.   Indeed, if you have software that uses the "classic" (pre-UHD) interface, that interface has been obsolete for several years and is no longer   supported.  The N2XX in particular, *does not* support the "classic" interface.      

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

2013-11-14 Thread Marcus Leech
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

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

2013-11-14 Thread Nick Foster
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 wrote: > Dear All, > > I will ask you very old and classical qu