Skip to content
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

No source available (when I manage to run it) #239

Closed
i-am-tof opened this issue Nov 11, 2018 · 5 comments
Closed

No source available (when I manage to run it) #239

i-am-tof opened this issue Nov 11, 2018 · 5 comments

Comments

@i-am-tof
Copy link

Hello,
I've got an up to date Ubuntu 16.04 Xenial amd64.
I can use a hackrf or a rtlsrd dongle with gqrx and many other programs without any problem.

Wondering using sdrangel, I installed it from "sdrangel_4.2.4-1_amd64_xenial.deb" but there was no way to run it. The sdrangel binary is not seen from command line.

So I installed it from github sources (cmake .., make, make install). Everything goes fine. Then when I ran sdrangel, but it was unable to open these libraries despite there where present :
/usr/local/lib/libsdrgui.so
/usr/local/lib/liblogging.so
/usr/local/lib/libsdrbase.so
/usr/local/lib/libswagger.so
/usr/local/lib/libhttpserver.so
/usr/local/lib/libqrtplib.so
/usr/local/lib/plugins/samplesink/liboutputhackrf.so
/usr/local/lib/plugins/samplesource/libinputhackrf.so
I linked them in /usr/lib/, than sdrangel was able to load them, except libinputhackrf.so and liboutputhackrf.so.

Hackrf libs and rtlsdr dongle libs where installed from package manager prior to sdrangel.

I tried to link /usr/lib/samplesink to /usr/local/lib/plugins/samplesink and /usr/lib/samplesource to /usr/local/lib/plugins/samplesource, then sdrangel launched without loading error, but I didn't have any source available in the app.

There was no menu link to sdrangel, nor any icon installed, I had to put some icons by hand and create a launcher.
sdrangel

I removed all links, made a "make clean", erased the build directory and made a new "cmake ../make/make install". Everything compiled and installed without any error but sdrangel still do the same as before, complaining about the libs it can't open and refusing to launch.

I don't know if some cleaning is necessary before compiling it again. I'm stuck and I don't know how to do. Any help would be nice !

@f4exb
Copy link
Owner

f4exb commented Nov 12, 2018

The .deb package installs everything in /opt/sdrangel as it should for "unofficial" software (not in the distribution). You have to start it from the command line: /opt/sdrangel/bin/sdrangel. For any fancy stuff like menu, icons you're on your own but apparently you know how to do it. Detailed instructions can be found here: https://github.com/f4exb/sdrangel#debian-distributions

When compiling from source you are creating a big mess when linking the plugins the installation structure should be respected instead of packing everything in /usr/lib. Moreover installing in /usr or even /usr/local is usually a bad idea because you are interfering with your distribution.

I must admit more descriptive and firm instructions on how to build the software from source installing to /opt/install structure should be given in a Wiki page.

@i-am-tof
Copy link
Author

Hello,
Thanks for your response, not being a developer, I really appreciate such informations.
I spent much time trying to see sdrangel working. Doing so I red some details about how you compiled yours, but I was unable to retrieve the good page, so yes it would be useful to put these details as a dedicated readme file on the git.

I cleaned what I did (removed links, make uninstall, check everything) then retried with the deb package. No more warning about libs but unfortunately, I still have the same issue...no source in sdrangel.

still no source

Here is the sdrangel's terminal output, and the loaded plugins window, giving versions in case of.

