Search found 21 matches

by K5MRE
Mon Sep 07, 2020 8:48 pm
Forum: Pi-Star General Support
Topic: Prime.tgif.network static TG
Replies: 6
Views: 3604

Re: Prime.tgif.network static TG

I actually wrote that code in the original TGIF server. I’m pretty sure it was transferred to the prime code base. Use: StartRef0=xxxx;StartRef1=yyyy; ... in the options payload. The first to set the first time slot and the other for the second. Yea, I should have used 1 and 2 since that’s what peop...
by K5MRE
Sat Jul 04, 2020 12:54 am
Forum: Pi-Star General Support
Topic: Asus Tinker Board
Replies: 4
Views: 3394

Re: Asus Tinker Board

I know I'm dragging this post up from the dead, but in case anyone is wondering, yes, you can make it work - manually. It would totally not be supported in any way I'm certain and you need to know linux pretty well to do it. I'm not going to post exact directions, because if you can't make it work w...
by K5MRE
Thu May 28, 2020 3:38 am
Forum: Pi-Star General Support
Topic: 2 hotspots failed after upgrade to 4.1.2
Replies: 34
Views: 24448

Re: 2 hotspots failed after upgrade to 4.1.2

This one was I was starting fresh with, so it didn't have NextionDriver already on it. That's why it didn't have any references to it. Your settings are exactly correct. As long as NextionDriver is loading in the proper order, it should be set to /dev/NextionDriver in those sections and nextion set ...
by K5MRE
Thu May 28, 2020 3:33 am
Forum: Pi-Star General Support
Topic: 2 hotspots failed after upgrade to 4.1.2
Replies: 34
Views: 24448

Re: 2 hotspots failed after upgrade to 4.1.2

... so the above should fix some of the cases. I think the other cases, like mine, were probably having a pre-installed NextionDriver. I suspect I had it on there before and it likely loaded out of order, killing access to any other program. Assuming the previous patch fixes some of the cases, for t...
by K5MRE
Thu May 28, 2020 3:22 am
Forum: Pi-Star General Support
Topic: 2 hotspots failed after upgrade to 4.1.2
Replies: 34
Views: 24448

Re: 2 hotspots failed after upgrade to 4.1.2

Proposed fix. I'd submit via git but I always forget how. diff --git a/admin/configure.php b/admin/configure.php index f2013a4..fbde7b5 100755 --- a/admin/configure.php +++ b/admin/configure.php @@ -1876,7 +1876,7 @@ if ($_SERVER["PHP_SELF"] == "/admin/configure.php") { // Set th...
by K5MRE
Thu May 28, 2020 3:17 am
Forum: Pi-Star General Support
Topic: 2 hotspots failed after upgrade to 4.1.2
Replies: 34
Views: 24448

Re: 2 hotspots failed after upgrade to 4.1.2

Yeah - looks like there were two recent commits that added the '/dev/'.

commit c28f23f6fce71531738febfb6b5c17e938b022cb

... was the first.
by K5MRE
Thu May 28, 2020 3:10 am
Forum: Pi-Star General Support
Topic: 2 hotspots failed after upgrade to 4.1.2
Replies: 34
Views: 24448

Re: 2 hotspots failed after upgrade to 4.1.2

Both Nextion and TFT Serial. Was this changed recently? it's assuming '/dev/'. There should be an exception for port modem. // Set the MMDVMHost Display Type if (empty($_POST['mmdvmDisplayPort']) != TRUE ) { if ($_POST['mmdvmDisplayPort'] == "None") { $configmmdvm['TFT Serial']['Port'] = $...
by K5MRE
Thu May 28, 2020 2:52 am
Forum: Pi-Star General Support
Topic: 2 hotspots failed after upgrade to 4.1.2
Replies: 34
Views: 24448

Re: 2 hotspots failed after upgrade to 4.1.2

I've already refreshed and fixed my broken ones, so I can't send you it as it was unfortunately. So now I'm trying to walk through from 4.1.0 to try and reproduce. One thing I've noticed in walking through is that at one point in updating to 4.1.1, it appears to change from 'modem' to '/dev/modem'. ...
by K5MRE
Thu May 28, 2020 2:06 am
Forum: Pi-Star General Support
Topic: 2 hotspots failed after upgrade to 4.1.2
Replies: 34
Views: 24448

Re: 2 hotspots failed after upgrade to 4.1.2

After some digging, what seems to be happening is that NextionDriver is starting when it's not necessary wanted. At which point, it steals the control away from MMDVMhost, and MMDVMhost can't reliably get signals to/from the board. Just for giggles, on a broken one, try this: Drop to shell. rpi-rw s...
by K5MRE
Tue May 26, 2020 11:32 am
Forum: Pi-Star General Support
Topic: 2 hotspots failed after upgrade to 4.1.2
Replies: 34
Views: 24448

Re: 2 hotspots failed after upgrade to 4.1.2

I had this issue as well. NextionDriver was on them. I had to nuke it, and then everything was fine again.