Re: [Discuss-gnuradio] choice of antenna and daughter board

2011-03-03 Thread Mark J . Blair
Oops... I meant to send this to the list. Begin forwarded message: > From: "Mark J. Blair" > Date: March 3, 2011 6:38:46 PM PST > To: ranjini ram > Subject: Re: [Discuss-gnuradio] choice of antenna and daughter board > > > On Mar 3, 2011, at 6:15 PM, ranjini

Re: [Discuss-gnuradio] Error handler

2011-04-27 Thread Plett, Mark L.
Hi Tom, Alex, and Josh, We've started looking into logging for our modems as well. Currently we use the python logging module for logging on the python side. We have started to include the log4cplus library for logging in our blocks. We are starting with each block having its own logger, but

[Discuss-gnuradio] Error on Build of wxPython

2008-09-14 Thread Petzold, Mark C.
:_controls_wrap.cpp:(. text+0xced2d): undefined reference to `__imp___ZN23wxDatePickerCtrlGeneric6Creat eEP8wxWindowiRK10wxDateTimeRK7wxPointRK6wxSizelRK11wxValidatorRK8wxString' collect2: ld returned 1 exit status error: command 'g++' failed with exit status 1 Any help? Mark Petzold [EMAIL PROTECTED] __

RE: [Discuss-gnuradio] Error on Build of wxPython

2008-09-14 Thread Petzold, Mark C.
Don, I'm glad people smarter about these things than me are ready to help. That did the trick. It seems to be installed properly now. Mark -Original Message- From: Don Ward [mailto:[EMAIL PROTECTED] Sent: Sunday, September 14, 2008 6:49 PM To: Petzold, Mark C.; discuss-gnu

[Discuss-gnuradio] Failed make check on gr_top_block_sptr_connect

2008-11-14 Thread Petzold, Mark C.
o/gr-atsc/src/python' make[2]: *** [check-recursive] Error 1 make[2]: Leaving directory `/home/mcpetzold/gnuradio/gr-atsc/src' make[1]: *** [check-recursive] Error 1 make[1]: Leaving directory `/home/mcpetzold/gnuradio/gr-atsc' make: *** [check-recursive] Error 1 Thanks, Mark C. Pe

[Discuss-gnuradio] GNU Radio 3.2 Release and Fedora 10 Boost Library Issue

2009-06-02 Thread Mark J. Yusko
e there are a multitude of RPM dependencies to work out with 10. Boost 1.35 RPM and 1.37 RPM is available to download, but to upgrade other RPMs due to there dependency needs is too laborious at this time. Mark Sent from my iPhone. ___ Dis

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

2005-06-21 Thread Mark S Petrovic
hat /usr/lib/libpython2.3.so is found before the static lib version /usr/lib/python2.3/config/libpython2.3.a. Doing so allows the test program to link to the .so version of the library, which results in a successful linking of the test program. Or, one can fix by linking the test program to libm, bu

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

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

2005-06-21 Thread Mark S Petrovic
> > 2. Python 2.3.5 built from source with --enable-shared and linked with > > -export-dynamic produces the following libraries > > > > $ find /usr/lib -name libpython\* |xargs ls -l > > lrwxrwxrwx 1 root root 19 Jun 20 13:06 /usr/lib/libpython2.3.so -> > > libpython2.3.so.1.0 > > -r-xr-xr

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/discus

[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 ma

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

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

[Discuss-gnuradio] Gentoo build from CVS: success and notes

2005-06-23 Thread Mark S Petrovic
ests.in - ./for-all-dirs ../buildit 2>&1 | tee make.log # per http://comsec.com/wiki?HowtoBuildFromCVS - Test by running OTA samples here http://www.kd7lmo.net/ground_gnuradio_ota.html using python code here http://www.kd7lmo.net/ground_gnuradio_ota.htm

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

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] Release, website, and other notes.

2005-07-03 Thread Mark S Petrovic
need to coordinate with Matt to ensure What 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

[Discuss-gnuradio] control port problem with incorrect throttle rate

2018-03-03 Thread Christiansen, Mark W. @ CSG - CSW
ontrol port monitor window. I included my python script below. Thanks. Mark. "Simplicity is prerequisite for reliability." ~ Edsger W. Dijkstra - #!/usr/bin/python # -*- coding: utf-8 -*- import sys, os, time, struct class MyApp(object): de

Re: [Discuss-gnuradio] control port problem with incorrect throttle rate

2018-03-06 Thread Christiansen, Mark W. @ CSG - CSW
time I execute the script. Mark. May the source be with you! -Original Message- From: Discuss-gnuradio [mailto:discuss-gnuradio-bounces+mark.w.christiansen=l3t@gnu.org] On Behalf Of Jeff Long Sent: Saturday, March 3, 2018 4:29 PM To: discuss-gnuradio@gnu.org Subject: [EXT] Re

[Discuss-gnuradio] GR-easy

2014-05-08 Thread SOUTHCOTT, MARK A CIV USAF AFMC AFRL/RITC
I was wondering what progress has been made since it's debut with gr-easy and if it is publicly available. Mark ___ Discuss-gnuradio mailing list Discuss-gnuradio@gnu.org https://lists.gnu.org/mailman/listinfo/discuss-gnuradio

[Discuss-gnuradio] E310 Network Mode

2015-04-01 Thread SOUTHCOTT, MARK A CIV USAF AFMC AFRL/RITC
I am trying to enable the network emulation mode on my E310. It is my understanding that the UHD version must be 3.08 or higher to support this, but is that the UHD version on the laptop or E310? My Lubuntu 14.04 laptop has UHD 3.08 while the E310 has 3.07. Mark

[Discuss-gnuradio] E310 shutdown issue

2015-05-08 Thread SOUTHCOTT, MARK A CIV USAF AFMC AFRL/RITC
My e310's (two that I've tested) are hanging at unmounting the mmcblk0p1 partition on shutdown, occasionally causing the filesystem to be corrupted. Any ideas what is happening and how to get a clean shutdown? Mark ___ Discuss-gnuradio ma

Re: [Discuss-gnuradio] E310 shutdown issue

2015-05-08 Thread SOUTHCOTT, MARK A CIV USAF AFMC AFRL/RITC
I have used a variety of methods: shutdown -h now, I thought the screen socket might cause the hang up so I switched to shutdown -h 1 and ending the screen session. I tried poweroff next then shutdown -hP. Mark -Original Message- From: Philip Balister [mailto:phi...@balister.org

[Discuss-gnuradio] QPSK over air

2014-02-25 Thread SOUTHCOTT, MARK A CIV USAF AFMC AFRL/RITC
or confirm that there's no examples? Mark ___ Discuss-gnuradio mailing list Discuss-gnuradio@gnu.org https://lists.gnu.org/mailman/listinfo/discuss-gnuradio

<    1   2   3