OPTION-1 of 2:
Install Pre-build Packages
MX-25 and antiX-25
Follow instructions here:https://github.com/abcd567a/debian13/blob/master/README.md
MX-23 and antiX-23
Follow instructions here:
https://github.com/abcd567a/debian12/blob/master/README.md
NOTE-1:
As the piaware is compatible to both Systemd & SysVinit, it is compatible to MX-Linux and antiX Linux, irrespective these are booted with SysVinit or Systemd. However there is a minor bug in piaware’s SysVinit file, which causes SysVinit command sudo service piaware status to give erroneous output. This can easily be easily fixed by following command (to be issued after installing piaware):
sudo sed -i 's/\/usr\/bin\/piaware-config -status/status_of_proc \$DAEMON \"piaware\" /' /etc/init.d/piaware
sudo service piaware status
NOTE-2:
The dump1090-fa is compatible to Systemd only, and lacks SysVinit support. To solve this problem, after installing dump1090-fa, you have to manually add SysVinit support by issuing following commands:
STEP-2.1:
sudo wget -O /etc/init.d/dump1090-fa https://github.com/abcd567a/dump1090-fa-init.d/raw/main/dump1090-fa
sudo chmod +x /etc/init.d/dump1090-fa
sudo update-rc.d dump1090-fa defaults
sudo /etc/init.d/dump1090-fa start
STEP-2.2:
sudo wget -O /etc/udev/rules.d/rtl-sdr.rules https://github.com/abcd567a/temp/raw/main/rtl-sdr.rules
STEP-2.3:
Reboot computer to enable DVB-T to be detected by dump1090-fa
sudo reboot
sudo service dump1090-fa status
STEP-2.4:
Check logs (last 15 lines. Change 15 to required number if you want more or less lines)
tail -n 15 /var/log/dump1090-fa.log
tail -n 15 /var/log/piaware.log
OPTION-2 of 2:
Use scripts to build and install packages from Flightaware source code. Both piaware and dump1090-fa installed are compatible to both the SysVinit & Systemd
MX-23, MX-25, and antiX-23, antiX-25
Follow instructions here:
https://github.com/abcd567a/piaware-ubuntu-debian-amd64/blob/master/README.md
NOTE: The script at above page includes adding SysVinit support which is missing in dump1090-fa.. The script also fixes bug in piaware’s SysVinit file. The user does not have to do anything manually.
Check logs (last 15 lines. Change 15 to required number if you want more or less lines)
tail -n 15 /var/log/dump1090-fa.log
tail -n 15 /var/log/piaware.log







