Re: ASL to DMR Bridge Installation Prob.


Steve N4IRS
 

Those instructions are outdated. Try this:

Download and install Raspbian Buster for the raspberry Pi
Do the following as root (sudo -s)

Make sure you install is up to date
     apt update
    apt upgrade
    if updates were installed, reboot

Add the dvswitch repository
    wget http://dvswitch.org/buster
    chmod +x buster
    ./buster

Make sure you have added the repository
    apt update
    look for "deb http://dvswitch.org/DVSwitch_Repository hamradio" in the output

Verify programs are now installable

apt install dvswitch-server --dry-run
    any errors reported?

apt install allstar --dry-run
    any errors reported?

Install AllStar first
     apt install allstar
    errors? stop and ask
    reboot
    AllStar working?
    asterisk -r to login to the asterisk cli to check
    use asl-menu to do basic configuration

Install DVSwitch Server
    apt install dvswitch-server
    errors? stop and ask
    logout and back in, or reboot
    run the dvs menu to configure DVSwitch Server
        When asked for the USRP port, take the default (Just hit enter)

Configure AllStar and DVSwitch Server to taste.

Take your time, read the screen. If you get a error, stop, capture the error and past into a e-mail.

Configure DVSwitch Server to taste.
This guide will help you <https://docs.google.com/document/d/1eN50Csr29eAprBu7eKA0Bfa2XUcsXw5iktY1Ey-Qjkg/edit>


Steve

On 2/13/21 9:11 PM, steve@... wrote:

Followed these instructions to the letter:  https://4x5mg.net/2018/07/16/allstar-to-dmr-bridge/
 
Get to the part where I install dvswitch & come up with this error:
 
Setting up mmdvm-bridge (1.5-20200427-24) ...
Error, APRS_Hosts.txt file does not seem to be valid
dpkg: error processing package mmdvm-bridge (--configure):
 subprocess installed post-installation script returned error exit status 251
Errors were encountered while processing:
 
The contents of APRS_HOSTS.txt are as follows:
 
; APRS_Hosts.txt downloaded from http://www.pistar.uk/downloads/APRS_Hosts.txt^M
; File created at Thursday 4th of Feb 2021 7:00 PM^M
rotate.aprs2.net:14580;Universal connection for Global Loadbalance^M
noam.aprs2.net:14580;Universal connection for servers in North America^M
soam.aprs2.net:14580;Universal connection for servers in South America^M
euro.aprs2.net:14580;Universal connection for servers in Europe and Africa^M
asia.aprs2.net:14580;Universal connection for servers in Asia^M
anuz.aprs2.net:14580;Universal connection for servers in Oceania^M
 
I’ve started fresh from the ground up & always dead-end with this error.  Any ideas?
 
Much thanks in advance for any assistance you can offer.

Join main@DVSwitch.groups.io to automatically receive all group messages.