[Discuss-gnuradio] CVS compilation problem (actually a test fails)

2005-05-02 Thread matt . nottingham
Hi, I can't check the archives at the moment as lists.gnu.org doesn't want to talk to anyone, but I don't remember anyone saying anything about this. A couple of weeks ago I compiled and ran all the gnuradio code. I then had a disk failure and had to rebuild the whole of my system. I downloaded

RE: [Discuss-gnuradio] using a 48k sound card with wfm_rcv_gui

2005-05-02 Thread Richard Cagley
Eric, Ok, this makes sense, but where do I make the change? Do I need to recompile the audio sink code? I see this hw:0.0 thing mentioned in a header file in gr/include/gnuradio but I can't seem to find the actual code location. Thanks, -rich > -Original Message- > From: Eric Blossom [mail

Re: [Discuss-gnuradio] CVS compilation problem (actually a test fails)

2005-05-02 Thread Matt Ettus
[EMAIL PROTECTED] wrote: > Hi, > > I can't check the archives at the moment as lists.gnu.org doesn't want > to talk to anyone, but I don't remember anyone saying anything about > this. > > A couple of weeks ago I compiled and ran all the gnuradio code. I then > had a disk failure and had to rebui

RE: [Discuss-gnuradio] using a 48k sound card with wfm_rcv_gui

2005-05-02 Thread Richard Cagley
I couldn't get this to work: [EMAIL PROTECTED] usrp]$ wfm_rcv_gui.py 92.9 Traceback (most recent call last): File "./wfm_rcv_gui.py", line 4, in ? from gnuradio import audio_oss as audio ImportError: cannot import name audio_oss > -Original Message- > From: [EMAIL PROTECTED] [mailto:

RE: [Discuss-gnuradio] ImportError: libwx_gtk2d_xrc-2.6.so.0

2005-05-02 Thread Richard Cagley
Yes, it was a library path problem. Thanks. > -Original Message- > From: LRK [mailto:[EMAIL PROTECTED] > Sent: Sunday, May 01, 2005 11:45 AM > To: Rich Cagley > Cc: Discuss-gnuradio@gnu.org > Subject: Re: [Discuss-gnuradio] ImportError: libwx_gtk2d_xrc-2.6.so.0 > > On Fri, Apr 29, 2005 at

Re: [Discuss-gnuradio] CVS compilation problem (actually a test fails)

2005-05-02 Thread matt . nottingham
Matt Ettus writes: > [EMAIL PROTECTED] wrote: > > Hi, > > > > I can't check the archives at the moment as lists.gnu.org doesn't want > > to talk to anyone, but I don't remember anyone saying anything about > > this. > > > > A couple of weeks ago I compiled and ran all the gnuradio code. I

Re: [Discuss-gnuradio] CVS compilation problem (actually a test fails)

2005-05-02 Thread n4hy
I wasted an entire WEEKEND trying to figure this out. Bob [EMAIL PROTECTED] wrote: Hi, I can't check the archives at the moment as lists.gnu.org doesn't want to talk to anyone, but I don't remember anyone saying anything about this. A couple of weeks ago I compiled and ran all the gnuradio code. I

Re: [Discuss-gnuradio] Using USRP from multiple applications simultaneously

2005-05-02 Thread Harald Welte
On Sun, May 01, 2005 at 02:17:29PM -0700, Eric Blossom wrote: > The Tx and Rx sides are completely independent and we often run > different apps for Tx and Rx simultaneously. The Tx and Rx paths have > different USB endpoints for their streaming data. This is what allows > different apps/process

Re: [Discuss-gnuradio] CVS compilation problem (actually a test fails)

2005-05-02 Thread n4hy
Same here and I was on a fresh installation: SUSE 9.3 using Python 2.4 and nothing I did would get it straight. Bob [EMAIL PROTECTED] wrote: Matt Ettus writes: > [EMAIL PROTECTED] wrote: > > Hi, > > > > I can't check the archives at the moment as lists.gnu.org doesn't want > > to talk to anyone,

Re: [Discuss-gnuradio] Prof. Moglen's speech at linux.conf.au

2005-05-02 Thread Tim Ansell
Yes, the recording of Bdale's talk will be up shortly. (I will post to this list when I have a URL.) Don't know the quality yet, but the sound seems okay. Thanks for producing such a cool project, and thanks Bdale for giving the talk :P Tim Ansell On Wed, 2005-04-27 at 11:05 -0600, Bdale Garbee

Re: [Discuss-gnuradio] CVS compilation problem (actually a test fails)

2005-05-02 Thread mgray
I've posted an installation guide for GNU radio that might be helpful: http://www.kd7lmo.net/ground_gnuradio_install.html Maybe someone can post a link from the Wiki to my site. On Mon, 2 May 2005, n4hy wrote: > I wasted an entire WEEKEND trying to figure this out. > > Bob > > > [EMAIL PRO

Re: [Discuss-gnuradio] CVS compilation problem (actually a test fails)

2005-05-02 Thread Eric Blossom
On Mon, May 02, 2005 at 05:16:30PM +0100, [EMAIL PROTECTED] wrote: > > Hi, > > I can't check the archives at the moment as lists.gnu.org doesn't want > to talk to anyone, but I don't remember anyone saying anything about > this. > > A couple of weeks ago I compiled and ran all the gnuradio code.

Re: [Discuss-gnuradio] 2.5 GS/sec 14-bit A/D converter

2005-05-02 Thread Tim Ansell
So where do we request free samples from :P The question is how would you get this into a computer? If we round it up to 16 bits, it makes 4.6 Gigabytes per second. Would a FPGA even be able to keep up? Could people a lot smarter then me, discuss how this chip could even possibly be used? Tim Ans

[Discuss-gnuradio] What is this?

2005-05-02 Thread Bob McGwier
Just installed SUSE 9.3 on a clean drive and am getting this problem. gnuradio-core goes first in the for-all-dirs list with ../buildit and this error is the first in the list of tests. I then tried making and installing the gr-gsm vocoder stuff first and this still results. I have fiddled with

Re: [Discuss-gnuradio] using a 48k sound card with wfm_rcv_gui

2005-05-02 Thread Eric Blossom
On Mon, May 02, 2005 at 07:38:51AM -0700, Richard Cagley wrote: > Eric, > Ok, this makes sense, but where do I make the change? Do I need to recompile > the audio sink code? I see this hw:0.0 thing mentioned in a header file in > gr/include/gnuradio but I can't seem to find the actual code location

Re: [Discuss-gnuradio] Using USRP from multiple applications simultaneously

2005-05-02 Thread Eric Blossom
On Sun, May 01, 2005 at 06:00:13PM -0700, Angilberto Muniz Sb wrote: > Matt, > Would you provide a very simple analog-loop-back > sample application? I mean, I'd like to hookup a cable > between Analog-out to Analog-in, generate some signal > e display its waveform on the oscope... > > I cant seem

RE: [Discuss-gnuradio] using a 48k sound card with wfm_rcv_gui

2005-05-02 Thread Richard Cagley
That worked. Thanks. But, I still only get static (I even have an actual antenna hooked up to the TV card). Is it because of the warning I'm getting? [EMAIL PROTECTED] usrp]$ wfm_rcv_gui.py 93.7 RX d'board A: TV Rx RX d'board B: usrp_standard_rx::set_decim_rate: WARNING rates > 128 result in inco

Re: [Discuss-gnuradio] Using USRP from multiple applications simultaneously

2005-05-02 Thread Angilberto Muniz Sb
Matt, Would you provide a very simple analog-loop-back sample application? I mean, I'd like to hookup a cable between Analog-out to Analog-in, generate some signal e display its waveform on the oscope... I cant seem to make it work -- may be my analog d'board are not working -- unfortunately I don

Re: [Discuss-gnuradio] CVS compilation problem (actually a test fails)

2005-05-02 Thread Eric Blossom
On Mon, May 02, 2005 at 09:27:19AM -0700, Matt Ettus wrote: > [EMAIL PROTECTED] wrote: > > Hi, > > > > I can't check the archives at the moment as lists.gnu.org doesn't want > > to talk to anyone, but I don't remember anyone saying anything about > > this. > > > > A couple of weeks ago I compiled

Re: [Discuss-gnuradio] using a 48k sound card with wfm_rcv_gui

2005-05-02 Thread 'Eric Blossom'
On Mon, May 02, 2005 at 11:12:07AM -0700, Richard Cagley wrote: > That worked. Thanks. > But, I still only get static (I even have an actual antenna hooked up to the > TV card). Is it because of the warning I'm getting? > > [EMAIL PROTECTED] usrp]$ wfm_rcv_gui.py 93.7 > RX d'board A: TV Rx > RX d'

Re: [Discuss-gnuradio] 2.5 GS/sec 14-bit A/D converter

2005-05-02 Thread Eric Blossom
On Mon, May 02, 2005 at 01:46:48PM +0930, Tim Ansell wrote: > So where do we request free samples from :P > > The question is how would you get this into a computer? If we round it > up to 16 bits, it makes 4.6 Gigabytes per second. Would a FPGA even be > able to keep up? Could people a lot smarte

Re: [Discuss-gnuradio] What is this?

2005-05-02 Thread Eric Blossom
On Sun, May 01, 2005 at 10:01:40PM -0400, Bob McGwier wrote: > Just installed SUSE 9.3 on a clean drive and am getting this problem. > gnuradio-core goes first in the for-all-dirs list with ../buildit and > this error is the first in the list of tests. I then tried making and > installing > the

Re: [Discuss-gnuradio] 2.5 GS/sec 14-bit A/D converter

2005-05-02 Thread Larry Doolittle
Tim - On Mon, May 02, 2005 at 01:46:48PM +0930, Tim Ansell wrote: > So where do we request free samples from :P Good question. I'd be happy with a data sheet, for the moment. I'm in the low-latency business, so this chip _may_ be useless to me. > The question is how would you get this into a co

Re: [Discuss-gnuradio] CVS compilation problem (actually a test fails)

2005-05-02 Thread Eric Blossom
On Mon, May 02, 2005 at 10:51:07AM -0700, [EMAIL PROTECTED] wrote: > I've posted an installation guide for GNU radio that might be helpful: > > http://www.kd7lmo.net/ground_gnuradio_install.html > > Maybe someone can post a link from the Wiki to my site. Done. Thanks, Eric __

RE: [Discuss-gnuradio] using a 48k sound card with wfm_rcv_gui

2005-05-02 Thread Richard Cagley
Tried that and didn't work. I also tried with the basic RX card. I just put a wire in the middle of the RX-A SMA connector but nothing came out there either. Very odd. > -Original Message- > From: 'Eric Blossom' [mailto:[EMAIL PROTECTED] > Sent: Monday, May 02, 2005 10:53 AM > To: Richard

Re: [Discuss-gnuradio] using a 48k sound card with wfm_rcv_gui

2005-05-02 Thread 'Eric Blossom'
On Mon, May 02, 2005 at 01:26:00PM -0700, Richard Cagley wrote: > Tried that and didn't work. > I also tried with the basic RX card. I just put a wire in the middle of the > RX-A SMA connector but nothing came out there either. > Very odd. Looking at the USRP oriented such that the USB connector i

RE: [Discuss-gnuradio] using a 48k sound card with wfm_rcv_gui

2005-05-02 Thread Richard Cagley
With USB north, the RX board is on the West (left) side. i.e. RXA are the block letters below the board. > -Original Message- > From: 'Eric Blossom' [mailto:[EMAIL PROTECTED] > Sent: Monday, May 02, 2005 12:36 PM > To: Richard Cagley > Cc: discuss-gnuradio@gnu.org > Subject: Re: [Discuss-g

Re: [Discuss-gnuradio] What is this?

2005-05-02 Thread Robert McGwier
The fix to cvs and the removal of the broken file cleaned up everything here. FYI, with SUSE 9.3, the only thing I had to install from source with two subversions later SWIG. I was able to find an archive that actually worked (The Mail Archive) and got the URL to the usrp_fpga.rbf which is STI

RE: [Discuss-gnuradio] Using USRP from multiple applicationssimultaneously

2005-05-02 Thread Richard Cagley
The fsk modulator/demodulator from the examples may be something you could use http://www.mail-archive.com/discuss-gnuradio@gnu.org/msg00281.html Run these commands in different windows: $ ./fsk_rx.py -f /dev/null -c 10M -r 100k -N $ ./fsk_tx.py -f /boot/vmlinuz -R -c 10M -r 100k -N > --

Re: [Discuss-gnuradio] 2.5 GS/sec 14-bit A/D converter

2005-05-02 Thread Lamar Owen
On Monday 02 May 2005 00:16, Tim Ansell wrote: > The question is how would you get this into a computer? If we round it > up to 16 bits, it makes 4.6 Gigabytes per second. Would a FPGA even be > able to keep up? Could people a lot smarter then me, discuss how this > chip could even possibly be used

Alternate list archive locations (was:Re: [Discuss-gnuradio] CVS compilation problem (actually a test fails))

2005-05-02 Thread Lamar Owen
On Monday 02 May 2005 12:16, [EMAIL PROTECTED] wrote: > I can't check the archives at the moment as lists.gnu.org doesn't want > to talk to anyone, but I don't remember anyone saying anything about > this. A note on archives: Another archive is available on gmane.org under comp.gnu.radio.general.

Re: [Discuss-gnuradio] What is this?

2005-05-02 Thread Berndt Josef Wulf
On Monday 02 May 2005 11:31, Bob McGwier wrote: > Just installed SUSE 9.3 on a clean drive and am getting this problem. > gnuradio-core goes first in the for-all-dirs list with ../buildit and > this error is the first in the list of tests. I then tried making and > installing > the gr-gsm vocoder

Re: [Discuss-gnuradio] CVS compilation problem (actually a test fails)

2005-05-02 Thread Berndt Josef Wulf
On Tuesday 03 May 2005 04:13, Eric Blossom wrote: > On Mon, May 02, 2005 at 09:27:19AM -0700, Matt Ettus wrote: > > [EMAIL PROTECTED] wrote: > > > Hi, > > > > > > I can't check the archives at the moment as lists.gnu.org doesn't want > > > to talk to anyone, but I don't remember anyone saying anyth

[Discuss-gnuradio] new wide-coverage receiver

2005-05-02 Thread ed
this new wide-coverage receiver might interest some on the list. interesting specs. the manufacturer is hobbyist-friendly, so it might be actually priced somewhere in the range of reality... -bernieS http://radio.tentec.com/Commercial/RX400 RX-400 PRELIMINARY SPECIFICATIONS FREQUENCY COVERAGE:

[Discuss-gnuradio] implementing state flow

2005-05-02 Thread Richard Cagley
To implement MAC layer elements, i.e. waiting for data to arrive, is the best strategy to program these elements in python? Are there any example apps that implement packet modem like functionality? ___ Discuss-gnuradio mailing list Discuss-gnuradio@g