Re: [Discuss-gnuradio] Network unreachable on Beaglebone Black

2013-07-23 Thread Nemanja Savic
Hi all,

there are several issues here, and the point is I wanted to try to make
something really fast.
First of all i can't access to the internal network with BBB, it's just
like that, so I had to download binaries manually, which I did from the
Angstrom website. There you can find gnuradio 3.4.3.
The system on BBB is updated like one month ago.


On Tue, Jul 23, 2013 at 8:39 AM, Philip Balister wrote:

> On 07/22/2013 06:28 PM, Nathan West wrote:
> > Phil has kept the gnuradio recipe in OE up to date, so you should be
> > able to get the latest version you want. You may need to get a more
> > recent version of Angstrom, though.
>
> Can you tall me how you installed Angstrom and gnuradio on the BBB? I
> will check the feeds are current.
>
> Philip
>
> >
> > Have you tried using opkg update/upgrade? If that doesn't work just
> > try using a newer image. If you don't want to cross compile there's
> > plenty of options. You could grab a premade image from angstrom
> > website, or build your own here:
> > http://dominion.thruhere.net/koen/narcissus/
> >
> >
> > On Mon, Jul 22, 2013 at 11:55 AM, Nemanja Savic 
> wrote:
> >> there is no such option args is the answer from app.
> >> hm, because it was in repo of angstrom linux, and I don't know If I can
> >> handle crosscompiling of newer version (is there any other way?)
> >>
> >>
> >> On Mon, Jul 22, 2013 at 5:52 PM, Marcus Leech 
> wrote:
> >>>
> >>> really?
> >>>
> >>> So, if you uhd_rx_cfile --args "type=usrp1"
> >>>
> >>> What happens?
> >>>
> >>> Why the horribly-out-of-date Gnu Radio?   (And corresponding version of
> >>> UHD?)
> >>>
> >>>
> >>> on Jul 22, 2013, Nemanja Savic  wrote:
> >>>
> >>> But there is no option for that (type). it is gnuradio 3.4.3.
> >>>
> >>>
> >>> On Mon, Jul 22, 2013 at 5:11 PM, Marcus Leech 
> wrote:
> 
>  If you don't explicitly specify a device address, UHD will search
> through
>  the defaults, including for an N2XX at 192.168.10.2.
> 
>  Just specify "type=usrp1" in the the device args.
> 
> 
>  on Jul 22, 2013, Nemanja Savic  wrote:
> 
>  Hallo guys,
> 
>  I have installed gnuradio on Beaglebone black, which runs under
> Angstrom
>  linux.
>  uhd finding devices works good, and I am able to see my usrp1 device,
> but
>  when I run uhd_rx_cfile i get following error:
> 
>  linux; GNU C++ version 4.5.3 20110311 (prerelease); Boost_104500;
>  UHD_003.000.001-5ace684
> 
>  Traceback (most recent call last):
>    File "/usr/bin/uhd_rx_cfile.py", line 143, in 
>  tb = rx_cfile_block(options, filename)
>    File "/usr/bin/uhd_rx_cfile.py", line 51, in __init__
>  num_channels=1)
>    File "/usr/lib/python2.6/site-packages/gnuradio/uhd/__init__.py",
> line
>  74, in constructor_interceptor
>  return old_constructor(*args, **kwargs)
>    File "/usr/lib/python2.6/site-packages/gnuradio/uhd/uhd_swig.py",
> line
>  1831, in usrp_source
>  return _uhd_swig.usrp_source(*args, **kwargs)
>  RuntimeError: Network is unreachable
> 
>  Can anybody tell what is the problem about?
>  Thanks
> 
>  --
>  Nemanja Savić
>  
> 
>  ___
>  Discuss-gnuradio mailing list
>  Discuss-gnuradio@gnu.org
>  https://lists.gnu.org/mailman/listinfo/discuss-gnuradio
> 
> 
> >>>
> >>>
> >>>
> >>>
> >>> --
> >>> Nemanja Savić
> >>>
> >>>
> >>
> >>
> >>
> >>
> >> --
> >> Nemanja Savić
> >>
> >> ___
> >> 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
> >
> >
>



