Welcome to Radarspotting. Please login or sign up.

April 19, 2024, 07:41:02 PM

Login with username, password and session length

New Members

New Members

You should get an activation email when you join.  If not, please use the Contact option.

Automated Installation of AcarSDeco2 on RPi

Started by abcd567, August 24, 2019, 08:55:43 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

abcd567

(1) Easy Installation - Just copy-paste one command to run bash script and it does everything.

(2) Automatic start - systemd service automatically starts it at boot/reboot.

(3) Easy monitoring & control - Provides commands systemctl status, systemctl stop, systemctl start, and systemctl restart.

(4) Easy configuration - Provides a separate config file in simple format, each config item on a separate line, starting with --

(5) Blacklisting of rtl-sdr - The installation script creates a blacklist file /etc/modprobe.d/blacklist-rtl-sdr.conf with required blacklist entries, preventing error: failed to connect/open rtl-sdr device.


FOR DETAILED INSTRUCTIONS:
Requires a dedicated dvbt dongle.

https://github.com/abcd567a/ad2/blob/master/README.md


.

abcd567

#1
UNINSTALL

To uninstall completely and remove all files, give following 4 commands:

AcarSDeco2

sudo systemctl stop ad2
sudo systemctl disable ad2

sudo rm /lib/systemd/system/ad2.service
sudo rm -rf /usr/share/ad2


.