cjcliffe / CubicSDR

Cross-Platform Software-Defined Radio Application
http://www.cubicsdr.com
GNU General Public License v2.0
2.02k stars 249 forks source link

cubicSDR doesnt find rtl-sdr dongle on mac os monterey #948

Open Niklassthlm opened 2 years ago

Niklassthlm commented 2 years ago

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

righthalfplane commented 2 years ago

@Niklassthlm

Your soapy libraries are messed up try -

sudo find / -name "*modules0*"

to see if and where it finds the soapy stuff

colbyAtCRI commented 2 years ago

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.