¿ªÔÆÌåÓý

ctrl + shift + ? for shortcuts
© 2025 Groups.io
Re: DVSwitch
Doug, based on what I'm seeing you have this: EchoLink <-> 52993 DVSM <-> 52993 1999 unused. Now you want to add the digital modes, and make the digital modes available to 52993 and DVSM? Steve
By Steve N4IRS · #2365 ·
Re: Time/ID cron command will not execute
Hi Brad; Yup I know this and have done it and it works, however, go back and read what I'm trying to do. I also need a text string to playback. So far I can get a single command to work - time and
By Mark VE3JMR · #2364 ·
Re: Time/ID cron command will not execute
Actually, you cannot because then time + wx will play simultaneously with the text string (ie callsign.) I need time + wx followed by text string. AS I keep saying, I've had this working before. -- 73
By Mark VE3JMR · #2363 ·
Re: Time/ID cron command will not execute
Why have them as a single line? You can have multiple entries for the same hour, executed linearly. My solution likely didn¡¯t work due to a pathing issue. I did mention I didn¡¯t know what the
By McGrath, Kevin · #2362 ·
Re: #CTCSS_CDCSS RX tone squelch #CTCSS_CDCSS
Tom, I have experienced the same behavior. I believe it is because of the cheap nature of the SA818 module. My suggestion is to either purchase a DMK or other board, or modify a sound card and use
By WA2ZPX · #2361 ·
Re: Time/ID cron command will not execute
this is the line you need in the crontab -e? for time and weather every hr. 00 0-23 * * * (source /usr/local/etc/allstar.env ; /usr/bin/nice -19 /usr/bin/perl /usr/local/sbin/saytime.pl 45840 $NODE1
By Brad N8PC · #2360 ·
Re: Time/ID cron command will not execute
In my string, where would the semicolon be placed? I've tried that, too,? however I'm not sure I placed it correctly. Strange thing is I had it doing what I wanted a few months ago before my node
By Mark VE3JMR · #2359 ·
Re: Time/ID cron command will not execute
You were trying to help, Mick, however, your solution is essentially the crom default with one command only. I need two commands to execute, one after the other - time+wx and callsign. -- 73 75 de
By Mark VE3JMR · #2358 ·
#CTCSS_CDCSS RX tone squelch #CTCSS_CDCSS
We have a Shari Pi hat half-duplex node that is intended for linking a UHF repeater.? The repeater only transmits PL when receiving a signal with PL present; so, the repeater hangtime should be
By Tom · #2357 ·
Re: DVSwitch
Steve, You are very generous with your time and talent.? It is noticed and appreciated! Shari has been set up per instructions: /g/SHARI/files/SHARI PiXX Documentation/SHARI Allstar
By Doug VE3XDB · #2356 ·
Re: Time/ID cron command will not execute
Sorry, I thought I was trying to help. Mick - W7CAT
By Teton Amateur Radio Repeater Association (TARRA) · #2355 ·
Re: Time/ID cron command will not execute
I believe Kevin is correct. You are missing a semicolon in your command string. The other choice is to just put your own script on the system - say, ~/hourly.sh - with the 3 commands you need and then
By KI5KQB · #2354 ·
Re: DVSwitch
Doug, I would say that all you want to do can be done on a single RPi. I think first, I want to define the AllStar nodes involved. I assume you have a public node which is connected to the SHARI using
By Steve N4IRS · #2353 ·
Re: Time/ID cron command will not execute
Hi Mick; Go and read again what I'm trying to accomplish. What you gave me I already have done and works but that's not what I want. -- 73 75 de VE3JMR Mark Port Colborne, Ontario,?CANADA
By Mark VE3JMR · #2352 ·
Re: Time/ID cron command will not execute
It didn't work, Kevin. -- 73 75 de VE3JMR Mark Port Colborne, Ontario,?CANADA https://www.qrz.com/db/VE3JMR Allstar Node# 53132 ( http://stats.allstarlink.org/stats/53132 ) | Echolink Node# 736666
By Mark VE3JMR · #2351 ·
Re: Time/ID cron command will not execute
To follow up on this, you¡¯re trying to execute 2 commands with any separator. You want 00 0-23 (source /usr/local/etc/allstar.env ; /usr/bin/nice -19 /usr/bin/perl /usr/local/sbin/say24time.pl
By McGrath, Kevin · #2350 ·
Re: Time/ID cron command will not execute
Hello Mark, I'm a long ways from being a Linux expert, but comparing to what I have that works, give this a try: 00 0-23 * * * (source /usr/local/etc/allstar.env ; /usr/bin/nice -19 /usr/bin/perl
By Teton Amateur Radio Repeater Association (TARRA) · #2349 ·
Re: DVSwitch
Steve, I think your message above (#1823) may help me solve an issue!? I currently have Hamvoip running on a Raspi 3b and DVSwitch running on a 3b+.? Hamvoip is set up to access Echolink, and all is
By Doug VE3XDB · #2348 ·
Time/ID cron command will not execute
I'm having an issue with the cron table failing to execute a command. I have two functions that I want to execute hourly. Function 1 plays the time and weather, Function 2 plays a text string. I have
By Mark VE3JMR · #2347 ·
Re: SHARI Pi Hat config
The SHARI PiHats use the UART serial port of the Raspberry Pi to program the SA818.? Changes are required to /boot/config.txt and /boot/cmdline.txt in order to use the UART for this purpose.? The
By Steve-N8AR · #2346 ·