discuss-gnuradio
[Top][All Lists]
Advanced

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

Re: [Discuss-gnuradio] GRC + N210 + RFX2200 + UHD not working


From: Josh Blum
Subject: Re: [Discuss-gnuradio] GRC + N210 + RFX2200 + UHD not working
Date: Thu, 24 Feb 2011 22:15:38 -0800
User-agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.13) Gecko/20101208 Lightning/1.0b2 Thunderbird/3.1.7


On 02/24/2011 09:43 PM, Phelps Williams wrote:
> I'm using grc to generate some extremely simple flowgraphs but I'm seeing
> very odd performance.  Any idea why I can't seem to get this combination to
> work?  I have had success with a GRC + USRP2 + WBX + UHD, anybody know why
> I'm having issues here?
> 

Are you saying that if you run the same flow graph, host pc, ethernet
port, and software install on the USRP2 + WBX, you do not see this problem?

I am confused about the one hardware not working while the other does,
because its functionally identical. Just wondering if we can isolate
this problem to a particular machine, software install, etc... instead.

> UHD source block got error code 0x1
> gr_block_executor: source <gr_block uhd single_usrp source (2)> produced no
> output.  We're marking it DONE.
> 

This is the call to recv() on the udp socket timing out. Either data
isnt coming over the ethernet cable for some reason recv()/select()
error-ed.

In any case, do you mind trying the next branch?

In the uhd repo:
git remote update
git branch --track next origin/next
git checkout next
cd host/build && make install..

and for gnuradio
git remote add jblum git://gnuradio.org/jblum.git
git remote update
git branch --track gr_uhd_next jblum/gr_uhd_next
git checkout gr_uhd_next
make install...

-josh



reply via email to

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