Welcome to Radarspotting. Please login or sign up.

May 03, 2024, 02:14:28 AM

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 ModeSMixer2 & ModeSDeco2 on RPi

Started by abcd567, August 19, 2019, 05:48:36 AM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

abcd567

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

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

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

Easy configuration - Provides a separate config file in simple format, each config item on a separate line.

FOR DETAILED INSTRUCTIONS:

ModeSMixer2:
Does NOT require a dedicated dvbt dongle. Gets data from another decoder like dump1090.
https://github.com/abcd567a/mm2/blob/master/README.md

ModeSDeco2:
Requires a dedicated dvbt dongle.
https://github.com/abcd567a/md2/blob/master/README.md

.

abcd567

UNINSTALL

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

ModeSMixer2

sudo systemctl stop mm2
sudo systemctl disable mm2

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



ModeSDeco2

sudo systemctl stop md2
sudo systemctl disable md2

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





Oldfella

Many thanks abcd567 for all your help in making this hobby that little bit more enjoyable.

Just upgraded to a Pi 4 with a M.2 SSD and rather go thru the former step by step setting up of ModesMixer2 instead used your easy installation program. Worked like a charm.  ;D

Special thanks also to Sergsero for all his efforts in making ModeSDeco2 and ModeSMixer2 available to us.

Appreciate both your efforts.

Cheers,

Noel
Oldfella

garry72

pi@piaware:~ $ sudo bash -c "$(wget -O - https://raw.githubusercontent.com/abcd5                                                                                                             67a/mm2/master/install-mm2.sh)"
--2020-03-24 18:59:03--  https://raw.githubusercontent.com/abcd567a/mm2/master/i                                                                                                             nstall-mm2.sh
Resolving raw.githubusercontent.com (raw.githubusercontent.com)... failed: Temporary failure in name resolution.
wget: unable to resolve host address 'raw.githubusercontent.com'

Anmer

Quote from: garry72 on January 05, 2022, 12:49:30 PM
pi@piaware:~ $ sudo bash -c "$(wget -O - https://raw.githubusercontent.com/abcd5                                                                                                             67a/mm2/master/install-mm2.sh)"
--2020-03-24 18:59:03--  https://raw.githubusercontent.com/abcd567a/mm2/master/i                                                                                                             nstall-mm2.sh
Resolving raw.githubusercontent.com (raw.githubusercontent.com)... failed: Temporary failure in name resolution.
wget: unable to resolve host address 'raw.githubusercontent.com'

Do you have a message or question to go with this post?
Here to Help.

garry72

Quote from: Anmer on January 05, 2022, 01:04:27 PM
Quote from: garry72 on January 05, 2022, 12:49:30 PM
pi@piaware:~ $ sudo bash -c "$(wget -O - https://raw.githubusercontent.com/abcd5                                                                                                             67a/mm2/master/install-mm2.sh)"
--2020-03-24 18:59:03--  https://raw.githubusercontent.com/abcd567a/mm2/master/i                                                                                                             nstall-mm2.sh
Resolving raw.githubusercontent.com (raw.githubusercontent.com)... failed: Temporary failure in name resolution.
wget: unable to resolve host address 'raw.githubusercontent.com'

Do you have a message or question to go with this post?
what am I doing wrong?

Anmer

Quote from: garry72 on January 05, 2022, 03:13:21 PM
what am I doing wrong?

You've posted what appears to be a RPi "message" with no context or an accompanying question.  That makes it difficult to provide a helpful response.

For example can you tell us:

What were you doing to get the output you posted?
What hardware and software were you using?
What were you trying to achieve?
Here to Help.