[Discuss-gnuradio] Re: Openbts patches

2009-01-19 Thread Johnathan Corgan
On Mon, Jan 19, 2009 at 2:22 PM, Martin DvH wrote: > The first bug prevents the OpenBTS tranceiver from starting with the > error "make failed on Rx" > > The check on line 173 in USRPDevice should be for !m_uRx in stead of ! > m_uTx Thanks for catching this, this was a bug I introduced when chan

Re: [Discuss-gnuradio] After bootstrap, ./ltmain.sh' not found

2009-01-19 Thread Johnathan Corgan
On Mon, Jan 19, 2009 at 10:24 PM, Firas Abbas wrote: > 1) I copied howto in a folder out of gnuradio tree, and get the same problem. > > 2) I get a new fresh howto copy from the trunk, but get the same problem. > > 3) I used an old gr-howto rev 9311, get the same problem. > > 4) I used a much old

Re: [Discuss-gnuradio] After bootstrap, ./ltmain.sh' not found

2009-01-19 Thread Firas Abbas
Hi, > On Mon, 1/19/09, Johnathan Corgan wrote: > > This may be a problem with a newer libtool and building the howto code > when it is a sub-directory of a checked out copy of the trunk. Can > you try copying the howto directory into another place, not as part of > the full tree? Better yet, c

Re: [Discuss-gnuradio] Re: Re: GRC and unit of signal amplitude in USRP

2009-01-19 Thread Michael Dickens
On Jan 19, 2009, at 2:04 PM, Josh Blum wrote: Anyone with OSX advice, installing lxml specifically? $ python setup.py build Building lxml version 2.2.beta1-61090 [snip] i686-apple-darwin9-gcc-4.0.1: src/lxml/lxml.etree.c: No such file or directory Looks like this is a beta version of lx

Re: [Discuss-gnuradio] Macbook Pro and USRP2

2009-01-19 Thread Brian Padalino
On Mon, Jan 19, 2009 at 7:45 PM, Michael Dickens wrote: > I'm using an MBP "Early 2008", relevant result of "lspci" is: > > Ethernet controller: Marvell Technology Group Ltd. Unknown device 436a (rev > 13) > > ps> For OSX users who want to have 'lspci' available to them, see < > http://www.x86dev.

Re: [Discuss-gnuradio] Macbook Pro and USRP2

2009-01-19 Thread Michael Dickens
I'm using an MBP "Early 2008", relevant result of "lspci" is: Ethernet controller: Marvell Technology Group Ltd. Unknown device 436a (rev 13) ps> For OSX users who want to have 'lspci' available to them, see < http://www.x86dev.org/forum/index.php?topic=307.0 >. The patches are for pciutil

Re: [Discuss-gnuradio] bbn 802.11 problem