-- 
Nemanja Savić
___
Discuss-gnuradio mailing list
Discuss-gnuradio@gnu.org
https://lists.gnu.org/mailman/listinfo/discuss-gnuradio


Re: [Discuss-gnuradio] Network unreachable on Beaglebone Black

2013-07-22 Thread Philip Balister
On 07/22/2013 06:28 PM, Nathan West wrote:
> Phil has kept the gnuradio recipe in OE up to date, so you should be
> able to get the latest version you want. You may need to get a more
> recent version of Angstrom, though.

Can you tall me how you installed Angstrom and gnuradio on the BBB? I
will check the feeds are current.

Philip

> 
> Have you tried using opkg update/upgrade? If that doesn't work just
> try using a newer image. If you don't want to cross compile there's
> plenty of options. You could grab a premade image from angstrom
> website, or build your own here:
> http://dominion.thruhere.net/koen/narcissus/
> 
> 
> On Mon, Jul 22, 2013 at 11:55 AM, Nemanja Savic  wrote:
>> there is no such option args is the answer from app.
>> hm, because it was in repo of angstrom linux, and I don't know If I can
>> handle crosscompiling of newer version (is there any other way?)
>>
>>
>> On Mon, Jul 22, 2013 at 5:52 PM, Marcus Leech  wrote:
>>>
>>> really?
>>>
>>> So, if you uhd_rx_cfile --args "type=usrp1"
>>>
>>> What happens?
>>>
>>> Why the horribly-out-of-date Gnu Radio?   (And corresponding version of
>>> UHD?)
>>>
>>>
>>> on Jul 22, 2013, Nemanja Savic  wrote:
>>>
>>> But there is no option for that (type). it is gnuradio 3.4.3.
>>>
>>>
>>> On Mon, Jul 22, 2013 at 5:11 PM, Marcus Leech  wrote:

 If you don't explicitly specify a device address, UHD will search through
 the defaults, including for an N2XX at 192.168.10.2.

 Just specify "type=usrp1" in the the device args.


 on Jul 22, 2013, Nemanja Savic  wrote:

 Hallo guys,

 I have installed gnuradio on Beaglebone black, which runs under Angstrom
 linux.
 uhd finding devices works good, and I am able to see my usrp1 device, but
 when I run uhd_rx_cfile i get following error:

 linux; GNU C++ version 4.5.3 20110311 (prerelease); Boost_104500;
 UHD_003.000.001-5ace684

 Traceback (most recent call last):
   File "/usr/bin/uhd_rx_cfile.py", line 143, in 
 tb = rx_cfile_block(options, filename)
   File "/usr/bin/uhd_rx_cfile.py", line 51, in __init__
 num_channels=1)
   File "/usr/lib/python2.6/site-packages/gnuradio/uhd/__init__.py", line
 74, in constructor_interceptor
 return old_constructor(*args, **kwargs)
   File "/usr/lib/python2.6/site-packages/gnuradio/uhd/uhd_swig.py", line
 1831, in usrp_source
 return _uhd_swig.usrp_source(*args, **kwargs)
 RuntimeError: Network is unreachable

 Can anybody tell what is the problem about?
 Thanks

 --
 Nemanja Savić
 

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


>>>
>>>
>>>
>>>
>>> --
>>> Nemanja Savić
>>>
>>>
>>
>>
>>
>>
>> --
>> Nemanja Savić
>>
>> ___
>> 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
> 
> 

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


Re: [Discuss-gnuradio] Network unreachable on Beaglebone Black

2013-07-22 Thread Nathan West
Phil has kept the gnuradio recipe in OE up to date, so you should be
able to get the latest version you want. You may need to get a more
recent version of Angstrom, though.

Have you tried using opkg update/upgrade? If that doesn't work just
try using a newer image. If you don't want to cross compile there's
plenty of options. You could grab a premade image from angstrom
website, or build your own here:
http://dominion.thruhere.net/koen/narcissus/


On Mon, Jul 22, 2013 at 11:55 AM, Nemanja Savic  wrote:
> there is no such option args is the answer from app.
> hm, because it was in repo of angstrom linux, and I don't know If I can
> handle crosscompiling of newer version (is there any other way?)
>
>
> On Mon, Jul 22, 2013 at 5:52 PM, Marcus Leech  wrote:
>>
>> really?
>>
>> So, if you uhd_rx_cfile --args "type=usrp1"
>>
>> What happens?
>>
>> Why the horribly-out-of-date Gnu Radio?   (And corresponding version of
>> UHD?)
>>
>>
>> on Jul 22, 2013, Nemanja Savic  wrote:
>>
>> But there is no option for that (type). it is gnuradio 3.4.3.
>>
>>
>> On Mon, Jul 22, 2013 at 5:11 PM, Marcus Leech  wrote:
>>>
>>> If you don't explicitly specify a device address, UHD will search through
>>> the defaults, including for an N2XX at 192.168.10.2.
>>>
>>> Just specify "type=usrp1" in the the device args.
>>>
>>>
>>> on Jul 22, 2013, Nemanja Savic  wrote:
>>>
>>> Hallo guys,
>>>
>>> I have installed gnuradio on Beaglebone black, which runs under Angstrom
>>> linux.
>>> uhd finding devices works good, and I am able to see my usrp1 device, but
>>> when I run uhd_rx_cfile i get following error:
>>>
>>> linux; GNU C++ version 4.5.3 20110311 (prerelease); Boost_104500;
>>> UHD_003.000.001-5ace684
>>>
>>> Traceback (most recent call last):
>>>   File "/usr/bin/uhd_rx_cfile.py", line 143, in 
>>> tb = rx_cfile_block(options, filename)
>>>   File "/usr/bin/uhd_rx_cfile.py", line 51, in __init__
>>> num_channels=1)
>>>   File "/usr/lib/python2.6/site-packages/gnuradio/uhd/__init__.py", line
>>> 74, in constructor_interceptor
>>> return old_constructor(*args, **kwargs)
>>>   File "/usr/lib/python2.6/site-packages/gnuradio/uhd/uhd_swig.py", line
>>> 1831, in usrp_source
>>> return _uhd_swig.usrp_source(*args, **kwargs)
>>> RuntimeError: Network is unreachable
>>>
>>> Can anybody tell what is the problem about?
>>> Thanks
>>>
>>> --
>>> Nemanja Savić
>>> 
>>>
>>> ___
>>> Discuss-gnuradio mailing list
>>> Discuss-gnuradio@gnu.org
>>> https://lists.gnu.org/mailman/listinfo/discuss-gnuradio
>>>
>>>
>>
>>
>>
>>
>> --
>> Nemanja Savić
>>
>>
>
>
>
>
> --
> Nemanja Savić
>
> ___
> 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


Re: [Discuss-gnuradio] Network unreachable on Beaglebone Black

2013-07-22 Thread Marcus Leech
If you don't explicitly specify a device address, UHD will search through the defaults, including for an N2XX at 192.168.10.2.
 
Just specify "type=usrp1" in the the device args.
 
 
on Jul 22, 2013, Nemanja Savic  wrote:





Hallo guys,
I have installed gnuradio on Beaglebone black, which runs under Angstrom linux.
uhd finding devices works good, and I am able to see my usrp1 device, but when I run uhd_rx_cfile i get following error: linux; GNU C++ version 4.5.3 20110311 (prerelease); Boost_104500; UHD_003.000.001-5ace684Traceback (most recent call last):  File "/usr/bin/uhd_rx_cfile.py", line 143, in     tb = rx_cfile_block(options, filename)   File "/usr/bin/uhd_rx_cfile.py", line 51, in __init__    num_channels=1)  File "/usr/lib/python2.6/site-packages/gnuradio/uhd/__init__.py", line 74, in constructor_interceptor    return old_constructor(*args, **kwargs)   File "/usr/lib/python2.6/site-packages/gnuradio/uhd/uhd_swig.py", line 1831, in usrp_source    return _uhd_swig.usrp_source(*args, **kwargs)RuntimeError: Network is unreachable
Can anybody tell what is the problem about? 
Thanks




-- Nemanja Savić





___Discuss-gnuradio mailing listDiscuss-gnuradio@gnu.orghttps://lists.gnu.org/mailman/listinfo/discuss-gnuradio

 

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


