Closed ghost closed 11 months ago
Another test. Done in a clean updated Debian bullseye VM (Vbox here)
Skipped this part from the manual. Maybe this part is outdated?
sudo apt install libfftw3-dev libglfw3-dev libglew-dev libvolk2-dev
libsoapysdr-dev libairspyhf-dev libiio-dev libad9361-dev librtaudio-dev
libhackrf-dev zstd
and just installed the *. deb package
Installation seemed to be OK.
Started sdrpp in terminal. GUI shows up. But some [ERROR] messages! Please have a look at the attached protocol ....
Maybe this helps - regards KH
You didn't install the driver for the RTL-SDR. You must install the drivers for the SDRs you wish to use. I don't list them as dependencies in the deb because I don't want people to be installing packages they don't strictly need. https://github.com/AlexandreRouma/SDRPlusPlus#sources
Stupid me! Simple like that. Just adding
librtlsdr-dev (0.6.0-4)
librtlsdr0 (0.6.0-4)
libusb-1.0-0-dev (2:1.0.26-1)
libusb-1.0-doc (2:1.0.26-1)
did it.
Sorry for bothering.
Regards - KH
Same behavior as reported in #1178, but this time on Debian.
RTL-SDR V3 USB Stick
Had gqrx-sdr (2.15.9-1) from official Debian sources working with that RTL-SDR Stick on that machine and purged it from the system yesterday to try out SDRPlusPlus. Followed the instruction in https://www.sdrpp.org/manual.pdf with sdrpp_debian_bookworm_amd64.deb 1.88MB Oct 29.
The GUI works, but no RTL-SDR.
Did a crosscheck on a clean Debian bookworm in a VM. Same. RTL-SDR not showing. Also tried sdrpp_debian_bullseye_amd64.deb 1.9MB Oct 29 on second VM with Debian bullseye. RTL-SDR is not showing either .....
Regards - KH