CubicSDR icon indicating copy to clipboard operation
CubicSDR copied to clipboard

cubicSDR doesnt find rtl-sdr dongle on mac os monterey

Open Niklassthlm opened this issue 2 years ago • 2 comments

i have installed cubicsdr and on launch when choosing device i cant find it. The rtl-sdr works with gqrx on the same macbook pro

Niklassthlm avatar Mar 30 '22 19:03 Niklassthlm

@Niklassthlm

Your soapy libraries are messed up try -

sudo find / -name "*modules0*"

to see if and where it finds the soapy stuff

righthalfplane avatar Jun 04 '22 03:06 righthalfplane

If SoapySDR is installed, SoapySDRUtil is worth running. If it doesn't run, SoapySDR isn't correctly installed. Running

SoapySDRUtil --info

will dump the directories and devices supported. This combined with the previous suggestion by righthalfplane will help.

colbyAtCRI avatar Jun 05 '22 14:06 colbyAtCRI