pothosware / SoapyRTLSDR

SoapySDR RTL-SDR Support Module
https://github.com/pothosware/SoapyRTLSDR/wiki
MIT License
124 stars 29 forks source link

USB claim interface error -3 crashes CubicSDR #25

Closed stuzog closed 7 years ago

stuzog commented 7 years ago

Installed CubicSDR via the brew instructions but CubicSDR crashes on clicking Start when the RTL-SDR USB device is selected in the initial starting window. Here is part of the output in Terminal:

 available = No
  driver = rtlsdr
  label = ezcap USB 2.0 DVB-T/DAB/FM dongle :: 00000001
  manufacturer = Realtek
  product = RTL2838UHIDIR
  rtl = 0
  serial = 00000001
  tuner = 
Make device 4
usb_claim_interface error -3
  origin=https://github.com/pothosware/SoapyRTLSDR
  rtl=0

Reporting enumeration complete.
SDR enumerator done.
usb_claim_interface error -3
ERROR: thread '9SDRThread' has not terminated in time ! (> 2000 ms)
SDR enumerator starting.
SoapySDR init..
    API Version: v0.5.2
    ABI Version: v0.5-2
    Install root: /usr/local
    Loading modules... 
    Available factories...audio, bladerf, hackrf, lime, miri, null, osmosdr, redpitaya, remote, rfspace, rtlsdr, uhd

ending with:

Reporting enumeration complete.
SDR enumerator done.
usb_claim_interface error -3
SDR thread starting.
device init()
[INFO] Using format CF32.
Stream MTU: 8192
dyld: lazy symbol binding failed: Symbol not found: _rtlsdr_set_agc_mode
  Referenced from: /usr/local/lib/SoapySDR/modules0.5-2/librtlsdrSupport.so
  Expected in: flat namespace

dyld: Symbol not found: _rtlsdr_set_agc_mode
  Referenced from: /usr/local/lib/SoapySDR/modules0.5-2/librtlsdrSupport.so
  Expected in: flat namespace

/usr/local/bin/cubicsdr: line 5: 44767 Trace/BPT trap: 5       ./CubicSDR
bash$ 

CubicSDR boot->crash.txt

stuzog commented 7 years ago

Reinstalling with brew install cubicsdr worked.