- Prerequisites
# Packages for Trixie
sudo apt install curl tar ca-certificates gzip libusb-1.0-0 libasound2t64 libuuid1 libudev1 libmp3lame-dev
# Packages for Bookworm
sudo apt install curl tar ca-certificates gzip libusb-1.0-0 libasound2 libuuid1 libudev1 libmp3lame-dev
- Install SDRconnect and Rig Control. This should always install the latest version.
We use the NOTSUPPORTED=1 switch so as to not install the hamlib package and to correct the
package list.
/bin/bash -c "NOTSUPPORTED=1 $(curl -fsSL https://www.sdrplay.com/software/install.sh)"
# Follow the prompts.
Requesting sudo...
# Enter your password:
- Uninstall (if you need to)
sudo /opt/sdrconnect/sdrconnect-uninstall.sh
- Connect your RSP device.
- Run SDRconnect.
- Start menu > Other > SDRconnect
- Multiple VRXes (Virtual Receivers)
You can receive more than one
frequency and demodulator within your SDR's received bandwidth.
- To create an additional VRX
- Click the Add VRX button (+) to the
right of the SDR selection menu. You may have to play with
the audio device selection.
- To close the additional VRX
- Click the small X in the upper right corner
of the added VRX.
- Running the SDRconnect server
- Help resources