2009-01-19 Thread yyzhuang
many thanks, George :) Y George Nychis wrote: > > > > yyzhuang wrote: >> Hi all, >> >> Several months ago I installed bbn 802.11 code and got it running. but >> today >> when I wanted to download it in my new PC (according to what I've done >> before http://gnuradio.org/trac/wiki/OtherCode

[Discuss-gnuradio] Openbts patches

2009-01-19 Thread Martin DvH
Hi, I have been working with OpenBTS in trying to get it to compile and found two bugs and solved them. The first bug prevents the OpenBTS tranceiver from starting with the error "make failed on Rx" The check on line 173 in USRPDevice should be for !m_uRx in stead of ! m_uTx The second is that

Re: [Discuss-gnuradio] bbn 802.11 problem

2009-01-19 Thread George Nychis
yyzhuang wrote: Hi all, Several months ago I installed bbn 802.11 code and got it running. but today when I wanted to download it in my new PC (according to what I've done before http://gnuradio.org/trac/wiki/OtherCode) cvs -d anon...@acert.ir.bbn.com:/cvs/adroitgrdevel co adroitgrdevel th

[Discuss-gnuradio] bbn 802.11 problem

2009-01-19 Thread yyzhuang
Hi all, Several months ago I installed bbn 802.11 code and got it running. but today when I wanted to download it in my new PC (according to what I've done before http://gnuradio.org/trac/wiki/OtherCode) cvs -d anon...@acert.ir.bbn.com:/cvs/adroitgrdevel co adroitgrdevel the problem is cvs ch

Re: [Discuss-gnuradio] Macbook Pro and USRP2

2009-01-19 Thread Thomas Schmid
There are some issues with some GigE chipsets and the USRP2. See http://gnuradio.org/trac/wiki/USRP2GigEReports for more details. It seems that the Marvell chip is not in that list yet. However, its cousin is. Cheers, Thomas On Mon, Jan 19, 2009 at 1:01 PM, Marco Aurelio wrote: > Why do you n

Re: [Discuss-gnuradio] Macbook Pro and USRP2

2009-01-19 Thread Marco Aurelio
Why do you need to know the chipset? I think gnuradio should work with any chipset Marco Casaroli Inatel On Fri, Jan 16, 2009 at 11:17 PM, Leslie Choong wrote: > Thanks for your input Mike. I'm planning on installing a Linux distro > (likely Ubuntu) on the MBP. I did do a number of Google se

[Discuss-gnuradio] Sensing behavior

2009-01-19 Thread Catalin Lacatus
Hello, Running usrp_spectrum_sense.py I didn’t find some explications to the algorithm behavior. For example, I am using an usrp to transmit a 400Hz tone on 6 MHz. With the other USRP I am sensing the band 4.5MHz to 13.5MHz. I found the presence of signal at 6Mhz (the correct one) and also at

[Discuss-gnuradio] Saving, plotting intermediate data

2009-01-19 Thread Catalin Lacatus
Hello, I am working with usrp_spectrum_sense.py and I am trying to analyze the intermediate data from different DSP blocks. Any idea, how can I save the output data from each DSP block to different files? Also, how can I plot the real time outputs from each DSP block. There is any solution to

Re: [Discuss-gnuradio] Macbook Pro and USRP2

2009-01-19 Thread Douglas Geiger
Leslie Choong wrote: > Thanks for your input Mike. I'm planning on installing a Linux distro > (likely Ubuntu) on the MBP. I did do a number of Google searches > trying to identify the chipset, but was unable to get the exact > chipset. > -Leslie > I have a circa Jan 2007 MacBook Pro (HW Rev 3,1

Re: [Discuss-gnuradio] Re: Re: GRC and unit of signal amplitude in USRP

2009-01-19 Thread Josh Blum
Anyone with OSX advice, installing lxml specifically? $ python setup.py build Building lxml version 2.2.beta1-61090. NOTE: Trying to build without Cython, pre-generated 'src/lxml/lxml.etree.c' needs to be available. Using build configuration of libxslt 1.1.12 Building against libxml2/libxslt

[Discuss-gnuradio] test that GNU Radio works with the USRP after Installation

2009-01-19 Thread José Carlos Reyes
Hi, I am new in GNU RAdio. After the GNU Radio installation on my Ubuntu 8.04, when I try to test that GNU Radio works with the USRP I obtain the following: w...@wsn-desktop:~/Escritorio/gnuradio$ ls -lR /dev/bus/usb | grep usrp crw-rw 1 root usrp 189, 642 2009-01-19 19:32 003 w...@wsn-deskto

Re: [Discuss-gnuradio] GNU Radio and Gumstix

2009-01-19 Thread Philip Balister
On Fri, Jan 16, 2009 at 6:21 AM, Philip Balister wrote: > On Fri, Jan 16, 2009 at 5:59 AM, Dan wrote: >> Okay, thanks for the help, we'll start looking into it and maybe purchase a >> beagle board for evaluation. >> >> By the way, there doesn't seem to be a link to the patch in 1) (unless I am >

Re: [Discuss-gnuradio] Re: GRC and unit of signal amplitude in USRP

2009-01-19 Thread Mattias Kjellsson
Bruhtesfa Ebrahim wrote: Mattias Kjellsson wrote: Bruhtesfa Ebrahim wrote: Hey all, I have just 2 questions, actually they are not related (are independent questions). 1. I want to install GRC(gnu radio companion), and i need to install pygtk and cheetah as prerequisite. I downloa

Re: [Discuss-gnuradio] Bootstrap does not work during installing GNU Radio

2009-01-19 Thread Johnathan Corgan
On Mon, Jan 19, 2009 at 4:02 AM, José Carlos Reyes wrote: > ./bootstrap: 25: aclocal: not found > ./bootstrap: 26: autoconf: not found > ./bootstrap: 27: autoheader: not found > ./bootstrap: 28: libtoolize: not found > ./bootstrap: 29: automake: not found > ./bootstrap: 25: aclocal: not found > .

Re: [Discuss-gnuradio] After bootstrap, ./ltmain.sh' not found

2009-01-19 Thread Johnathan Corgan
On Mon, Jan 19, 2009 at 12:03 AM, Firas A. wrote: > I came on strange message/error today when I tried to compile > gr-howto-write-a-block. When I run ./bootstrap I got the following error: > > configure.ac:25: required file `./ltmain.sh' not found This may be a problem with a newer libtool and

[Discuss-gnuradio] Bootstrap does not work during installing GNU Radio

2009-01-19 Thread José Carlos Reyes
Hi all, I am trying to install GNU Radio on Ubuntu 8.04 from svn (svn co http://gnuradio.org/svn/gnuradio/trunk gnuradio). Before I have installed Boost 1.37.0 and It was ok. But when I try to bootstrap I obtain the following: Revisión obtenida: 10260 n...@hidden-desktop:~/Escritorio$ cd gnuradio

Re: [Discuss-gnuradio] After bootstrap, ./ltmain.sh' not found

2009-01-19 Thread Tobias Gresch
Hi, On Jan 19, 2009, at 9:03 AM, Firas A. wrote: I came on strange message/error today when I tried to compile gr-howto-write-a-block. When I run ./bootstrap I got the following error: configure.ac:25: required file `./ltmain.sh' not found My system is Ubuntu 8.10, with Installed and work

[Discuss-gnuradio] Re: Re: GRC and unit of signal amplitude in USRP

2009-01-19 Thread Bruhtesfa Ebrahim
Josh Blum wrote: > lxml is also a prerequisite: http://codespeak.net/lxml/ > it should also be available though your OS's package manager. > > I am curious as to how you installed GRC with missing dependencies. Do > you mind mailing me the output of ./configure (before installing lxml)? > > -Josh

[Discuss-gnuradio] Tx path diagram

2009-01-19 Thread Ronaldo Nunez
Hello GnuRadio community, I made a transmission path diagram to try to understand how USRP works. I'm not sure if it's right, if somebody can correct it, it will be great! :D To debug the diagram I used these parameters, but I didn't get the right output (using USRP v1 and BasicTX d'board). ## D

[Discuss-gnuradio] Tetra receiver

2009-01-19 Thread Grzegorz Suder
Hello, I've looked through Wiki and discussion archives but I haven't found answer for my question. Is there any working code for Gnu Radio that is able to receive Tetra subscriber (not base station) signal and convert it into bitstream? I believe that demodulation is already done (DQPSK as I know)

[Discuss-gnuradio] error in usrp

2009-01-19 Thread Tushar Patel
I am very new with gnuradio and linux system so if my question may be sense less But if possibel help me when I try to connect usrp board with usb, the LED on USB board do not flash with 1hz so, when I checked for two files usrp_firmware.ihx and usrp_fpga.rbf are not present in /usr/local/share/us

[Discuss-gnuradio] After bootstrap, ./ltmain.sh' not found

2009-01-19 Thread Firas A.
Hi, I came on strange message/error today when I tried to compile gr-howto-write-a-block. When I run ./bootstrap I got the following error: configure.ac:25: required file `./ltmain.sh' not found My system is Ubuntu 8.10, with Installed and working fine GnuRadio revision 10154. Best Regards,