Re: [Discuss-gnuradio] Network unreachable on Beaglebone Black

2013-07-22 Thread Nemanja Savic
But there is no option for that (type). it is gnuradio 3.4.3.


On Mon, Jul 22, 2013 at 5:11 PM, Marcus Leech  wrote:

> If you don't explicitly specify a device address, UHD will search through
> the defaults, including for an N2XX at 192.168.10.2.
>
>
> Just specify "type=usrp1" in the the device args.
>
>
> on Jul 22, 2013, *Nemanja Savic*  wrote:
>
>   Hallo guys,
>
> I have installed gnuradio on Beaglebone black, which runs under Angstrom
> linux.
> uhd finding devices works good, and I am able to see my usrp1 device, but
> when I run uhd_rx_cfile i get following error:
>
> linux; GNU C++ version 4.5.3 20110311 (prerelease); Boost_104500;
> UHD_003.000.001-5ace684
>
> Traceback (most recent call last):
>   File "/usr/bin/uhd_rx_cfile.py", line 143, in 
> tb = rx_cfile_block(options, filename)
>   File "/usr/bin/uhd_rx_cfile.py", line 51, in __init__
> num_channels=1)
>   File "/usr/lib/python2.6/site-packages/gnuradio/uhd/__init__.py", line
> 74, in constructor_interceptor
> return old_constructor(*args, **kwargs)
>   File "/usr/lib/python2.6/site-packages/gnuradio/uhd/uhd_swig.py", line
> 1831, in usrp_source
> return _uhd_swig.usrp_source(*args, **kwargs)
> RuntimeError: Network is unreachable
>
> Can anybody tell what is the problem about?
>  Thanks
>
> --
> Nemanja Savić
>
> --
>
> ___
> Discuss-gnuradio mailing list
> Discuss-gnuradio@gnu.org
> https://lists.gnu.org/mailman/listinfo/discuss-gnuradio
>
>
>



-- 
Nemanja Savić
___
Discuss-gnuradio mailing list
Discuss-gnuradio@gnu.org
https://lists.gnu.org/mailman/listinfo/discuss-gnuradio


Re: [Discuss-gnuradio] Network unreachable on Beaglebone Black

2013-07-22 Thread Marcus Leech
really?
So, if you uhd_rx_cfile --args "type=usrp1"
 
What happens?
 
Why the horribly-out-of-date Gnu Radio?   (And corresponding version of UHD?)
 
 
on Jul 22, 2013, Nemanja Savic  wrote:

But there is no option for that (type). it is gnuradio 3.4.3.

On Mon, Jul 22, 2013 at 5:11 PM, Marcus Leech  wrote:

If you don't explicitly specify a device address, UHD will search through the defaults, including for an N2XX at 192.168.10.2. 
 
Just specify "type=usrp1" in the the device args.
 
 


on Jul 22, 2013, Nemanja Savic  wrote:








Hallo guys,
I have installed gnuradio on Beaglebone black, which runs under Angstrom linux.
uhd finding devices works good, and I am able to see my usrp1 device, but when I run uhd_rx_cfile i get following error: linux; GNU C++ version 4.5.3 20110311 (prerelease); Boost_104500; UHD_003.000.001-5ace684 Traceback (most recent call last):  File "/usr/bin/uhd_rx_cfile.py", line 143, in     tb = rx_cfile_block(options, filename)   File "/usr/bin/uhd_rx_cfile.py", line 51, in __init__     num_channels=1)  File "/usr/lib/python2.6/site-packages/gnuradio/uhd/__init__.py", line 74, in constructor_interceptor    return old_constructor(*args, **kwargs)   File "/usr/lib/python2.6/site-packages/gnuradio/uhd/uhd_swig.py", line 1831, in usrp_source     return _uhd_swig.usrp_source(*args, **kwargs)RuntimeError: Network is unreachable
Can anybody tell what is the problem about?
Thanks




-- Nemanja Savić







___Discuss-gnuradio mailing listDiscuss-gnuradio@gnu.orghttps://lists.gnu.org/mailman/listinfo/discuss-gnuradio 

 


-- Nemanja Savić


 

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


