[Discuss-gnuradio] Spectrum Analyzer for UHD-USRP n210

2011-11-05 Thread Ahmad
Hello everybody I read that there is a simple spectrum analyzer in gnuradio. I looked into example folder. there is one for USRP-1 and another for USRP-2 but there is non for N210. therefor, I could not find an empty bandwidth in openBTS. is there any spectrum analyzer in gnuradio for n210 or is th

Re: [Discuss-gnuradio] Spectrum Analyzer for UHD-USRP n210

2011-11-05 Thread Marcus D. Leech
On 05/11/11 07:12 AM, Ahmad wrote: > Hello everybody > I read that there is a simple spectrum analyzer in gnuradio. I looked into > example folder. there is one for USRP-1 and another for USRP-2 but there is > non > for N210. > therefor, I could not find an empty bandwidth in openBTS. is there any

Re: [Discuss-gnuradio] make -j 8

2011-11-05 Thread Josh Blum
On 11/04/2011 10:47 PM, Jeff Scaparra wrote: > Not sure why this is but fails with -j 1 or -j 8. > Alright, so the challenge seem to be: make the code that generates the swig c++ file depend on some generated files in another subdirectory (filter and gengen). Can you try the latest incarnation

Re: [Discuss-gnuradio] make -j 8

2011-11-05 Thread Jeff Scaparra
cmake version 2.8.3 ubuntu 11.04 Will retry in a bit and report back. On Sat, Nov 5, 2011 at 11:47 AM, Josh Blum wrote: > > > On 11/04/2011 10:47 PM, Jeff Scaparra wrote: > > Not sure why this is but fails with -j 1 or -j 8. > > > > Alright, so the challenge seem to be: make the code that gene

Re: [Discuss-gnuradio] make -j 8

2011-11-05 Thread Jeff Scaparra
Thanks for looking into this. results below :-/ still failing. scap@Jupiter:~/Radio/jblum$ git pull remote: Counting objects: 17, done. remote: Compressing objects: 100% (9/9), done. remote: Total 9 (delta 7), reused 0 (delta 0) Unpack

[Discuss-gnuradio] (no subject)

2011-11-05 Thread Muhammad JUNAID
please help me about this error: engrawais@ubuntu:~$ grc (grc:6141): Gtk-WARNING **: Unable to locate theme engine in module_path: "pixmap", (grc:6141): Gtk-WARNING **: Unable to locate theme engine in module_path: "pixmap", (grc:6141): Gtk-WARNING **: Unable to locate theme engine in module_

Re: [Discuss-gnuradio] (no subject)

2011-11-05 Thread Patrik Tast
Did you forget to export pyhonpath? - Original Message - From: Muhammad JUNAID To: discuss-gnuradio@gnu.org Sent: Saturday, November 05, 2011 22:21 Subject: [Discuss-gnuradio] (no subject) please help me about this error: engrawais@ubuntu:~$ grc (grc:6141): Gtk-WARNIN

Re: [Discuss-gnuradio] (no subject)

2011-11-05 Thread Josh Blum
Oh look, someone already answered this: http://comments.gmane.org/gmane.comp.hardware.usrp.e100/1960 On 11/05/2011 01:21 PM, Muhammad JUNAID wrote: > please help me about this error: > > engrawais@ubuntu:~$ grc > > (grc:6141): Gtk-WARNING **: Unable to locate theme engine in module_path: > "pix

Re: [Discuss-gnuradio] make -j 8

2011-11-05 Thread Josh Blum
Alright, 3rd attempt is the charm. I also tried it on my 11.04 as well. http://gnuradio.org/cgit/jblum.git/log/?h=cmake_fixes -josh ___ Discuss-gnuradio mailing list Discuss-gnuradio@gnu.org https://lists.gnu.org/mailman/listinfo/discuss-gnuradio

Re: [Discuss-gnuradio] (no subject)

2011-11-05 Thread Josh Blum
On 11/05/2011 01:21 PM, Muhammad JUNAID wrote: > please help me about this error: Basically your gnuradio installation is broken. Since you also have a pretty old version. I recommend cleaning your system of the old gnuradio and upgrading to something recent. GR has a 3.5 release candidate out n

Re: [Discuss-gnuradio] make -j 8

2011-11-05 Thread Jeff Scaparra
Ok we build now! :) However when I run make test I am failing qa_qtgui. This has never happend before what is the best way to debug. --Jeff On Sat, Nov 5, 2011 at 4:56 PM, Josh Blum wrote: > Alright, 3rd attempt is the charm. I also tried it on my 11.04 as well. > > http://gnuradio.org/cgit/jb

Re: [Discuss-gnuradio] make -j 8

2011-11-05 Thread Josh Blum
On 11/05/2011 04:46 PM, Jeff Scaparra wrote: > Ok we build now! :) > excellent > However when I run make test I am failing qa_qtgui. This has never happend > before what is the best way to debug. > I have known it to fail when an xserver is not available. You can manually run the test like