Replies: 6 comments 4 replies
-
You can get some log messages by starting qdmr from the command line. However, there is a better way. Usually qdmr cashes due to a bug in the decoding of the codeplug and not necessarily during the read itself. You can split this read/decode operation using the command line. There is a command line tool call To read the binary codeplug from the device simply run
This creates a file called
If the second step fails, the issue is with the decoding of the codeplug. Could you then send me the binary one, so I can reproduce the issue? |
Beta Was this translation helpful? Give feedback.
-
Thank you sir.
I will get the dmrconf tool installed and run the tasks you laid out and get you the results.
Sent from ProtonMail mobile
…-------- Original Message --------
On Mar 23, 2022, 08:59, Hannes Matuschek wrote:
You can get some log messages by starting qdmr from the command line.
However, there is a better way. Usually qdmr cashes due to a bug in the decoding of the codeplug and not necessarily during the read itself. You can split this read/decode operation using the command line. There is a command line tool call dmrconf that uses the same library as qdmr.
To read the binary codeplug from the device simply run
dmrconf read --verbose codeplug_md2017.dfu
This creates a file called codeplug_md2017.dfu containing the binary codeplug. You can then decode the codeplug to a human-readable YAML file by running
dmrconf decode --verbose --radio=md2017 codeplug_md2017.dfu codeplug.yaml
If the second step fails, the issue is with the decoding of the codeplug. Could you then send me the binary one, so I can reproduce the issue?
—
Reply to this email directly, [view it on GitHub](#208 (comment)), or [unsubscribe](https://github.com/notifications/unsubscribe-auth/AT6ZNN2FD47CRKLIJXC7BFDVBMPUFANCNFSM5RNYTPEA).
You are receiving this because you authored the thread.Message ID: ***@***.***>
|
Beta Was this translation helpful? Give feedback.
-
Oh yeah. For sure. It'll be a couple days.
We are going hamfest. I'll send it when I get back.
My name is Jeb. I live in Texas. This is really awesome.
Thank you for the work you gave done already.
Sent from ProtonMail mobile
…-------- Original Message --------
On Mar 24, 2022, 16:34, Hannes Matuschek wrote:
Could you get me the binary codeplug? If there is nothing secret in the codeplug, you can attach it here. Otherwise just send it by email.
—
Reply to this email directly, [view it on GitHub](#208 (reply in thread)), or [unsubscribe](https://github.com/notifications/unsubscribe-auth/AT6ZNN7Z2JJQXXB6JFLYM7LVBTNVJANCNFSM5RNYTPEA).
You are receiving this because you authored the thread.Message ID: ***@***.***>
|
Beta Was this translation helpful? Give feedback.
-
here you go. |
Beta Was this translation helpful? Give feedback.
-
Ok, thanks. The funny thing is, that I can decode it using the current version 0.10.2. However, there are some warning concerning the scanlist. To this end, there might be an issue with the pirmary channel for the scan lists. I'll check that. |
Beta Was this translation helpful? Give feedback.
-
Ok. Great. I am rather new to Raspberry/Linux. Will I need to re-install from scratch? |
Beta Was this translation helpful? Give feedback.
-
As title states the program crashes during/after radio download/read
Updated Raspberry OS.
TYT-MD-2017
I tried looking at Syslog during the process and the only log entries where where the radio was connected/disconnected.
I looked for logs elsewhere but I am not finding them. I am linux basic and would think that there must be a log somewhere.
De KG5YUN
Beta Was this translation helpful? Give feedback.
All reactions