MMDVM icon indicating copy to clipboard operation
MMDVM copied to clipboard

No valid display found, disabling

Open ik4nzd opened this issue 5 years ago • 1 comments

I'm using a repeater with MMDVMHost on raspberry PI3 and Arduino2 without any display. For the past few months, after the last 2 system updates, at the MMDVM launch the NONE display type is not recognized and the display goes to a disabled status. I checked the .ini file over and over again, without problems. This is the error I get when I launch the program.

---------------------------omissis M: 2019-04-10 00:00:02.625 Opening the MMDVM I: 2019-04-10 00:00:04.646 MMDVM protocol version: 1, description: MMDVM 20190130 (D-Star/DMR/System Fusion/P25/NXDN/POCSAG) 19.2000 Mhz (Build: 22:12:47 Feb 24 2019) I: 2019-04-10 00:00:04.674 Display Parameters I: 2019-04-10 00:00:04.674 Type: None W: 2019-04-10 00:00:04.674 No valid display found, disabling I: 2019-04-10 00:00:04.674 DMR Network Parameters

----------------omissis

How can it be solved?

Thank you

Hello

Adam

ik4nzd avatar Apr 15 '19 21:04 ik4nzd

This is actually MMDVMHost related... btw, it seems "by design", if you look at https://github.com/g4klx/MMDVMHost/blob/99c8b23f41b909c51cafb3901408b4cfb9725a56/Display.cpp#L432 the "None" value isn't even actually checked/expected on the if's there, it just defaults to disabled when no valid display type specified, then "None" or any random value (that doesn't match a display type) will do exactly the same...

narspt avatar May 16 '19 21:05 narspt