Search found 332 matches

by KN2TOD
Thu Jun 12, 2025 2:39 pm
Forum: Pi-Star General Support
Topic: DMRId.dat data source
Replies: 9
Views: 3907

Re: DMRId.dat data source


i'm having this issue as well, with still in the dashboard seeing just dmr-id instead of callsign for callsigns i know have been having a dmr-id on radioid.net for atleast a week. And my pi-star is powered on and connected to the wifi 24/7, and ive also tried manual updates in the browser and via ...
by KN2TOD
Wed Apr 16, 2025 9:05 pm
Forum: Pi-Star General Support
Topic: 4.3.2 / 4.3.3 / 4.3.4 Beta Feedback
Replies: 68
Views: 51833

Re: 4.3.2 / 4.3.3 Beta Feedback

Anytime you change the host "mane", you need to (almost) immediately reboot to propagate that change throughout the rest of the system before you do anything else (like backing up configurations). The errors you got (e.g. "sudo: unable to resolve host pi-star-bm: Name or service not known") are ...
by KN2TOD
Sun Mar 23, 2025 12:13 am
Forum: D-Star Specific Support
Topic: Loss of DTMF Decoding PLUS loss of ability to edit ircddbgateway config file from Expert Menu
Replies: 44
Views: 144514

Re: Loss of DTMF Decoding PLUS loss of ability to edit ircddbgateway config file from Expert Menu

Now dare I try a Pi-Star v4.3 image and update that....? - tempting!
You should be able to follow the same steps for this version as you did for the other.
by KN2TOD
Fri Mar 21, 2025 11:42 pm
Forum: D-Star Specific Support
Topic: Loss of DTMF Decoding PLUS loss of ability to edit ircddbgateway config file from Expert Menu
Replies: 44
Views: 144514

Re: Loss of DTMF Decoding PLUS loss of ability to edit ircddbgateway config file from Expert Menu

I would not suggest trying to build the binary from scratch like that.

Instead, download the latest build (raw download) from here:

<https://github.com/MW0MWZ/MMDVM_Stack/blob/Pi-Star_v4.0/bin/MMDVMHost>

Copy it to the /home/pi-star directory, then backup (copy) the /usr/local/bin/MMDVMHost entry ...
by KN2TOD
Thu Mar 20, 2025 1:52 pm
Forum: D-Star Specific Support
Topic: Loss of DTMF Decoding PLUS loss of ability to edit ircddbgateway config file from Expert Menu
Replies: 44
Views: 144514

Re: Loss of DTMF Decoding PLUS loss of ability to edit ircddbgateway config file from Expert Menu

Yes, your results suggest that something is or isn't being updated (correctly).

The big question here is: what should the GIT indice (and gen date) for this particular update be? (only klx et al can answer that.)

Knowing that we can determine if the (automated) updates are working or not, and if ...
by KN2TOD
Thu Mar 20, 2025 8:34 am
Forum: D-Star Specific Support
Topic: Loss of DTMF Decoding PLUS loss of ability to edit ircddbgateway config file from Expert Menu
Replies: 44
Views: 144514

Re: Loss of DTMF Decoding PLUS loss of ability to edit ircddbgateway config file from Expert Menu

Correction: run THIS command. (remove the backslashes from the cut params):

Code: Select all

echo "MMDVMHOST: $(date +%m/%d/%y -r /usr/local/bin/MMDVMHost 2> /dev/null) $(stat -c %s /usr/local/bin/MMDVMHost 2> /dev/null) $(/usr/local/bin/MMDVMHost -v 2> /dev/null | cut -d' ' -f 3-)"
by KN2TOD
Thu Mar 20, 2025 12:55 am
Forum: D-Star Specific Support
Topic: Loss of DTMF Decoding PLUS loss of ability to edit ircddbgateway config file from Expert Menu
Replies: 44
Views: 144514

Re: Loss of DTMF Decoding PLUS loss of ability to edit ircddbgateway config file from Expert Menu

Not sure the dates you're seeing can be counted on. Best to the use the git version returned by the binary itself:

╔═pi-star@pi-star(rw)═[/home/pi-star]
╚═$:echo "MMDVMHOST: $(date +%m/%d/%y -r /usr/local/bin/MMDVMHost 2> /dev/null) $(stat -c %s /usr/local/bin/MMDVMHost 2> /dev/null) $(/usr/local ...
by KN2TOD
Sun Mar 02, 2025 1:59 am
Forum: Feature Requests
Topic: YSF2DMR DMR Master "Options=" GUI tweak
Replies: 17
Views: 88912

Re: YSF2DMR DMR Master "Options=" GUI tweak

After playing with this some more, I realized I inserted a "fix" I should not have: the Options= lines in the DMRGateway configs end up being quoted incorrectly.

The patch previously posted above has been amended (for future ref); the following patch will correct the error if that prior patch had ...
by KN2TOD
Tue Feb 25, 2025 9:53 pm
Forum: Feature Requests
Topic: YSF2DMR DMR Master "Options=" GUI tweak
Replies: 17
Views: 88912

Re: YSF2DMR DMR Master "Options=" GUI tweak

In my testing, I have not been able to replicate the scenario you outlined above. But I've come to the conclusion that this is because failures in other parts of the configuration process were contributing factors: fixing one error fixes other errors.

The core problem here is, as you've noted, the ...
by KN2TOD
Wed Feb 12, 2025 4:59 pm
Forum: Feature Requests
Topic: YSF2DMR DMR Master "Options=" GUI tweak
Replies: 17
Views: 88912

Re: YSF2DMR DMR Master "Options=" GUI tweak

... So it appears that the YSF2DMR Enabled=1 configuration is still being "honoured" and the issue lies only with parsing the configuration files for the purposes of displaying them in the config dashboard.)

Thank you for disabling my tunnel vision!! I've been assuming that the config panel loads ...