cjcliffe / CubicSDR

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

Error when starting CubicSDR #186

Closed ghost closed 8 years ago

ghost commented 8 years ago

No RTL-SDR adapter connected.

SoapySDR init..
    API Version: v0.4.0-g4331e634
    ABI Version: v0.4-2
    Install root: /usr/local
    Loading modules... 
[ERROR] SoapySDR::loadModule(/usr/local/lib/SoapySDR/modules/libremoteSupport.so)
  duplicate entry for null ()
    Available factories...null, remote, rtlsdr, sdrplay
cjcliffe commented 8 years ago

Hmm, I think @guruofquality had something in about this; null module gets included in SoapyRemote as well or something -- it's harmless really since it's not used that's just saying it refused to load it twice..

guruofquality commented 8 years ago

Explanation and issue for reference: https://github.com/pothosware/SoapySDR/issues/53

cjcliffe commented 8 years ago

@guruofquality thanks, that's the one -- going to close this one so we're not duplicating.