I’ve gotten everything installed Pothos/Soapy, LimeSuite, etc…you name it, and it’s been installed. Aside from adding the string “soapy=0,driver=lime” into GQRX, is there something I’m missing? Or is OSX just not supported yet?
You really need to provide more details about what you did and in particular how you installed the various packages.
The official distribution of Gqrx on OS X in the Gqrx app bundle and that does not yet support LimeSDR. Installing Limesuite and Pothos independently of the gqrx bundle is not going to make gqrx work.
Currently there are two options:
Build everything from source.
Wait until I or somebody else have time to create a new OS X bundle.
PS: It might be a good idea to move this under the LimeSDR category.
If you have any issues past that then there may be underlying development still going on for OSX that you can pull if there’s been changes since the last time it was compiled.
Andrew, the test works, though I didn’t get as far as the transmit portion.
Alex, LimeSuite/Pothos was installed via homebrew, GnuRadio/GR components via MacPorts, GQRX was simply downloaded from the site. I will give building from source a shot to see what the outcome is.
Marty, no go, I’m assuming that you and Alex are on to something with there being an underlying issue with GQRX for now.
The gqrx app bundle comes with everything included in the bundle and will only use what is in the bundle. It will not use any external libraries you may have installed.
Note that you have to build gr-osmosdr with soapysdr support, which in turn will need the soapylms plugin, then you can build gqrx to use the new gr-osmosdr.
I don’t think the order matters but logically I would prefer “soapy=0,driver=lime” because driver=lime is actually an option passed on to the soapysdr backend
I’m throwing in the towel for now, after several hours of trying to build this…build that…I just couldn’t figure it out. Thanks for the input everyone.
Ok, so I reinstalled LimeSuite and SoapySDR through brew, GNURadio through MacPorts. I built gr-osmocom from source to include SoapySDR support, GQRX from source…and installing just about everything else related to SDRs…I’ve gotten to the point where…
libc++abi.dylib: terminating with uncaught exception of type std::runtime_error: soapy_source_c::set_iq_balance_mode() not supported
Anyone have any ideas?
The LEDs on the Radio itself change activity, but the program exits.
@Ramsin did you meet all the prerequisites for gqrx? I think I have seen something like that when gr-iqbal was not installed or cmake could not find it.
Only thing that sucked is leaving my u.fl to SMA pigtail and antennas at home…haha, luckily my workplace uses a Hytera DMR system that transmits every so often, so I was able to confirm that the radio is receiving using a paper clip.
I like the idea of being the first for something…finally, haha, now to see if I can make it a nicely packaged app…
SoapySDRUtil --find in my PATH just works, but I was suggesting above that the one inside gqrx.app wouldn’t since it’s built against different ABI (and indeed, I can’t see the Lime in the GQRX UI)