Skip to content

RTL SDR not working on Debian #11

Description

@ladecadence

Running the app as an AppImage, and after installing the relevant packages from the Help menu (confirmed on command line that python3-soapysdr, soapysdr-module-rtlsdr, and rtl-sdr are installed), I always get the "Driver not installed" and "SoapySDR not installed" errors on the SDR Device Installation window.

Image

If I run the AppImage from the terminal, I can see the following error:

2026-07-08 13:03:28,872 WARNING sdr: SoapySDR import failed: ModuleNotFoundError: No module named 'SoapySDR'

Running the python interpreter from the command line, I can import SoapySDR module without problems:

% python
Python 3.14.6 (main, Jun 10 2026, 18:54:31) [GCC 15.2.0] on linux
Type "help", "copyright", "credits" or "license" for more information.
>>> import SoapySDR
>>> 

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions