[Discuss-gnuradio] I shouldn't be allowed near a keyboard this late at night

2006-01-06 Thread Marcus Leech
Those URLs I sent just a moment ago are wrong. http://www.propulsionpolymers.com/radioastronomy/usrp_ra_receiver.py http://www.propulsionpolymers.com/radioastronomy/stripchartsink.py ___ Discuss-gnuradio mailing list Discuss-gnuradio@gnu.org http://l

[Discuss-gnuradio] Nowhere near ready for prime time, but...

2006-01-06 Thread Marcus Leech
http://www.propulsionpolymers.com/usrp_ra_receiver.py http://www.propulsionpolymers.com/stripchartsink.py Together, they make up a crude total-power/spectral receiver chain for amateur radio astronomy using the USRP and an appropriate daughter card. Still needs a *lot* of work, but it's promis

Re: [Discuss-gnuradio] GnuRadio build dependencies

2006-01-06 Thread Larry Doolittle
John et al. - On Fri, Jan 06, 2006 at 08:36:08PM -0500, John Ackermann N8UR wrote: > > BTW -- one of the challenges with Debian is that the automake version > that's installed by default is 1.4. I don't know why they continue to > include such an ancient version. You need to uninstall 1.4 and i

Re: [Discuss-gnuradio] GnuRadio build dependencies

2006-01-06 Thread Eric Blossom
On Fri, Jan 06, 2006 at 09:33:33AM -0500, John Ackermann N8UR wrote: > I rebuilt my laptop with Kubuntu and am now trying to get GnuRadio > built (I succeeded with it before when I was running Debian). I think > I have most of the dependencies met, but I am being bit by a version > problem with

Re: [Discuss-gnuradio] Segfault in tests

