Re: [Discuss-gnuradio] Using UHD failed to find USRP2

2012-03-22 Thread junaid124
please help i have that error 2.. <<< Welcome to GNU Radio Companion 3.5.0 >>> Loading: "/home/muhammadjunaid/Desktop/GSM_jammer_junaid.grc" >>> Done . Showing: "/home/muhammadjunaid/Desktop/GSM_jammer_junaid.grc" Generating: "/home/muhammadjunaid/Desktop/GSM_Jammer_junaid.py" Executing: "/hom

Re: [Discuss-gnuradio] Using UHD failed to find USRP2

2010-11-26 Thread Moritz Fischer
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 11/17/2010 06:21 PM, Tom Rondeau wrote: > On Wed, Nov 17, 2010 at 8:37 AM, Josh Blum wrote: >> I long run plan is to replace benchmark* and tunnel apps with UHD and >> message passing blocks. For now, if you want to go about modding the >> example

Re: [Discuss-gnuradio] Using UHD failed to find USRP2

2010-11-17 Thread Tom Rondeau
On Wed, Nov 17, 2010 at 8:37 AM, Josh Blum wrote: > I long run plan is to replace benchmark* and tunnel apps with UHD and > message passing blocks. For now, if you want to go about modding the > examples to work with UHD, look for generic_usrp.py and usrp_options.py. You > can wedge a uhd source a

Re: [Discuss-gnuradio] Using UHD failed to find USRP2

2010-11-17 Thread Josh Blum
I long run plan is to replace benchmark* and tunnel apps with UHD and message passing blocks. For now, if you want to go about modding the examples to work with UHD, look for generic_usrp.py and usrp_options.py. You can wedge a uhd source and sink block in there in parallel with the usrp1 and 2

Re: [Discuss-gnuradio] Using UHD failed to find USRP2

2010-11-17 Thread Tuan Ta
I have the same question. What is the easiest way to modify benchmark_*.py to make them work with UHD? Tuan On Mon, Nov 15, 2010 at 1:12 PM, Andrew Ge wrote: > Nick, thanks for pointing this out. Do you know whether there is some plan > to update benchmark_tx/rx.py for UHD? > > Andrew > > > On

Re: [Discuss-gnuradio] Using UHD failed to find USRP2

2010-11-15 Thread Andrew Ge
Nick, thanks for pointing this out. Do you know whether there is some plan to update benchmark_tx/rx.py for UHD? Andrew On 11/15/2010 1:06 PM, Nick Foster wrote: benchmark_tx uses the old USRP2 driver, not the UHD driver. --n On Mon, 2010-11-15 at 09:30 -0500, g...@vt.edu wrote: Installed

Re: [Discuss-gnuradio] Using UHD failed to find USRP2

2010-11-15 Thread Nick Foster
benchmark_tx uses the old USRP2 driver, not the UHD driver. --n On Mon, 2010-11-15 at 09:30 -0500, g...@vt.edu wrote: > Installed UHD following instructions from here: > > http://code.ettus.com/redmine/ettus/projects/uhd/wiki > > and firmware/images following instructions from here: > > http:/

Re: [Discuss-gnuradio] Using UHD failed to find USRP2

2010-11-15 Thread Marcus D. Leech
On 11/15/2010 12:02 PM, Josh Blum wrote: > The gr-uhd blocks are only available in the gnuradio next branch: see > http://ettus-apps.sourcerepo.com/redmine/ettus/projects/uhd/wiki#Gnuradio-UHD > > > -josh Also, most of the examples haven't yet been converted to UHD, including benchmark_*.py -- AFAI

Re: [Discuss-gnuradio] Using UHD failed to find USRP2

2010-11-15 Thread Josh Blum
The gr-uhd blocks are only available in the gnuradio next branch: see http://ettus-apps.sourcerepo.com/redmine/ettus/projects/uhd/wiki#Gnuradio-UHD -josh On 11/15/2010 06:30 AM, g...@vt.edu wrote: Installed UHD following instructions from here: http://code.ettus.com/redmine/ettus/projects/uhd

[Discuss-gnuradio] Using UHD failed to find USRP2

2010-11-15 Thread gef
Installed UHD following instructions from here: http://code.ettus.com/redmine/ettus/projects/uhd/wiki and firmware/images following instructions from here: http://www.ettus.com/uhd_docs/manual/html/usrp2.html GNU Radio was checked out from git master, so it is 3.3.1. Installed without error.