Steve, I received my PiDV this afternoon. I was going thru and making sure I had all the dependencies taken care. I notice there was a problem with update-rc.d AMBEserverGPIO start 50 2 3 4 5 root@repeater:/srv/DV3000# cd /etc/init.d root@repeater:/etc/init.d# update-rc.d AMBEserverGPIO start 50 2 3 4 5 update-rc.d: warning: start and stop actions are no longer supported; falling back to defaults I hope to have everything up and running tonight. I will have node 28304 link to my dmr repeater. Michael KD5DFB
Michael, You are good, that's a warning because of the changes from init.d to systemd it is expected and normal. Steve On 12/18/2015 07:55 PM, Michael Hebert wrote:
Steve,
I received my PiDV this afternoon. I was going thru and making sure I had all the dependencies taken care. I notice there was a problem with update-rc.d AMBEserverGPIO start 50 2 3 4 5
root@repeater:/srv/DV3000# cd /etc/init.d root@repeater:/etc/init.d# update-rc.d AMBEserverGPIO start 50 2 3 4 5 update-rc.d: warning: start and stop actions are no longer supported; falling back to defaults
I hope to have everything up and running tonight. I will have node 28304 link to my dmr repeater.
Michael KD5DFB
_______________________________________________ Allstar-Digital mailing list Allstar-Digital@lists.keekles.org http://lists.keekles.org/cgi-bin/mailman/listinfo/allstar-digital
-- "Anything is possible if you don't know what you are talking about." 1st Law of Logic
Thanks Steve. Still trying to wrap my head around the DMRGateway diagram. Hopefully, I can give you a short run down of how I think it should run it 1. Configure dmrlink in /opt/dmrlink/ambe_audio. It will need to have a master for the repeater to peer with 2. I think the default ambe_audio.cfg should work 3. I think the default DMRGateway.ini should work 3. Run DMRGateway. Are you running as a process? DMRGateway & 4. Run python2 ambe_audio.py & 5. Everything should be running, test audio to and from DMR and AllStar Michael KD5DFB On Fri, Dec 18, 2015 at 6:58 PM, Steve Zingman <szingman@msgstor.com> wrote:
Michael, You are good, that's a warning because of the changes from init.d to systemd it is expected and normal.
Steve
On 12/18/2015 07:55 PM, Michael Hebert wrote:
Steve,
I received my PiDV this afternoon. I was going thru and making sure I had all the dependencies taken care. I notice there was a problem with update-rc.d AMBEserverGPIO start 50 2 3 4 5
root@repeater:/srv/DV3000# cd /etc/init.d root@repeater:/etc/init.d# update-rc.d AMBEserverGPIO start 50 2 3 4 5 update-rc.d: warning: start and stop actions are no longer supported; falling back to defaults
I hope to have everything up and running tonight. I will have node 28304 link to my dmr repeater.
Michael KD5DFB
_______________________________________________ Allstar-Digital mailing listAllstar-Digital@lists.keekles.orghttp://lists.keekles.org/cgi-bin/mailman/listinfo/allstar-digital
-- "Anything is possible if you don't know what you are talking about." 1st Law of Logic
_______________________________________________ Allstar-Digital mailing list Allstar-Digital@lists.keekles.org http://lists.keekles.org/cgi-bin/mailman/listinfo/allstar-digital
Configure dmrlink.cfg in /opt/dmrlink/ambe_audio as a master Configure the repeater to point at the Pi as a peer. cd /opt/dmrlink/ambe_audio Test it by running python dmrlink.py in ambe_audio Watch the log stop dmrlink.py If you have rebooted DMRGateway should be running. Check it with ps ax | grep DMRGateway If not start it with /usr/local/bin/DMRGateway & Make sure asterisk is running and connect a node to it so you can hear it. start python ambe_audio.py You should now have a audio path from the DMR repeater TO Asterisk NOT Asterisk to DMRGateway (will come later) Ask if you need more. On 12/18/2015 08:16 PM, Michael Hebert wrote:
Thanks Steve.
Still trying to wrap my head around the DMRGateway diagram.
Hopefully, I can give you a short run down of how I think it should run it
1. Configure dmrlink in /opt/dmrlink/ambe_audio. It will need to have a master for the repeater to peer with 2. I think the default ambe_audio.cfg should work 3. I think the default DMRGateway.ini should work 3. Run DMRGateway. Are you running as a process? DMRGateway & 4. Run python2 ambe_audio.py & 5. Everything should be running, test audio to and from DMR and AllStar
Michael KD5DFB
On Fri, Dec 18, 2015 at 6:58 PM, Steve Zingman <szingman@msgstor.com <mailto:szingman@msgstor.com>> wrote:
Michael, You are good, that's a warning because of the changes from init.d to systemd it is expected and normal.
Steve
On 12/18/2015 07:55 PM, Michael Hebert wrote:
Steve,
I received my PiDV this afternoon. I was going thru and making sure I had all the dependencies taken care. I notice there was a problem with update-rc.d AMBEserverGPIO start 50 2 3 4 5
root@repeater:/srv/DV3000# cd /etc/init.d root@repeater:/etc/init.d# <mailto:root@repeater:/etc/init.d#> update-rc.d AMBEserverGPIO start 50 2 3 4 5 update-rc.d: warning: start and stop actions are no longer supported; falling back to defaults
I hope to have everything up and running tonight. I will have node 28304 link to my dmr repeater.
Michael KD5DFB
_______________________________________________ Allstar-Digital mailing list Allstar-Digital@lists.keekles.org <mailto:Allstar-Digital@lists.keekles.org> http://lists.keekles.org/cgi-bin/mailman/listinfo/allstar-digital
-- "Anything is possible if you don't know what you are talking about." 1st Law of Logic
_______________________________________________ Allstar-Digital mailing list Allstar-Digital@lists.keekles.org <mailto:Allstar-Digital@lists.keekles.org> http://lists.keekles.org/cgi-bin/mailman/listinfo/allstar-digital
_______________________________________________ Allstar-Digital mailing list Allstar-Digital@lists.keekles.org http://lists.keekles.org/cgi-bin/mailman/listinfo/allstar-digital
-- "Anything is possible if you don't know what you are talking about." 1st Law of Logic
It is up and running! If anyone wants to connect to node 28304 On Fri, Dec 18, 2015 at 7:29 PM, Steve Zingman <szingman@msgstor.com> wrote:
Configure dmrlink.cfg in /opt/dmrlink/ambe_audio as a master Configure the repeater to point at the Pi as a peer. cd /opt/dmrlink/ambe_audio Test it by running python dmrlink.py in ambe_audio Watch the log stop dmrlink.py If you have rebooted DMRGateway should be running. Check it with ps ax | grep DMRGateway If not start it with /usr/local/bin/DMRGateway & Make sure asterisk is running and connect a node to it so you can hear it. start python ambe_audio.py You should now have a audio path from the DMR repeater TO Asterisk NOT Asterisk to DMRGateway (will come later)
Ask if you need more.
On 12/18/2015 08:16 PM, Michael Hebert wrote:
Thanks Steve.
Still trying to wrap my head around the DMRGateway diagram.
Hopefully, I can give you a short run down of how I think it should run it
1. Configure dmrlink in /opt/dmrlink/ambe_audio. It will need to have a master for the repeater to peer with 2. I think the default ambe_audio.cfg should work 3. I think the default DMRGateway.ini should work 3. Run DMRGateway. Are you running as a process? DMRGateway & 4. Run python2 ambe_audio.py & 5. Everything should be running, test audio to and from DMR and AllStar
Michael KD5DFB
On Fri, Dec 18, 2015 at 6:58 PM, Steve Zingman <szingman@msgstor.com> wrote:
Michael, You are good, that's a warning because of the changes from init.d to systemd it is expected and normal.
Steve
On 12/18/2015 07:55 PM, Michael Hebert wrote:
Steve,
I received my PiDV this afternoon. I was going thru and making sure I had all the dependencies taken care. I notice there was a problem with update-rc.d AMBEserverGPIO start 50 2 3 4 5
root@repeater:/srv/DV3000# cd /etc/init.d root@repeater:/etc/init.d# update-rc.d AMBEserverGPIO start 50 2 3 4 5 update-rc.d: warning: start and stop actions are no longer supported; falling back to defaults
I hope to have everything up and running tonight. I will have node 28304 link to my dmr repeater.
Michael KD5DFB
_______________________________________________ Allstar-Digital mailing listAllstar-Digital@lists.keekles.orghttp://lists.keekles.org/cgi-bin/mailman/listinfo/allstar-digital
-- "Anything is possible if you don't know what you are talking about." 1st Law of Logic
_______________________________________________ Allstar-Digital mailing list Allstar-Digital@lists.keekles.org http://lists.keekles.org/cgi-bin/mailman/listinfo/allstar-digital
_______________________________________________ Allstar-Digital mailing listAllstar-Digital@lists.keekles.orghttp://lists.keekles.org/cgi-bin/mailman/listinfo/allstar-digital
-- "Anything is possible if you don't know what you are talking about." 1st Law of Logic
_______________________________________________ Allstar-Digital mailing list Allstar-Digital@lists.keekles.org http://lists.keekles.org/cgi-bin/mailman/listinfo/allstar-digital
participants (2)
-
Michael Hebert -
Steve Zingman