2006-01-06 Thread Bill Tracey
I had a segfault in some of the tests due to mixing and matching C run time levels (see: http://lists.gnu.org/archive/html/discuss-gnuradio/2005-12/msg00164.html ) Running ldd against the tests is one way to check and see if you may have a similiar issue. My ulimit -s here is 10240 and runnin

Re: [Discuss-gnuradio] TX_RX board installation problem (0x000c)?

2006-01-06 Thread Raphael Jacquot
Matt Ettus wrote: > You need to update to the new release to get support for your board. > The tuners shipping on the TVRX board are slightly different now, so I > gave them a new daughterboard ID. It will show up as a TVRX2 once you > update. > > Matt in an effort similar to the one from the W

[Discuss-gnuradio] Segfault in tests

2006-01-06 Thread John Ackermann N8UR
Just did a "./for-all-dirs ../buildit" and got this error in the gnuradio-core "make check-TESTS" stage: " >>> gr_fir_fff: using SSE ../run_tests: line 15: 25247 Segmentation fault $file " After searching the archive, it seems that stack size may cause some problems. My ulimit -s i

Re: [Discuss-gnuradio] GnuRadio build dependencies

2006-01-06 Thread John Ackermann N8UR
Eric Blossom said the following on 01/06/2006 07:26 PM: > On Fri, Jan 06, 2006 at 09:33:33AM -0500, John Ackermann N8UR wrote: >>I looked on the wiki but couldn't find anything that listed the version >>dependencies. That would be a useful thing to add if/when someone has >>a chance. > > > FY

Re: [Discuss-gnuradio] filter ssb

2006-01-06 Thread mike revnell
In continuing efforts to learn how to use gnuradio and the USRP I've continued banging on the code I posted previously. Extending the length of the ssb demod filter scheme to 1023 taps seems to make it useful, at least for listening in on the ham bands. I've also added AM demod using the compl

Re: [Discuss-gnuradio] GnuRadio build dependencies

2006-01-06 Thread John Ackermann N8UR
Jonathan Jacky wrote: On Fri, 6 Jan 2006, John Ackermann N8UR wrote: I looked on the wiki but couldn't find anything that listed the version dependencies. That would be a useful thing to add if/when someone has a chance. It's in gnuradio-core/README: autoconf 2.57or later

Re: [Discuss-gnuradio] usrp_* gains on Mac OS X fixed

2006-01-06 Thread Jonathan Jacky
On Wed, 4 Jan 2006, Eric Blossom wrote: Please revise and test the _s file. I revised usrp1_{source,sink}_s.cc as shown in the diffs below. Once again, I hard-coded #define WORDS_BIGENDIAN 1 right into those files to make sure the fixes would be effective without changing configure.ac. At fi

Re: [Discuss-gnuradio] GnuRadio build dependencies

2006-01-06 Thread Jonathan Jacky
On Fri, 6 Jan 2006, John Ackermann N8UR wrote: I looked on the wiki but couldn't find anything that listed the version dependencies. That would be a useful thing to add if/when someone has a chance. It's in gnuradio-core/README: autoconf 2.57or later automake 1.7.4 or l

Re: [Discuss-gnuradio] Windows Port Error

2006-01-06 Thread Stephane Fillod
Hi Chris, On Fri, Jan 06, 2006 at 01:48:49PM -0500, Robert Roberts wrote: > I have tried installing your GNURadio for Windows binaries following > the instructions posted on Martins website. BTW, Martin, do you have any plan in packaging a GNU Radio 2.6 release for Windows on CDROM ? I can help

Re: [Discuss-gnuradio] GnuRadio build dependencies

2006-01-06 Thread Michael Dickens
On Jan 6, 2006, at 9:33 AM, John Ackermann N8UR wrote: In the meantime, anyone know what version of automake (and other make tools) is required? Last time I checked, automake version 1.8.6 or newer was required for "USRP", and an older version for the others. The latest, 1.9.6, works just

Re: [Discuss-gnuradio] Creating a New Thread?

2006-01-06 Thread Eric Blossom
On Fri, Jan 06, 2006 at 08:22:07AM -0500, Michael Dickens wrote: > Does GR have a preferred way to create a new thread? I don't know if > it will work for what I need, but it's worth a try. If it doesn't > work, then I have an email queued to Apple's USB list asking my next > question: If

[Discuss-gnuradio] Windows Port Error

2006-01-06 Thread Robert Roberts
Hello everyone I have tried installing your GNURadio for Windows binaries following the instructions posted on Martins website. When I go to run dial_tone.py I get the following error: C:\gnuradio-examples-0.4\python\audio>dial_tone.py gr_vmcircbuf_mmap_createfilemapping: non contiguous mmap

Re: [Discuss-gnuradio] GnuRadio build dependencies

2006-01-06 Thread John Ackermann N8UR
Michael Dickens wrote: On Jan 6, 2006, at 9:33 AM, John Ackermann N8UR wrote: In the meantime, anyone know what version of automake (and other make tools) is required? Last time I checked, automake version 1.8.6 or newer was required for "USRP", and an older version for the others. The l

Re: [Discuss-gnuradio] TX_RX board installation problem (0x000c)?

2006-01-06 Thread Matt Ettus
[EMAIL PROTECTED] wrote: > Hi, all > I just got my 2 new TV_RX boards from Ettus, but when I installed it > and > run the tvrx_wfm_rcv_gui.py script, the script tells me that it is an unknown > board with ID 0x000c. The release of gnuradio software version is close to 2.5 > (I did CVS it

[Discuss-gnuradio] GnuRadio build dependencies

2006-01-06 Thread John Ackermann N8UR
I rebuilt my laptop with Kubuntu and am now trying to get GnuRadio built (I succeeded with it before when I was running Debian). I think I have most of the dependencies met, but I am being bit by a version problem with the make tools; I had the same issue when I built under Debian; once I foun

[Discuss-gnuradio] Creating a New Thread?

2006-01-06 Thread Michael Dickens
Does GR have a preferred way to create a new thread? I don't know if it will work for what I need, but it's worth a try. If it doesn't work, then I have an email queued to Apple's USB list asking my next question: The problem is in doing the USB callback under OSX at the - application- l

Re: [Discuss-gnuradio] TX_RX board installation problem (0x000c)?

2006-01-06 Thread Eric Blossom
On Fri, Jan 06, 2006 at 05:40:27PM +0800, [EMAIL PROTECTED] wrote: > Hi, all > I just got my 2 new TV_RX boards from Ettus, but when I installed it > and > run the tvrx_wfm_rcv_gui.py script, the script tells me that it is an unknown > board with ID 0x000c. The release of gnuradio softwar

[Discuss-gnuradio] TX_RX board installation problem (0x000c)?

2006-01-06 Thread HL_Wu
Hi, all I just got my 2 new TV_RX boards from Ettus, but when I installed it and run the tvrx_wfm_rcv_gui.py script, the script tells me that it is an unknown board with ID 0x000c. The release of gnuradio software version is close to 2.5 (I did CVS it from the ftp site), but still far awa