Re: [Discuss-gnuradio] new user

2016-07-05 Thread Michael Dickens
Hi Darin - If you want to use SDRplay, you -can- do that using MacPorts via the gr-osmosdr port: with a patch that I can provide. The SDRplay folks, at least in the recent past: (1) provide only pre-combined binaries, not source code, which need to be tweaked to work for most OS X installs includi

Re: [Discuss-gnuradio] new user

2016-07-05 Thread Darin Decker
Thank you all. I will try again tonight. Initially I was trying to get SDRplay to work so followed the flow suggested in various sites for that but they didn't work and I may have messed something around that prevented a clean install of GNU Radio. > On Jul 5, 2016, at 1:33 PM, Michael Dickens

Re: [Discuss-gnuradio] new user

2016-07-05 Thread Michael Dickens
I think if you follow the install guide for Mac OS X, GR will work almost out of the box. As stated, there are cases where some dependencies fail to build or the like; just "clean" the failed dependency, try to install it directly, and it usually works. Most dependencies are a binary download now;

Re: [Discuss-gnuradio] new user

2016-07-05 Thread Cinaed Simson
On 07/04/2016 07:52 AM, Darin Decker wrote: > Good morning, I have been trying to get Gnuradio up and and running all > weekend on either a Macbook Pro or a System 76 Ubuntu 12.04 machine but have > not had any success. If I understand correctly, Ubuntu 12.04 is not > supported so I have not pu

Re: [Discuss-gnuradio] new user

2016-07-05 Thread Maicon Kist
I installed GNURadio using brew (http://brew.sh). Its as simples as: brew install gnuradio I recommend trying it as a ‘package manager’ instead of MacPorts. Best regards, ___ Discuss-gnuradio mailing list Discuss-gnuradio@gnu.org https://lists.gnu.org/m

Re: [Discuss-gnuradio] new user

2016-07-05 Thread Kevin McQuiggin
unning on the Mac. Hard to think that it is open source. Best of luck, Mark Napier Date: Mon, 04 Jul 2016 09:52:25 -0500 From: Darin Decker mailto:darindec...@mac.com>> To: discuss-gnuradio@gnu.org <mailto:discuss-gnuradio@gnu.org> Subject: [Discuss-gnuradio] new user Messa

Re: [Discuss-gnuradio] new user

2016-07-05 Thread Darin Decker
lopers. > > I installed the fosphor waterfall display for grc and that is truly stunning > on the Mac. Hard to think that it is open source. > > Best of luck, > > Mark Napier > > > > > > Date: Mon, 04 Jul 2016 09:52:25 -0500 > From: Darin Decker

Re: [Discuss-gnuradio] new user

2016-07-04 Thread Mark Napier
er Date: Mon, 04 Jul 2016 09:52:25 -0500 From: Darin Decker To: discuss-gnuradio@gnu.org Subject: [Discuss-gnuradio] new user Message-ID: <31d96c07-115a-4935-9a0c-ae03cdda7...@mac.com> Content-Type: text/plain; charset=utf-8 Good morning, I have been trying to get Gnuradio up and and

Re: [Discuss-gnuradio] new user

2016-07-04 Thread Darin Decker
On the Mac issue, the issue is that it says PLL not locked but it also doesn't receive anything. On the below command line, it worked on the LiveDVD! Thank you! > On Jul 4, 2016, at 11:21 AM, mle...@ripnet.com wrote: > > The "PLL lock messages" are normal during start-up for the gr-osmosdr r

Re: [Discuss-gnuradio] new user

2016-07-04 Thread mleech
The "PLL lock messages" are normal during start-up for the gr-osmosdr rtl-sdr driver. SO, on your liveDVD image, you could do something like: osmocom_fft -a rtl=0 -f 101.1e6 -g 30 -s 1.0e6 --fft-rate 10 Does you radio station show up on the FFT display? On 2016-07-04 11:49, Darin Decker wro

Re: [Discuss-gnuradio] new user

2016-07-04 Thread Darin Decker
Gotcha. For 1. below.. I followed the flow on the Mac install page.. http://gnuradio.org/redmine/projects/gnuradio/wiki/MacInstall Installed Quartz Installed MacPorts ran port install gnu radio on 3. below, yeah, I’m thinking the

Re: [Discuss-gnuradio] new user

2016-07-04 Thread Marcus Müller
Hi Darin On 07/04/2016 05:49 PM, Darin Decker wrote: > Thank you Marcus! > > Sorry, I should have been more clear. > When trying to use the little RTL-SDR dongle, I have the following: > > 1. Tried to install on a Macbook Pro running El Capitan but *how* do you try to install? > and that is wher

Re: [Discuss-gnuradio] new user

2016-07-04 Thread Darin Decker
Thank you Marcus! Sorry, I should have been more clear. When trying to use the little RTL-SDR dongle, I have the following: 1. Tried to install on a Macbook Pro running El Capitan and that is where I’m getting ‘The xterm executable “ is missing’ issue. When I just accept that and the flow run

Re: [Discuss-gnuradio] new user

2016-07-04 Thread Marcus Müller
Hi Darin, welcome! > If I understand correctly, Ubuntu 12.04 is not supported I don't think that's true! I'd personally recommend not using a more than four years old distro when doing new, non-legacy stuff, but you should be able to build things on Ubuntu 12.04. > so I have not pursued that much

[Discuss-gnuradio] new user

2016-07-04 Thread Darin Decker
Good morning, I have been trying to get Gnuradio up and and running all weekend on either a Macbook Pro or a System 76 Ubuntu 12.04 machine but have not had any success. If I understand correctly, Ubuntu 12.04 is not supported so I have not pursued that much but focused on the Macbook Pro. Wh

Re: [Discuss-gnuradio] New User

2007-02-21 Thread Candy Yiu
You can also read this. Good to start with because it explains: http://www.gnu.org/software/gnuradio/doc/exploring-gnuradio.html -Candy Kalyanam, Janani wrote: Hi, I am new to GNU radios. I was wondering if/where I could find experiments to transmit and receive a simple sine wave, to get sta

Re: [Discuss-gnuradio] New User

2007-02-21 Thread Johnathan Corgan
Kalyanam, Janani wrote: > I am new to GNU radios. I was wondering if/where I could find > experiments to transmit and receive a simple sine wave, to get > started off. Please look at: gnuradio-examples/python/usrp/usrp_siggen.py This allows you to create a variety of waveforms either at baseb

[Discuss-gnuradio] New User

2007-02-21 Thread Kalyanam, Janani
Hi, I am new to GNU radios. I was wondering if/where I could find experiments to transmit and receive a simple sine wave, to get started off. Thanks Janani Kalyanam PS - I am sorry if this is the third time you are getting the same mail, but for some reason my earlier mails never seem to get p

[Discuss-gnuradio] New User

2007-02-21 Thread Kalyanam, Janani
Hi, I am new to GNU radios. I was wondering if/where I could find experiments to transmit and receive a simple sine wave, to get started off. Thanks Janani Kalyanam ___ Discuss-gnuradio mailing list Discuss-gnuradio@gnu.org http://lists.gnu.org/mailma