Notes on setting up RTL-SDR V4 in Opensuse Tumbleweed:
opi sdrpp
sudo zypper in rtl-sdr
sudo usermod -a -G rtlsdr $(whoami) #then logout and back out
Notes on setting up RTL-SDR V4 in Opensuse Tumbleweed:
opi sdrpp
sudo zypper in rtl-sdr
sudo usermod -a -G rtlsdr $(whoami) #then logout and back out
#!/bin/bash # User systemd setup for auto suspend/wake on Bluefin #Please run these two commands manually: #1. First, create the sudo rule: ...