Re: [Discuss-gnuradio] USRP - hotplug / udev / auto-loading of firmware

2006-06-29 Thread Mark Petrovic
I also added to the rules fileSYSFS{idVendor}==077d, SYSFS{idProduct}==0410, MODE=0666so I could access the Powermate without becoming root. On 6/29/06, Lee Patton [EMAIL PROTECTED] wrote: On Thu, 2006-06-29 at 07:44 +0100, Kalen Watermeyer wrote: I ask because I run Ubuntu 6.06 (Dapper), which

[Discuss-gnuradio] Creating a CW receiver for 20m ham band

2006-06-28 Thread Mark Petrovic
Good day.Does anyone have GNU Radio code I can inspect to learn how to decode and render to audio CW transmissions in, say, the US amateur bands?Thank you.-- Mark ___ Discuss-gnuradio mailing list Discuss-gnuradio@gnu.org http://lists.gnu.org/mailman

Re: [Discuss-gnuradio] Which LinuxOS to use?--1.Unbuntu, Fedora, Mandrake, FreeBSD

2006-06-26 Thread Mark Petrovic
I , too, am an Ubuntu 6.06 user. What were you attempting to fix by modifying gnuradio-core/aclocal.m4?MarkOn 6/26/06, Robert McGwier [EMAIL PROTECTED] wrote:Lamar:I installed Ubunto 5.X and GnuRadio just made and ran after I used apt (synaptic) to download any package GnuRadio could not

[Discuss-gnuradio] Boost: regarding not found shared_ptr.hpp

2006-06-25 Thread Mark Petrovic
.-- Mark ___ Discuss-gnuradio mailing list Discuss-gnuradio@gnu.org http://lists.gnu.org/mailman/listinfo/discuss-gnuradio

Re: [Discuss-gnuradio] Release, website, and other notes.

2005-07-03 Thread Mark S Petrovic
is the most informative way to report what release version one is running when using CVS builds? Thanks. Mark ___ Discuss-gnuradio mailing list Discuss-gnuradio@gnu.org http://lists.gnu.org/mailman/listinfo/discuss-gnuradio

Re: [Discuss-gnuradio] gnuradio core build fails on make check

2005-07-01 Thread Mark S Petrovic
Ges, when I encountered a similar imponderable I inserted import sys print sys.path in a judicious place, just to see what path obtained at that moment. While it will not solve your immediate problem directly, it might be interesting to see what is your python sys.path when the failure occurs.

Re: [Discuss-gnuradio] gnuradio-core make check fails

2005-06-30 Thread Mark S Petrovic
Ges, This background may help http://lists.gnu.org/archive/html/discuss-gnuradio/2005-06/msg00214.html If you have not already solved your problem, do this as root $ find / -name libpython\* and send me the output off-list. We'll see if we can give you a workaround. Mark On 28Jun, Ges

[Discuss-gnuradio] SIGBUS in testing gr_vmcircbuf_mmap_shm_open_factory

2005-06-22 Thread Mark S Petrovic
=4194304, start_ptr=0xb5bc, verbose=true) at gr_vmcircbuf.cc:125 125 p[i] = counter + i; The other factory tests (gr_vmcircbuf_sysv_shm_factory, gr_vmcircbuf_mmap_tmpfile_factory) in the suite pass. Mark ___ Discuss-gnuradio mailing list

[Discuss-gnuradio] PYTHONPATH issue regarding missing Numeric module during CVS builds

2005-06-22 Thread Mark S Petrovic
Mark ___ Discuss-gnuradio mailing list Discuss-gnuradio@gnu.org http://lists.gnu.org/mailman/listinfo/discuss-gnuradio

[Discuss-gnuradio] static libpython3.2.a issue while building gnuradio-core from CVS

2005-06-21 Thread Mark S Petrovic
of the library, which results in a successful linking of the test program. Or, one can fix by linking the test program to libm, but that doesn't sound right. Mark ___ Discuss-gnuradio mailing list Discuss-gnuradio@gnu.org http://lists.gnu.org/mailman

Re: [Discuss-gnuradio] static libpython3.2.a issue while building gnuradio-core from CVS

2005-06-21 Thread Mark S Petrovic
On 21Jun, Mark S Petrovic wrote: As a result, the python dev lib test program as seen in gnuradio-core/config.log gcc -o conftest -g -O2 -Wall -I/usr/include/python2.3 conftest.c -L/usr/lib/python2.3/config -lpython2 .3 -lpthread -ldl -lutil 5 does not succeed in linking because

Re: [Discuss-gnuradio] static libpython3.2.a issue while building gnuradio-core from CVS

2005-06-21 Thread Mark S Petrovic
On 21Jun, Eric Blossom wrote: On Tue, Jun 21, 2005 at 07:08:06AM -0700, Mark S Petrovic wrote: I've deduced that there are things known about this issue, or a related issue, as I saw similar discussion here http://lists.gnu.org/archive/html/discuss-gnuradio/2005-05/msg00148.html

[Discuss-gnuradio] Using PCI DAS4020/12 with the example program provided

2005-05-09 Thread mark shrapnel
freq, I get the following error: /dev/parport0: permission denied. Aborted. Is anyone using the PCI DAS4020/12 and able the run the FM demodulator example provided? I have installed the mc4020 module as well. Thanks for any help. Mark ___ Discuss

<    1   2   3