Re: [Discuss-gnuradio] Network unreachable on Beaglebone Black

2013-07-22 Thread Nemanja Savic
there is no such option args is the answer from app.
hm, because it was in repo of angstrom linux, and I don't know If I can
handle crosscompiling of newer version (is there any other way?)


On Mon, Jul 22, 2013 at 5:52 PM, Marcus Leech  wrote:

> really?
>
> So, if you uhd_rx_cfile --args "type=usrp1"
>
> What happens?
>
> Why the horribly-out-of-date Gnu Radio?   (And corresponding version of
> UHD?)
>
>
> on Jul 22, 2013, *Nemanja Savic*  wrote:
>
> But there is no option for that (type). it is gnuradio 3.4.3.
>
>
> On Mon, Jul 22, 2013 at 5:11 PM, Marcus Leech  wrote:
>
>> If you don't explicitly specify a device address, UHD will search through
>> the defaults, including for an N2XX at 192.168.10.2.
>>
>> Just specify "type=usrp1" in the the device args.
>>
>>
>>  on Jul 22, 2013, *Nemanja Savic*  wrote:
>>
>>Hallo guys,
>>
>> I have installed gnuradio on Beaglebone black, which runs under Angstrom
>> linux.
>> uhd finding devices works good, and I am able to see my usrp1 device, but
>> when I run uhd_rx_cfile i get following error:
>>
>> linux; GNU C++ version 4.5.3 20110311 (prerelease); Boost_104500;
>> UHD_003.000.001-5ace684
>>
>> Traceback (most recent call last):
>>   File "/usr/bin/uhd_rx_cfile.py", line 143, in 
>> tb = rx_cfile_block(options, filename)
>>   File "/usr/bin/uhd_rx_cfile.py", line 51, in __init__
>> num_channels=1)
>>   File "/usr/lib/python2.6/site-packages/gnuradio/uhd/__init__.py", line
>> 74, in constructor_interceptor
>> return old_constructor(*args, **kwargs)
>>   File "/usr/lib/python2.6/site-packages/gnuradio/uhd/uhd_swig.py", line
>> 1831, in usrp_source
>> return _uhd_swig.usrp_source(*args, **kwargs)
>> RuntimeError: Network is unreachable
>>
>> Can anybody tell what is the problem about?
>> Thanks
>>
>> --
>> Nemanja Savić
>> --
>>
>> ___
>> Discuss-gnuradio mailing list
>> Discuss-gnuradio@gnu.org
>> https://lists.gnu.org/mailman/listinfo/discuss-gnuradio
>>
>>
>>
>
>
>
> --
> Nemanja Savić
>
>
>



-- 
Nemanja Savić
___
Discuss-gnuradio mailing list
Discuss-gnuradio@gnu.org
https://lists.gnu.org/mailman/listinfo/discuss-gnuradio


[Discuss-gnuradio] Network unreachable on Beaglebone Black

2013-07-22 Thread Nemanja Savic
Hallo guys,

I have installed gnuradio on Beaglebone black, which runs under Angstrom
linux.
uhd finding devices works good, and I am able to see my usrp1 device, but
when I run uhd_rx_cfile i get following error:

linux; GNU C++ version 4.5.3 20110311 (prerelease); Boost_104500;
UHD_003.000.001-5ace684

Traceback (most recent call last):
  File "/usr/bin/uhd_rx_cfile.py", line 143, in 
tb = rx_cfile_block(options, filename)
  File "/usr/bin/uhd_rx_cfile.py", line 51, in __init__
num_channels=1)
  File "/usr/lib/python2.6/site-packages/gnuradio/uhd/__init__.py", line
74, in constructor_interceptor
return old_constructor(*args, **kwargs)
  File "/usr/lib/python2.6/site-packages/gnuradio/uhd/uhd_swig.py", line
1831, in usrp_source
return _uhd_swig.usrp_source(*args, **kwargs)
RuntimeError: Network is unreachable

Can anybody tell what is the problem about?

Thanks

-- 
Nemanja Savić
___
Discuss-gnuradio mailing list
Discuss-gnuradio@gnu.org
https://lists.gnu.org/mailman/listinfo/discuss-gnuradio