AlexandreRouma / SDRPlusPlus

Cross-Platform SDR Software
GNU General Public License v3.0
4.17k stars 577 forks source link

SDR++ Nightly Build (currently 1.2.0) doesn't have support for RTL-SDR on .deb files for Linux #1471

Closed mrgadotti closed 2 months ago

mrgadotti commented 2 months ago

Software

Bug Description

Steps To Reproduce

  1. Download SDR++ Nightly Build (currently 1.2.0) for Ubuntu (sdrpp_ubuntu_noble_amd64.deb)
  2. Install
  3. Run

Screenshots

image

AlexandreRouma commented 2 months ago

Works fine here, make sure you're up to date. (tested on a clean ubuntu 24.04 install)

mrgadotti commented 2 months ago

I did try on another VM from Linux Mint 21.2, with clean install, same error. The RTL-SDR doesn't appear on the list... Interesting that it only occurs on Linux, on MacOS it works fine, list the RTL-SDR

image

mrgadotti commented 2 months ago

Build from yesterday, 2024-09-10

AlexandreRouma commented 2 months ago

You're probably using the wrong deb.

mrgadotti commented 2 months ago

https://github.com/AlexandreRouma/SDRPlusPlus/releases/download/nightly/sdrpp_ubuntu_noble_amd64.deb

Link from install on clean Ubuntu install from 24.04

I solved this issue by building from source, just to let you know about this

Thanks

image

AlexandreRouma commented 2 months ago

is librtlsdr installed on that clean install?

mrgadotti commented 2 months ago

I need to really apologize, it works after install librtlsdr. Works on Ubuntu and Mint

sudo apt install librtlsdr2 librtlsdr-dev