$ 2018-11-12 07:10:51.862 (I) SDRangel 4.2.4 Qt 5.5.1 64b x86_64 Ubuntu 16.04.5 LTS DSP Rx:24b Tx:16b PID 12016
2018-11-12 07:10:51.862 (D) AudioDeviceManager::AudioDeviceManager: scan input devices
2018-11-12 07:10:51.976 (D) AudioDeviceManager::AudioDeviceManager: input device #0: HDA ATI SB
2018-11-12 07:10:51.976 (D) AudioDeviceManager::AudioDeviceManager: input device #1: HDA NVidia
2018-11-12 07:10:51.976 (D) AudioDeviceManager::AudioDeviceManager: input device #2: default
2018-11-12 07:10:51.976 (D) AudioDeviceManager::AudioDeviceManager: input device #3: alsa_output.pci-0000_00_14.2.analog-stereo.monitor
2018-11-12 07:10:51.976 (D) AudioDeviceManager::AudioDeviceManager: scan output devices
2018-11-12 07:10:52.059 (D) AudioDeviceManager::AudioDeviceManager: output device #0: HDA ATI SB
2018-11-12 07:10:52.059 (D) AudioDeviceManager::AudioDeviceManager: output device #1: HDA NVidia
2018-11-12 07:10:52.059 (D) AudioDeviceManager::AudioDeviceManager: output device #2: default
2018-11-12 07:10:52.059 (D) AudioDeviceManager::AudioDeviceManager: output device #3: alsa_output.pci-0000_00_14.2.analog-stereo
2018-11-12 07:10:52.059 (D) MainWindow::MainWindow: start
2018-11-12 07:10:52.142 (D) MainWindow::MainWindow: load settings...
2018-11-12 07:10:52.142 (D) MainWindow::loadSettings
2018-11-12 07:10:52.142 (D) AudioDeviceManager::deserialize
2018-11-12 07:10:52.142 (D) AudioDeviceManager::debugAudioOutputInfos: name: "System default device" sampleRate: 48000 udpAddress: "127.0.0.1" udpPort: 9998 copyToUDP: false udpUseRTP: false udpChannelMode: 0
2018-11-12 07:10:52.142 (D) MainWindow::MainWindow: load plugins...
2018-11-12 07:10:52.142 (D) PluginManager::loadPlugins: /opt/sdrangel/bin/../lib/plugins , /opt/sdrangel/bin/plugins
2018-11-12 07:10:52.142 (D) PluginManager::loadPluginsDir: fileName: libchanalyzer.so
2018-11-12 07:10:52.143 (I) PluginManager::loadPluginsDir: loaded plugin libchanalyzer.so
2018-11-12 07:10:52.143 (D) PluginManager::loadPluginsDir: fileName: libdaemonsink.so
2018-11-12 07:10:52.143 (I) PluginManager::loadPluginsDir: loaded plugin libdaemonsink.so
2018-11-12 07:10:52.143 (D) PluginManager::loadPluginsDir: fileName: libdemodam.so
2018-11-12 07:10:52.144 (I) PluginManager::loadPluginsDir: loaded plugin libdemodam.so
2018-11-12 07:10:52.144 (D) PluginManager::loadPluginsDir: fileName: libdemodatv.so
2018-11-12 07:10:52.145 (I) PluginManager::loadPluginsDir: loaded plugin libdemodatv.so
2018-11-12 07:10:52.145 (D) PluginManager::loadPluginsDir: fileName: libdemodbfm.so
2018-11-12 07:10:52.146 (I) PluginManager::loadPluginsDir: loaded plugin libdemodbfm.so
2018-11-12 07:10:52.146 (D) PluginManager::loadPluginsDir: fileName: libdemoddsd.so
2018-11-12 07:10:52.147 (I) PluginManager::loadPluginsDir: loaded plugin libdemoddsd.so
2018-11-12 07:10:52.147 (D) PluginManager::loadPluginsDir: fileName: libdemodlora.so
2018-11-12 07:10:52.147 (I) PluginManager::loadPluginsDir: loaded plugin libdemodlora.so
2018-11-12 07:10:52.147 (D) PluginManager::loadPluginsDir: fileName: libdemodnfm.so
2018-11-12 07:10:52.148 (I) PluginManager::loadPluginsDir: loaded plugin libdemodnfm.so
2018-11-12 07:10:52.148 (D) PluginManager::loadPluginsDir: fileName: libdemodssb.so
2018-11-12 07:10:52.149 (I) PluginManager::loadPluginsDir: loaded plugin libdemodssb.so
2018-11-12 07:10:52.149 (D) PluginManager::loadPluginsDir: fileName: libdemodwfm.so
2018-11-12 07:10:52.149 (I) PluginManager::loadPluginsDir: loaded plugin libdemodwfm.so
2018-11-12 07:10:52.149 (D) PluginManager::loadPluginsDir: fileName: libudpsink.so
2018-11-12 07:10:52.150 (I) PluginManager::loadPluginsDir: loaded plugin libudpsink.so
2018-11-12 07:10:52.150 (D) PluginManager::loadPluginsDir: fileName: libdaemonsource.so
2018-11-12 07:10:52.151 (I) PluginManager::loadPluginsDir: loaded plugin libdaemonsource.so
2018-11-12 07:10:52.151 (D) PluginManager::loadPluginsDir: fileName: libmodam.so
2018-11-12 07:10:52.151 (I) PluginManager::loadPluginsDir: loaded plugin libmodam.so
2018-11-12 07:10:52.151 (D) PluginManager::loadPluginsDir: fileName: libmodatv.so
2018-11-12 07:10:52.182 (I) PluginManager::loadPluginsDir: loaded plugin libmodatv.so
2018-11-12 07:10:52.182 (D) PluginManager::loadPluginsDir: fileName: libmodnfm.so
2018-11-12 07:10:52.183 (I) PluginManager::loadPluginsDir: loaded plugin libmodnfm.so
2018-11-12 07:10:52.183 (D) PluginManager::loadPluginsDir: fileName: libmodssb.so
2018-11-12 07:10:52.183 (I) PluginManager::loadPluginsDir: loaded plugin libmodssb.so
2018-11-12 07:10:52.183 (D) PluginManager::loadPluginsDir: fileName: libmodwfm.so
2018-11-12 07:10:52.184 (I) PluginManager::loadPluginsDir: loaded plugin libmodwfm.so
2018-11-12 07:10:52.184 (D) PluginManager::loadPluginsDir: fileName: libudpsource.so
2018-11-12 07:10:52.185 (I) PluginManager::loadPluginsDir: loaded plugin libudpsource.so
2018-11-12 07:10:52.185 (D) PluginManager::loadPluginsDir: fileName: liboutputbladerf1.so
2018-11-12 07:10:52.186 (I) PluginManager::loadPluginsDir: loaded plugin liboutputbladerf1.so
2018-11-12 07:10:52.186 (D) PluginManager::loadPluginsDir: fileName: liboutputbladerf2.so
2018-11-12 07:10:52.187 (I) PluginManager::loadPluginsDir: loaded plugin liboutputbladerf2.so
2018-11-12 07:10:52.187 (D) PluginManager::loadPluginsDir: fileName: liboutputfilesink.so
2018-11-12 07:10:52.187 (I) PluginManager::loadPluginsDir: loaded plugin liboutputfilesink.so
2018-11-12 07:10:52.187 (D) PluginManager::loadPluginsDir: fileName: liboutputhackrf.so
2018-11-12 07:10:52.188 (I) PluginManager::loadPluginsDir: loaded plugin liboutputhackrf.so
2018-11-12 07:10:52.188 (D) PluginManager::loadPluginsDir: fileName: liboutputlimesdr.so
2018-11-12 07:10:52.189 (I) PluginManager::loadPluginsDir: loaded plugin liboutputlimesdr.so
2018-11-12 07:10:52.189 (D) PluginManager::loadPluginsDir: fileName: liboutputplutosdr.so
2018-11-12 07:10:52.190 (I) PluginManager::loadPluginsDir: loaded plugin liboutputplutosdr.so
2018-11-12 07:10:52.190 (D) PluginManager::loadPluginsDir: fileName: liboutputsdrdaemonsink.so
2018-11-12 07:10:52.191 (I) PluginManager::loadPluginsDir: loaded plugin liboutputsdrdaemonsink.so
2018-11-12 07:10:52.191 (D) PluginManager::loadPluginsDir: fileName: libinputairspy.so
2018-11-12 07:10:52.192 (I) PluginManager::loadPluginsDir: loaded plugin libinputairspy.so
2018-11-12 07:10:52.192 (D) PluginManager::loadPluginsDir: fileName: libinputairspyhf.so
2018-11-12 07:10:52.192 (I) PluginManager::loadPluginsDir: loaded plugin libinputairspyhf.so
2018-11-12 07:10:52.192 (D) PluginManager::loadPluginsDir: fileName: libinputbladerf1.so
2018-11-12 07:10:52.193 (I) PluginManager::loadPluginsDir: loaded plugin libinputbladerf1.so
2018-11-12 07:10:52.193 (D) PluginManager::loadPluginsDir: fileName: libinputbladerf2.so
2018-11-12 07:10:52.194 (I) PluginManager::loadPluginsDir: loaded plugin libinputbladerf2.so
2018-11-12 07:10:52.194 (D) PluginManager::loadPluginsDir: fileName: libinputfcdpro.so
2018-11-12 07:10:52.195 (I) PluginManager::loadPluginsDir: loaded plugin libinputfcdpro.so
2018-11-12 07:10:52.195 (D) PluginManager::loadPluginsDir: fileName: libinputfcdproplus.so
2018-11-12 07:10:52.196 (I) PluginManager::loadPluginsDir: loaded plugin libinputfcdproplus.so
2018-11-12 07:10:52.196 (D) PluginManager::loadPluginsDir: fileName: libinputfilesource.so
2018-11-12 07:10:52.196 (I) PluginManager::loadPluginsDir: loaded plugin libinputfilesource.so
2018-11-12 07:10:52.196 (D) PluginManager::loadPluginsDir: fileName: libinputhackrf.so
2018-11-12 07:10:52.197 (I) PluginManager::loadPluginsDir: loaded plugin libinputhackrf.so
2018-11-12 07:10:52.197 (D) PluginManager::loadPluginsDir: fileName: libinputlimesdr.so
2018-11-12 07:10:52.198 (I) PluginManager::loadPluginsDir: loaded plugin libinputlimesdr.so
2018-11-12 07:10:52.198 (D) PluginManager::loadPluginsDir: fileName: libinputperseus.so
2018-11-12 07:10:52.199 (I) PluginManager::loadPluginsDir: loaded plugin libinputperseus.so
2018-11-12 07:10:52.199 (D) PluginManager::loadPluginsDir: fileName: libinputplutosdr.so
2018-11-12 07:10:52.200 (I) PluginManager::loadPluginsDir: loaded plugin libinputplutosdr.so
2018-11-12 07:10:52.200 (D) PluginManager::loadPluginsDir: fileName: libinputrtlsdr.so
2018-11-12 07:10:52.200 (I) PluginManager::loadPluginsDir: loaded plugin libinputrtlsdr.so
2018-11-12 07:10:52.200 (D) PluginManager::loadPluginsDir: fileName: libinputsdrdaemonsource.so
2018-11-12 07:10:52.201 (I) PluginManager::loadPluginsDir: loaded plugin libinputsdrdaemonsource.so
2018-11-12 07:10:52.201 (D) PluginManager::loadPluginsDir: fileName: libinputsdrplay.so
2018-11-12 07:10:52.202 (I) PluginManager::loadPluginsDir: loaded plugin libinputsdrplay.so
2018-11-12 07:10:52.202 (D) PluginManager::loadPluginsDir: fileName: libinputtestsource.so
2018-11-12 07:10:52.203 (I) PluginManager::loadPluginsDir: loaded plugin libinputtestsource.so
2018-11-12 07:10:52.203 (D) PluginManager::registerRxChannel AM Demodulator with channel name "sdrangel.channel.amdemod"
2018-11-12 07:10:52.203 (D) PluginManager::registerTxChannel AM Modulator with channel name "sdrangel.channeltx.modam"
2018-11-12 07:10:52.203 (D) PluginManager::registerRxChannel ATV Demodulator with channel name "sdrangel.channel.demodatv"
2018-11-12 07:10:52.203 (D) PluginManager::registerTxChannel ATV Modulator with channel name "sdrangel.channeltx.modatv"
2018-11-12 07:10:52.203 (D) PluginManager::registerSampleSource Airspy Input with source name sdrangel.samplesource.airspy
2018-11-12 07:10:52.203 (D) PluginManager::registerSampleSource AirspyHF Input with source name sdrangel.samplesource.airspyhf
2018-11-12 07:10:52.203 (D) PluginManager::registerSampleSource BladeRF1 Input with source name sdrangel.samplesource.bladerf1input
2018-11-12 07:10:52.203 (D) PluginManager::registerSampleSink BladeRF1 Output with sink name sdrangel.samplesource.bladerf1output
2018-11-12 07:10:52.203 (D) PluginManager::registerSampleSource BladeRF2 Input with source name sdrangel.samplesource.bladerf2input
2018-11-12 07:10:52.203 (D) PluginManager::registerSampleSink BladeRF2 Output with sink name sdrangel.samplesource.bladerf2output
2018-11-12 07:10:52.203 (D) PluginManager::registerRxChannel Broadcast FM Demodulator with channel name "sdrangel.channel.bfm"
2018-11-12 07:10:52.203 (D) PluginManager::registerRxChannel Channel Analyzer with channel name "sdrangel.channel.chanalyzer"
2018-11-12 07:10:52.203 (D) PluginManager::registerRxChannel DSD Demodulator with channel name "sdrangel.channel.dsddemod"
2018-11-12 07:10:52.203 (D) PluginManager::registerRxChannel Daemon channel Sink with channel name "sdrangel.channel.daemonsink"
2018-11-12 07:10:52.203 (D) PluginManager::registerTxChannel Daemon channel source with channel name "sdrangel.channeltx.daemonsource"
2018-11-12 07:10:52.203 (D) PluginManager::registerSampleSink File sink output with sink name sdrangel.samplesink.filesink
2018-11-12 07:10:52.203 (D) PluginManager::registerSampleSource File source input with source name sdrangel.samplesource.filesource
2018-11-12 07:10:52.203 (D) PluginManager::registerSampleSource FunCube Pro Input with source name sdrangel.samplesource.fcdpro
2018-11-12 07:10:52.203 (D) PluginManager::registerSampleSource FunCube Pro+ Input with source name sdrangel.samplesource.fcdproplus
2018-11-12 07:10:52.203 (D) PluginManager::registerSampleSource HackRF Input with source name sdrangel.samplesource.hackrf
2018-11-12 07:10:52.203 (D) PluginManager::registerSampleSink HackRF Output with sink name sdrangel.samplesource.hackrfoutput
2018-11-12 07:10:52.203 (D) PluginManager::registerSampleSource LimeSDR Input with source name sdrangel.samplesource.limesdr
2018-11-12 07:10:52.203 (D) PluginManager::registerSampleSink LimeSDR Output with sink name sdrangel.samplesink.limesdr
2018-11-12 07:10:52.203 (D) PluginManager::registerRxChannel LoRa Demodulator with channel name "sdrangel.channel.lorademod"
2018-11-12 07:10:52.203 (D) PluginManager::registerRxChannel NFM Demodulator with channel name "sdrangel.channel.nfmdemod"
2018-11-12 07:10:52.203 (D) PluginManager::registerTxChannel NFM Modulator with channel name "sdrangel.channeltx.modnfm"
2018-11-12 07:10:52.203 (D) PluginManager::registerSampleSource Perseus Input with source name sdrangel.samplesource.perseus
2018-11-12 07:10:52.203 (D) PluginManager::registerSampleSource PlutoSDR Input with source name sdrangel.samplesource.plutosdr
2018-11-12 07:10:52.203 (D) PluginManager::registerSampleSink PlutoSDR Output with sink name sdrangel.samplesink.plutosdr
2018-11-12 07:10:52.203 (D) PluginManager::registerSampleSource RTL-SDR Input with source name sdrangel.samplesource.rtlsdr
2018-11-12 07:10:52.204 (D) PluginManager::registerSampleSource SDRPlay RSP1 Input with source name sdrangel.samplesource.sdrplay
2018-11-12 07:10:52.204 (D) PluginManager::registerSampleSink SDRdaemon sink output with sink name sdrangel.samplesink.sdrdaemonsink
2018-11-12 07:10:52.204 (D) PluginManager::registerSampleSource SDRdaemon source input with source name sdrangel.samplesource.sdrdaemonsource
2018-11-12 07:10:52.204 (D) PluginManager::registerRxChannel SSB Demodulator with channel name "sdrangel.channel.ssbdemod"
2018-11-12 07:10:52.204 (D) PluginManager::registerTxChannel SSB Modulator with channel name "sdrangel.channeltx.modssb"
2018-11-12 07:10:52.204 (D) PluginManager::registerSampleSource Test Source input with source name sdrangel.samplesource.testsource
2018-11-12 07:10:52.204 (D) PluginManager::registerRxChannel UDP Channel Sink with channel name "sdrangel.channel.udpsink"
2018-11-12 07:10:52.204 (D) PluginManager::registerTxChannel UDP Channel Source with channel name "sdrangel.channeltx.udpsource"
2018-11-12 07:10:52.204 (D) PluginManager::registerRxChannel WFM Demodulator with channel name "sdrangel.channel.wfmdemod"
2018-11-12 07:10:52.204 (D) PluginManager::registerTxChannel WFM Modulator with channel name "sdrangel.channeltx.modwfm"
2018-11-12 07:10:52.209 (D) AirspyPlugin::enumSampleSources: enumerated 0 Airspy devices AIRSPY_ERROR_NOT_FOUND
2018-11-12 07:10:52.209 (D) AirspyPlugin::enumSampleSources: airspy_exit: AIRSPY_SUCCESS
2018-11-12 07:10:52.237 (D) HackRFPlugin::enumSampleSources: try to enumerate HackRF device #0
2018-11-12 07:10:52.237 (D) HackRFPlugin::enumSampleSources: enumerated HackRF device #0
2018-11-12 07:10:52.248 (D) LimeSDRInputPlugin::enumSampleSources: Could not find any LimeSDR device
2018-11-12 07:10:52.254 (I) DevicePerseusScan::scan: no Perseus devices
2018-11-12 07:10:52.281 (D) HackRFOutputPlugin::enumSampleSinks: try to enumerate HackRF device #0
2018-11-12 07:10:52.281 (D) HackRFOutputPlugin::enumSampleSinks: enumerated HackRF device #0
2018-11-12 07:10:52.281 (D) LimeSDROutputPlugin::enumSampleSources: Could not find any LimeSDR device
2018-11-12 07:10:52.287 (D) MainWindow::MainWindow: select SampleSource from settings or default (file source) ...
2018-11-12 07:10:52.287 (D) DSPDeviceSourceEngine::start
2018-11-12 07:10:52.287 (D) DSPDeviceSourceEngine::run
2018-11-12 07:10:52.343 (D) FFTEngine::create: using FFTW engine
2018-11-12 07:10:52.821 (D) FFT: creating FFTW plan (n=1024,forward) took 478ms
2018-11-12 07:10:52.822 (D) GLSpectrum::connectTimer
2018-11-12 07:10:52.824 (D) DSPDeviceSourceEngine::addSink: SpectrumVis
2018-11-12 07:10:52.824 (D) DSPDeviceSourceEngine::handleSynchronousMessages: DSPAddBasebandSampleSink
2018-11-12 07:10:52.851 (D) DSPDeviceSourceEngine::setSourceSequence: seq: 0
2018-11-12 07:10:52.851 (D) FileSourceInput::FileSourceInput: device source engine: 0xd8bd50
2018-11-12 07:10:52.851 (D) FileSourceInput::FileSourceInput: device source engine message queue: 0xd8bd68
2018-11-12 07:10:52.851 (D) FileSourceInput::FileSourceInput: device source: 0x0
2018-11-12 07:10:52.851 (D) DSPDeviceSourceEngine::setSource
2018-11-12 07:10:52.851 (D) DSPDeviceSourceEngine::handleSynchronousMessages: DSPSetSource
2018-11-12 07:10:52.851 (D) DSPDeviceSourceEngine::gotoIdle
2018-11-12 07:10:52.851 (D) DSPDeviceSourceEngine::handleSetSource: set
2018-11-12 07:10:52.858 (D) MainWindow::setDeviceGUI: insert Rx tab at 0
2018-11-12 07:10:52.858 (D) MainWindow::setDeviceGUI: adding tab for FileSource
2018-11-12 07:10:52.858 (D) DSPDeviceSourceEngine::handleInputMessages
2018-11-12 07:10:52.858 (D) DSPDeviceSourceEngine::handleInputMessages: message: DSPSignalNotification
2018-11-12 07:10:52.858 (D) DSPDeviceSourceEngine::handleInputMessages: DSPSignalNotification( 48000 , 435000000 )
2018-11-12 07:10:52.858 (D) DSPDeviceSourceEngine::handleInputMessages: forward message to SpectrumVis
2018-11-12 07:10:52.858 (D) DSPDeviceSourceEngine::handleInputMessages: DSPSignalNotification: guiMessageQueue: 0x14122b8
2018-11-12 07:10:52.860 (D) MainWindow::MainWindow: load current preset settings...
2018-11-12 07:10:52.860 (D) MainWindow::loadPresetSettings: preset [default | no name]
2018-11-12 07:10:52.861 (D) DeviceSourceAPI::loadSourceSettings: Loading preset [default | no name]
2018-11-12 07:10:52.861 (D) Preset::findBestSourceConfig: serial matched (exact): id: sdrangel.samplesource.filesource ser:
2018-11-12 07:10:52.861 (D) DeviceSourceAPI::loadSourceSettings: center frequency: 0 Hz
2018-11-12 07:10:52.861 (D) DeviceSourceAPI::loadSourceSettings: deserializing source sdrangel.samplesource.filesource[0]:
2018-11-12 07:10:52.861 (D) DeviceUISet::loadRxChannelSettings: Loading preset [default | no name]
2018-11-12 07:10:52.861 (D) DeviceUISet::loadRxChannelSettings: 1 channel(s) in preset
2018-11-12 07:10:52.861 (D) DeviceUISet::loadRxChannelSettings: creating new channel [sdrangel.channel.wfmdemod] from config [sdrangel.channel.wfmdemod]
2018-11-12 07:10:52.861 (D) AudioDeviceManager::addAudioSink: -1: 0x1465690
2018-11-12 07:10:52.861 (W) AudioOutput::start: using system default device alsa_output.pci-0000_00_14.2.analog-stereo
2018-11-12 07:10:52.861 (I) AudioOutput::start: audio format OK
2018-11-12 07:10:52.862 (D) RTPSink::RTPSink: initialized transmitter: No error
2018-11-12 07:10:52.862 (D) RTPSink::RTPSink: created transmitter: No error
2018-11-12 07:10:52.862 (D) RTPPacketBuilder::CreateNewSSRC: timestamp: 801312738
2018-11-12 07:10:52.862 (D) RTPSink::RTPSink: created session: No error
2018-11-12 07:10:52.862 (D) RTPSink::setPayloadInformation: 0 sampleRate: 48000
2018-11-12 07:10:52.862 (D) RTPSink::setPayloadInformation: timestamp unit set to 0.000021: No error
2018-11-12 07:10:52.862 (D) RTPSink::setPayloadInformation: set default mark to false: No error
2018-11-12 07:10:52.862 (D) RTPSink::setPayloadInformation: set default timestamp increment to 960: No error
2018-11-12 07:10:52.862 (D) RTPSink::setPayloadInformation: set maximum packet size to 1940 bytes: No error
2018-11-12 07:10:52.863 (D) WFMDemod::applyChannelSettings: inputSampleRate: 384000 inputFrequencyOffset: 0
2018-11-12 07:10:52.863 (D) NCO freq: 0.000000 phase inc 0
2018-11-12 07:10:52.863 (D) WFMDemod::applyChannelSettings: m_interpolator.create
2018-11-12 07:10:52.863 (D) Interpolator::createPolyphaseLowPass: ntaps: 72
2018-11-12 07:10:52.863 (D) WFMDemod::applySettings: m_rfFilter->create_filter
2018-11-12 07:10:52.863 (D) WFMDemod::applySettings: m_fmExcursion: 0.208333
2018-11-12 07:10:52.863 (D) WFMDemod::applySettings: m_inputFrequencyOffset: 0 m_rfBandwidth: 80000 m_afBandwidth: 15000 m_volume: 2 m_squelch: -60 m_audioDeviceName: "System default device" force: true
2018-11-12 07:10:52.863 (D) WFMDemod::applySettings: m_interpolator.create
2018-11-12 07:10:52.863 (D) Interpolator::createPolyphaseLowPass: ntaps: 72
2018-11-12 07:10:52.863 (D) WFMDemod::applySettings: m_rfFilter->create_filter
2018-11-12 07:10:52.863 (D) WFMDemod::applySettings: m_fmExcursion: 0.208333
2018-11-12 07:10:52.863 (D) WFMDemod::applySettings: set m_squelchLevel
2018-11-12 07:10:52.863 (D) AudioDeviceManager::addAudioSink: -1: 0x1465690
2018-11-12 07:10:52.863 (D) ThreadedBasebandSampleSink::ThreadedBasebandSampleSink: "ThreadedBasebandSampleSink(DownChannelizer(WFMDemod))"
2018-11-12 07:10:52.865 (D) DownChannelizer::handleMessage: MsgThreadedSink: forwarded to demod
2018-11-12 07:10:52.865 (D) WFMDemod::handleMessage: BasebandSampleSink::MsgThreadedSink: 0x19b6980
2018-11-12 07:10:52.865 (D) ThreadedBasebandSampleSink::ThreadedBasebandSampleSink: thread: QThread(0xac9d40) m_thread: QThread(0x19b6980)
2018-11-12 07:10:52.865 (D) DSPDeviceSourceEngine::addThreadedSink: ThreadedBasebandSampleSink(DownChannelizer(WFMDemod))
2018-11-12 07:10:52.865 (D) DSPDeviceSourceEngine::handleSynchronousMessages: DSPAddThreadedBasebandSampleSink
2018-11-12 07:10:52.865 (D) DownChannelizer::handleMessage: DSPSignalNotification: m_inputSampleRate: 48000
2018-11-12 07:10:52.865 (D) DownChannelizer::applyConfiguration in= 48000 , req= 0 , out= 48000 , fc= 0
2018-11-12 07:10:52.865 (D) ValueDialZ::formatText: value: 0
2018-11-12 07:10:52.872 (D) ValueDialZ::formatText: value: 0
2018-11-12 07:10:52.872 (D) WFMDemod::handleMessage: MsgChannelizerNotification: m_inputSampleRate: 48000 m_inputFrequencyOffset: 0
2018-11-12 07:10:52.872 (D) WFMDemod::applyChannelSettings: inputSampleRate: 48000 inputFrequencyOffset: 0
2018-11-12 07:10:52.872 (D) NCO freq: 0.000000 phase inc 0
2018-11-12 07:10:52.872 (D) WFMDemod::applyChannelSettings: m_interpolator.create
2018-11-12 07:10:52.872 (D) Interpolator::createPolyphaseLowPass: ntaps: 72
2018-11-12 07:10:52.872 (D) WFMDemod::applySettings: m_rfFilter->create_filter
2018-11-12 07:10:52.872 (D) WFMDemod::applySettings: m_fmExcursion: 1.666667
2018-11-12 07:10:52.872 (D) WFMDemod::handleMessage: MsgConfigureChannelizer: sampleRate: 150000 inputFrequencyOffset: 0
2018-11-12 07:10:52.872 (D) WFMDemod::handleMessage: MsgConfigureWFMDemod
2018-11-12 07:10:52.872 (D) WFMDemod::applySettings: m_inputFrequencyOffset: 0 m_rfBandwidth: 100000 m_afBandwidth: 15000 m_volume: 2 m_squelch: -60 m_audioDeviceName: "System default device" force: true
2018-11-12 07:10:52.872 (D) WFMDemod::applySettings: m_interpolator.create
2018-11-12 07:10:52.872 (D) Interpolator::createPolyphaseLowPass: ntaps: 72
2018-11-12 07:10:52.873 (D) WFMDemod::applySettings: m_rfFilter->create_filter
2018-11-12 07:10:52.873 (D) WFMDemod::applySettings: m_fmExcursion: 2.083333
2018-11-12 07:10:52.873 (D) WFMDemod::applySettings: set m_squelchLevel
2018-11-12 07:10:52.873 (D) AudioDeviceManager::addAudioSink: -1: 0x1465690
2018-11-12 07:10:52.873 (D) DeviceUISet::loadRxChannelSettings: deserializing channel [sdrangel.channel.wfmdemod]
2018-11-12 07:10:52.873 (D) WFMDemod::handleMessage: MsgConfigureChannelizer: sampleRate: 150000 inputFrequencyOffset: 0
2018-11-12 07:10:52.873 (D) WFMDemod::handleMessage: MsgConfigureWFMDemod
2018-11-12 07:10:52.873 (D) WFMDemod::applySettings: m_inputFrequencyOffset: 0 m_rfBandwidth: 100000 m_afBandwidth: 15000 m_volume: 2 m_squelch: -60 m_audioDeviceName: "System default device" force: true
2018-11-12 07:10:52.873 (D) WFMDemod::applySettings: m_interpolator.create
2018-11-12 07:10:52.873 (D) Interpolator::createPolyphaseLowPass: ntaps: 72
2018-11-12 07:10:52.873 (D) WFMDemod::applySettings: m_rfFilter->create_filter
2018-11-12 07:10:52.873 (D) WFMDemod::applySettings: m_fmExcursion: 2.083333
2018-11-12 07:10:52.873 (D) WFMDemod::applySettings: set m_squelchLevel
2018-11-12 07:10:52.873 (D) AudioDeviceManager::addAudioSink: -1: 0x1465690
2018-11-12 07:10:52.874 (D) MainWindow::MainWindow: apply settings...
2018-11-12 07:10:52.874 (D) MainWindow::MainWindow: update preset controls...
2018-11-12 07:10:52.901 (D) MainWindow::MainWindow: registered resource file /opt/sdrangel/bin/sdrbase.rcc
2018-11-12 07:10:52.901 (D) StaticFileController: docroot=:/webapi, encoding=UTF-8, maxAge=60000
2018-11-12 07:10:52.901 (D) StaticFileController: cache timeout=60000, size=1000000
2018-11-12 07:10:52.902 (D) HttpListener: Listening on port 8091
2018-11-12 07:10:52.902 (I) WebAPIServer::start: starting web API server at http://127.0.0.1:8091
2018-11-12 07:10:52.902 (D) MainWindow::MainWindow: end
2018-11-12 07:10:52.934 (D) GLSpectrum::initializeGL: context: major: 4 minor: 5 ES: no
2018-11-12 07:10:52.939 (D) FileSourceGui::handleInputMessages: DSPSignalNotification: SampleRate:48000, CenterFrequency:435000000
2018-11-12 07:10:52.939 (D) GLSpectrumGUI::handleInputMessages: message: GLSpectrum::MsgReportSampleRate
2018-11-12 07:10:57.723 (D) FileSourceInput::handleMessage: MsgStartStop: start
2018-11-12 07:10:57.723 (D) DSPDeviceSourceEngine::initAcquisition
2018-11-12 07:10:57.723 (D) DSPDeviceSourceEngine::handleSynchronousMessages: DSPAcquisitionInit
2018-11-12 07:10:57.723 (D) DSPDeviceSourceEngine::gotoIdle
2018-11-12 07:10:57.723 (D) DSPDeviceSourceEngine::gotoInit: m_deviceDescription: sampleRate: 0 centerFrequency: 0
2018-11-12 07:10:57.723 (D) DSPDeviceSourceEngine::gotoInit: initializing SpectrumVis
2018-11-12 07:10:57.723 (D) DSPDeviceSourceEngine::gotoInit: initializing ThreadedSampleSink( DownChannelizer(WFMDemod) )
2018-11-12 07:10:57.723 (D) DownChannelizer::handleMessage: DSPSignalNotification: m_inputSampleRate: 0
2018-11-12 07:10:57.723 (D) DownChannelizer::applyConfiguration: m_inputSampleRate=0 aborting
2018-11-12 07:10:57.723 (D) DSPDeviceSourceEngine::startAcquisition
2018-11-12 07:10:57.723 (D) DSPDeviceSourceEngine::handleSynchronousMessages: DSPAcquisitionStart
2018-11-12 07:10:57.723 (D) DSPDeviceSourceEngine::gotoRunning
2018-11-12 07:10:57.723 (D) DSPDeviceSourceEngine::gotoRunning: started
2018-11-12 07:10:57.723 (W) FileSourceInput::start: file not open. not starting
2018-11-12 07:10:57.723 (D) DSPDeviceSourceEngine::gotoError: "Could not start sample source"
2018-11-12 07:10:57.723 (D) FileSourceGui::handleInputMessages: DSPSignalNotification: SampleRate:0, CenterFrequency:0
2018-11-12 07:10:57.723 (D) GLSpectrumGUI::handleInputMessages: message: GLSpectrum::MsgReportSampleRate
2018-11-12 07:10:58.160 (D) DSPDeviceSourceEngine::errorMessage
2018-11-12 07:10:58.160 (D) DSPDeviceSourceEngine::handleSynchronousMessages: DSPGetErrorMessage
2018-11-12 07:11:02.259 (D) HttpListener: closed
2018-11-12 07:11:02.259 (D) HttpConnectionHandlerPool (0x1bee2c0): destroyed
2018-11-12 07:11:02.259 (D) HttpListener: destroyed
2018-11-12 07:11:02.259 (I) WebAPIServer::stop: stopped web API server at http://127.0.0.1:8091
2018-11-12 07:11:02.259 (D) MainWindow::~MainWindow: end
AudioDeviceManager::removeAudioSink: 0x1465690
AudioOutput::stop
DSPDeviceSourceEngine::removeThreadedSink: ThreadedBasebandSampleSink(DownChannelizer(WFMDemod))
DSPDeviceSourceEngine::handleSynchronousMessages: DSPRemoveThreadedBasebandSampleSink
ThreadedBasebandSampleSink::stop
MessageQueue::~MessageQueue: message: DSPConfigureChannelizer was still in queue
MessageQueue::~MessageQueue: message: DSPConfigureChannelizer was still in queue
SDRangel quit.
DSPDeviceSourceEngine::stop
DSPDeviceSourceEngine::gotoIdle
DVSerialEngine::release

loaded plugins

Would you have an idea ?

@i-am-tof
Copy link
Author

Sorry, closed it by mistake.

@i-am-tof i-am-tof reopened this Nov 12, 2018
@f4exb
Copy link
Owner

f4exb commented Nov 12, 2018

It happens here:
2018-11-12 07:10:57.723 (W) FileSourceInput::start: file not open. not starting
2018-11-12 07:10:57.723 (D) DSPDeviceSourceEngine::gotoError: "Could not start sample source"

You have selected the File Source plugin but did not specify any file to play.

However I don't think using the File Source is what you really want to do so at the right where it says "File Source" there is a hand with pointing finger icon that you need to press to open the device selection dialog. There you should be able to select HackRF from the list (I think you have a HackRF connected).

@i-am-tof
Copy link
Author

Hello

I'm ashamed...It works.
There is so much buttons, functions, options, I'm completely lost.
I have to learn using this marvel. Sdrangel has nothing to do with any other.

Thanks a lot for this jewel, and for your help too.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants