discuss-gnuradio
[Top][All Lists]
Advanced

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

Re: [Discuss-gnuradio] connect USRP-2921 to gnuradio


From: Marcus Müller
Subject: Re: [Discuss-gnuradio] connect USRP-2921 to gnuradio
Date: Tue, 17 Nov 2015 12:16:50 +0100
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Thunderbird/38.2.0

Hi Mohamed,

UHD 3.5.5, which you seem to be using, is so very old that it lacks
crucial features. You should definitely update your UHD version.
I assume you're using Ubuntu 14.04 (they are the only ones who still
ship this old UHD), so please

sudo apt-get remove uhd-host libuhd003 gnuradio

and use pybombs to build UHD in its current version, a GNU Radio that
uses that version and everything you need, from source:

http://pybombs.info

Then, try to ping your USRP:

ping <ip-address of your USRP>

If that doesn't work, you still have a network problem. Please refer to
[1] :)

Best regards,
Marcus

[1] http://files.ettus.com/manual/page_usrp2.html#usrp2_commprob

On 17.11.2015 09:13, mohamid92 wrote:
> hello 
>
> i tried to implement FM reciever from this video :
> https://www.youtube.com/watch?v=KWeY2yqwVA0
>
> but the problem is that everytime i need to run the grc an error show which
> is:
>
> ----------------------------------------------
>
> linux; GNU C++ version 4.8.2; Boost_105400; UHD_003.005.005-0-unknown
>
> Using Volk machine: avx_64_mmx_orc
> Traceback (most recent call last):
>   File "/home/mohamed/GNURADIO exercise/top_block.py", line 157, in <module>
>     tb = top_block()
>   File "/home/mohamed/GNURADIO exercise/top_block.py", line 92, in __init__
>     channels=range(1),
>   File "/usr/lib/python2.7/dist-packages/gnuradio/uhd/__init__.py", line
> 122, in constructor_interceptor
>     return old_constructor(*args)
>   File "/usr/lib/python2.7/dist-packages/gnuradio/uhd/uhd_swig.py", line
> 1737, in make
>     return _uhd_swig.usrp_source_make(*args)
> RuntimeError: LookupError: KeyError: No devices found for ----->
> Empty Device Address
>
> -----------------------------------------------
>
>
>
> --
> View this message in context: 
> http://gnuradio.4.n7.nabble.com/connect-USRP-2921-to-gnuradio-tp56967.html
> Sent from the GnuRadio mailing list archive at Nabble.com.
>
> _______________________________________________
> 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]