[Discuss-gnuradio] New to list, trying portaudio under OpenBSD

2012-12-13 Thread Alan Corey
I'm working on installing gnuradio under OpenBSD, just got GRC working. I have no audio, since gnuradio doesn't handle OpenBSD's native "audio" and it also doesn't recognize my existing portaudio which works with Audacity. I can set it up in my cmake cache but it still doesn't find it. I'm runni

Re: [Discuss-gnuradio] New to list, trying portaudio under OpenBSD

2012-12-14 Thread Alan Corey
isn't a Funcube but I think I do need either wxgui or qtgui to work. I'm completely new to Gnuradio so I'm not sure what I need. Alan On 12/14/12, Tom Rondeau wrote: > On Fri, Dec 14, 2012 at 1:54 AM, Alan Corey wrote: > >> I'm working on installing gnur

Re: [Discuss-gnuradio] gri_portaudio

2012-12-20 Thread Alan Corey
>> On Wed, Dec 19, 2012 at 7:59 PM, Tom Rondeau wrote: >> >>> we need to patch the script that looks for it. This is vaguely similar to what happens under OpenBSD - PortAudio is installed and working with other applications but Gnuradio doesn't find it. I think your detection method needs work,

[Discuss-gnuradio] More PortAudio stuff

2012-12-21 Thread Alan Corey
I discovered FindPortaudio.cmake and modified it by adding if (PORTAUDIO_INCLUDE_DIRS AND PORTAUDIO_LIBRARIES) set (PORTAUDIO_FOUND TRUE) message (STATUS "Portaudio forced on, lib and inc OK") endif (PORTAUDIO_INCLUDE_DIRS AND PORTAUDIO_LIBRARIES) then at the end: if (PORTAUDIO_FOUND) messa

Re: [Discuss-gnuradio] More PortAudio stuff

2012-12-22 Thread Alan Corey
OK, scratch PortAudio. They've dropped support for SndIo, the first compatibility layer glued onto the native Audio and now they work through Jack. But why is an audio sink called an audio_portaudio_sink? At least in the error message I get. Just an old name I guess. __

[Discuss-gnuradio] Installed under OpenBSD

2012-12-23 Thread Alan Corey
It really was just a matter of patiently (or not) installing all the dependencies. My disabled list is now down to: -- * gr-comedi -- * gr-uhd -- * gr-shd -- * gr-fcd and I think that's all hardware I don't have. I've just got one of the $20 RTL2832 and R820T dongles. The issues I was hav

Re: [Discuss-gnuradio] Can I add power amplifier for longer communication range

2012-12-26 Thread Alan Corey
On 12/26/12, discuss-gnuradio-requ...@gnu.org wrote: > Message: 2 > Date: Wed, 26 Dec 2012 15:46:56 +0800 > From: Gong Zhang > To: "Discuss-gnuradio@gnu.org" > Subject: [Discuss-gnuradio] Can I add power amplifier for longer > communication range > Message-ID: <50daab70.40...@gmail.com> >

[Discuss-gnuradio] What's up with Jackaudio?

2013-01-06 Thread Alan Corey
This isn't quite off topic because it's the one way I can get audio out of Gnuradio. And mine's not working. For at least 2 weeks, their wiki and bugs links have been broken. I managed to join a mailing list there but I can't send anything to it. Is there another URL besides http://www.jackaudio

[Discuss-gnuradio] OpenBSD: still trying

2013-04-09 Thread Alan Corey
I picked up another laptop, installed OpenBSD 5.2 (the latest for another month or so), and set about installing Gnuradio 3.6.3. My disabled component list is down to: -- * gr-comedi -- * gr-uhd -- * gr-shd -- * gr-fcd which I think is all hardware I don't have. It compiles and installs,

Re: [Discuss-gnuradio] OpenBSD: still trying

2013-04-13 Thread Alan Corey
I'm only trying to test my installation because I'm trying to learn to use it and nothing works, so I needed to figure out if it's me doing something wrong or something's broken. I think it's broken. Here are fir_filter and multiply_conjugate I think as attachments. Multiply_conjugate segfaults.

Re: [Discuss-gnuradio] OpenBSD: still trying

2013-04-15 Thread Alan Corey
> Ok, well the fir_filt02.txt only shows the interp_filter QA test that > passed, not the fir_filter test that I was hoping to see I never said I knew what I was doing. I think it's included this time. I did run qa_fir_filter_test.sh by itself and the output was just "Segmentation fault" I had

[Discuss-gnuradio] I can't get my gsl to link

2019-09-05 Thread Alan Corey
I think this is a low level problem, it gets through cmake and all that, but when it gets down to make and ld I get: [ 49%] Built target fft_qa_fft_shift [ 49%] Linking CXX shared library libgnuradio-filter.so /usr/bin/ld: error: cannot find -lgsl /usr/bin/ld: error: cannot find -lgslcblas collect

Re: [Discuss-gnuradio] I can't get my gsl to link

2019-09-06 Thread Alan Corey
an RF source driver so far. Using an RTL2832 dongle, trying to build Osmocom. There's a ton of obsolete documentation out there. Probably doesn't matter but my LD_LIBRARY_PATH is /usr/local/lib:/lib:/lib/aarch64-linux-gnu:/usr/lib:/usr/lib/aarch64-linux-gnu On 9/6/19, Vasil Velichk

Re: [Discuss-gnuradio] I can't get my gsl to link

2019-09-06 Thread Alan Corey
e 9 years old. I like old software in its place, but not to try to mix with current stuff. On 9/6/19, Vasil Velichkov wrote: > Hi Alan, > > On 06/09/2019 19.18, Alan Corey wrote: >> It might help if I had more idea what's supposed to happen. > > The first command i

Re: [Discuss-gnuradio] I can't get my gsl to link

2019-09-06 Thread Alan Corey
it to > ensure the information is correct. > > Type > >gsl-config --version > > - make sure it's in your path. > > This was my cmake command: > > cmake -Wno-dev -DCMAKE_INSTALL_PREFIX="${PREFIX}" > -DCMAKE_PREFIX_PATH="${PREFIX}" ../ > > where PR

Re: [Discuss-gnuradio] I can't get my gsl to link

2019-09-06 Thread Alan Corey
ERROR "GnuRadio Runtime required to build " ${CMAKE_PROJECT_NA endif() On 9/7/19, Alan Corey wrote: > My initial problem with linking to gsl was because I had symlinked ld > -> gold a month or so ago and forgotten about it. This is the first > time I've had a problem wit

Re: [Discuss-gnuradio] I can't get my gsl to link

2019-09-07 Thread Alan Corey
UNTIME_FOUND) It's not defined anywhere that I can find. I tried to define it, didn't try commentng out the test. - Gold and Ninja, I think, have less memory usage than ld and make. Firefox is 1.6 GB of source. I only have 4 GB of RAM (you can't add

Re: [Discuss-gnuradio] I can't get my gsl to link

2019-09-07 Thread Alan Corey
error. On 9/7/19, Vasil Velichkov wrote: > Hi Alan, > > On 07/09/2019 19.34, Alan Corey wrote: >> Oh no, it's worse, it's Gnuradio 3.9, I think >> <<< Welcome to GNU Radio Companion 3.9.0.0-git >>> >> and 3.9 is in filenames like libgnuradio-