-
Notifications
You must be signed in to change notification settings - Fork 11
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
MAC OS timing issue - RSP1A not found on first attemp , second ok ? #73
Comments
@aneitzel - I don't have a Mac (just Linux and Windows here), but I would try to figure out why you are getting that message the first time:
On Linux I would use the command Hope it helps, |
on MAC there is lsbutils available via PORTS also, seems my USB RSP1A is recognized correctly after boot. This is what i got via lsusb: alpha@iMAC ~ % lsusb But i need to fire up one time a "SoapySDRUtil --find" to enable soapy and SDR software using it to find it. From my point of view it seems to be a issue somethere between OS USB and soapy and or SDRplay code :-( |
@aneitzel perhaps this is what is going on:
Since you have
and after the first time I run
BTW I see you are still running an old version (2.13) of the SDRplay API - it is several years old, and I think it is no longer supported by SDRplay. Franco |
Hi all,
found a problem with SoapySDRplay on MAC. Have tested a complete fresh install of OS (Catalina 10.15.7) and all prereq + sdrplay and soapysdrplay via MAC PORTS.
Problem ==> After boot OS and check SDRplay hw with SoapySDRUtil -find, it dont find the RSP1A on first attemp. After rerun the same command it works! See below:
alpha@iMAC ~ % SoapySDRUtil -find
######################################################
Soapy SDR -- the SDR abstraction library
######################################################
libusb: error [darwin_claim_interface] interface not found
No devices found!
alpha@iMAC ~ % SoapySDRUtil -find
######################################################
Soapy SDR -- the SDR abstraction library
######################################################
Found device 0
driver = sdrplay
label = SDRplay Dev0 RSP1A 1807082793
serial = 18XXXXXXXX
Any idea whats wrong?
alpha@iMAC ~ % SoapySDRUtil --info
######################################################
Soapy SDR -- the SDR abstraction library
######################################################
Lib Version: v0.8.1-unknown
API Version: v0.8.0
ABI Version: v0.8
Install root: /opt/local
Search path: /opt/local/lib/SoapySDR/modules0.8
Module found: /opt/local/lib/SoapySDR/modules0.8/libLMS7Support.so (20.10.0)
Module found: /opt/local/lib/SoapySDR/modules0.8/libsdrPlaySupport.so (0.3.0)
Available factories... lime, sdrplay
Available converters...
alpha@iMAC ~ % SoapySDRUtil --probe=sdrplay
######################################################
Soapy SDR -- the SDR abstraction library
######################################################
Probe device sdrplay
-- Device identification
driver=SDRplay
hardware=RSP1A
mir_sdr_api_version=2.130000
mir_sdr_hw_version=255
serial=180XXXXXXXXX
The text was updated successfully, but these errors were encountered: