-
Notifications
You must be signed in to change notification settings - Fork 453
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
Comments
The 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 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. |
Hello, 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. 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 Would you have an idea ? |
Sorry, closed it by mistake. |
It happens here: 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). |
Hello I'm ashamed...It works. Thanks a lot for this jewel, and for your help too. |
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.
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 !
The text was updated successfully, but these errors were encountered: