Search found 2643 matches

by F1RMB
Tue Dec 03, 2019 8:20 pm
Forum: Bug reports
Topic: PTT lock in DMR mode is not repealed
Replies: 29
Views: 13570

Re: PTT lock in DMR mode is not repealed

Hi Guys,

As far as I wrote the PTT lockout, he works the following way:

<GREEN> + # = PTT lockout
<GREEN> + * = keypad lockout
<GREEN> + # then <GREEN> + * = locks PTT and Keypad
<BLUE> + * unlock everything

Maybe I'm missing a change in the codebase.

Cheers.
---
Daniel
by F1RMB
Tue Dec 03, 2019 5:20 pm
Forum: GD-77 / DM-1801 / RD-5R / GD-77S
Topic: [Testers Needed] GD-77 Firmware Loader for Linux and OS-X
Replies: 39
Views: 21207

Re: [Testers Needed] GD-77 Firmware Loader for Linux and OS-X

Python loader worked nicely for me too, and didn't need to unbind the HID driver, though it did (without any udev rules) require root on the box I tested it on. I think that probably this means that we don't actually need to unbind the HID driver, but need to point the .NET loader at a different de...
by F1RMB
Tue Dec 03, 2019 10:16 am
Forum: Localisation
Topic: Localisation support (foreign languages)
Replies: 921
Views: 374093

Re: Localistion support (foreign languages)

Here is a fixed and converted version.
by F1RMB
Mon Dec 02, 2019 8:47 pm
Forum: Localisation
Topic: Localisation support (foreign languages)
Replies: 921
Views: 374093

Re: Localistion support (foreign languages)

Hi,

There is no ligature in the fonts (because of glyph size), but many accented letters See the 16x32 picture.


Cheers.
---
Daniel
by F1RMB
Mon Dec 02, 2019 5:46 pm
Forum: GD-77 / DM-1801 / RD-5R / GD-77S
Topic: [Testers Needed] GD-77 Firmware Loader for Linux and OS-X
Replies: 39
Views: 21207

Re: [Testers Needed] GD-77 Firmware Loader for Linux and OS-X

Hi Roger, Hi Roger, This is probably a stupid question, but why don't you just use the Python loader I wrote ? I presume that would work on the RPi That was the first thing I tried under Linux. I fixed and extended a bit the python script, it flash ATM, but the GD won't boot after that. I need to ch...
by F1RMB
Mon Dec 02, 2019 5:51 am
Forum: GD-77 / DM-1801 / RD-5R / GD-77S
Topic: [Testers Needed] GD-77 Firmware Loader for Linux and OS-X
Replies: 39
Views: 21207

Re: [Testers Needed] GD-77 Firmware Loader for Linux and OS-X

Roger,
VK3KYY wrote:
Mon Dec 02, 2019 5:37 am
I have a Rpi 4 but not really any time to test this.
Yeah, no problem ;-)

Since Andrew idea to use the last third field from the end, that should work (hopefully) for all Linux platforms.

Cheers.
---
Daniel
by F1RMB
Mon Dec 02, 2019 5:47 am
Forum: GD-77 / DM-1801 / RD-5R / GD-77S
Topic: [Testers Needed] GD-77 Firmware Loader for Linux and OS-X
Replies: 39
Views: 21207

Re: [Testers Needed] GD-77 Firmware Loader for Linux and OS-X

Hi Roger, This is probably a stupid question, but why don't you just use the Python loader I wrote ? I presume that would work on the RPi That was the first thing I tried under Linux. I fixed and extended a bit the python script, it flash ATM, but the GD won't boot after that. I need to check why (p...
by F1RMB
Mon Dec 02, 2019 5:44 am
Forum: GD-77 / DM-1801 / RD-5R / GD-77S
Topic: [Testers Needed] GD-77 Firmware Loader for Linux and OS-X
Replies: 39
Views: 21207

Re: [Testers Needed] GD-77 Firmware Loader for Linux and OS-X

Hi, Well, it took me 8 hours to install mono-complete on a RPi 3 A+ :-D Replace the udev rules file with the attached one, then execute the following (or reboot): sudo udevadm control --reload-rules Cheers. Yikes. 8 hours is a long time. Possibly a faster MicroSD would work better. I'm sure it didn...
by F1RMB
Mon Dec 02, 2019 5:05 am
Forum: GD-77 / DM-1801 / RD-5R / GD-77S
Topic: [Testers Needed] GD-77 Firmware Loader for Linux and OS-X
Replies: 39
Views: 21207

Re: [Testers Needed] GD-77 Firmware Loader for Linux and OS-X

Hi, Well, it took me 8 hours to install mono-complete on a RPi 3 A+ :-D Replace the udev rules file with the attached one, then execute the following (or reboot): sudo udevadm control --reload-rules Cheers. Yikes. 8 hours is a long time. Possibly a faster MicroSD would work better. I'm sure it didn'...
by F1RMB
Sun Dec 01, 2019 4:59 pm
Forum: GD-77 / DM-1801 / RD-5R / GD-77S
Topic: [Testers Needed] GD-77 Firmware Loader for Linux and OS-X
Replies: 39
Views: 21207

Re: [Testers Needed] GD-77 Firmware Loader for Linux and OS-X

Hi, Looks like the udev file /etc/udev/rules.d/99-gd77.rules is missing, as usbdev has claimed the interface. The udev rule is definitely present. I'm unsure why it's not working. It did work the first time I tried it. I also tried rebooting but this didn't help. I haven't figured out how to debug u...