Суббота, 2025-11-22, 02:59
Приветствую Вас Гость | RSS
Главная | File Catalog | Регистрация | Вход
Меню сайта
Категории раздела
My files [6]
Вход на сайт
Друзья сайта
  • Официальный блог
  • Сообщество uCoz
  • FAQ по системе
  • Инструкции для uCoz
  • Статистика

    Онлайн всего: 1
    Гостей: 1
    Пользователей: 0
    UNIX/Linux FRN Gateway
    Главная » Файлы » My files

    AlterFRN client, revision 7312, 2022-07-17
    2022-07-17, 14:16

    AlterFRN client, revision 7312, 2022-07-17

    Список изменений. List of changes.

    FreeBSD-amd64 Intel/AMD 64bit

    FreeBSD-i386 Intel/AMD 32bit

    Linux-aarch64 ARM64 Raspberry/Orange/... 64bit

    Linux-amd64 Intel/AMD 64bit

    Linux-armhf ARM32v6 Paspberry/Orange/... 32bit

    Linux-armv7 ARM32v7 Paspberry/Orange/... 32bit

    Linux-i386 Intel/AMD 32bit

    Windows 32/64 bit

     

    Категория: My files | Добавил: AA124
    Просмотров: 2680 | Загрузок: 0 | Комментарии: 11 | Рейтинг: 4.0/2
    Всего комментариев: 11
    11 AA124  
    0
    ln -s libgpiod.so.ANY libgpiod.so

    10 JuaLmi  
    0
    This is a workaround to make it work: I had to go to a Raspberry Pi running Debian 12, which has the correct library version for alterfrn to function.

    On the Debian 12 Raspberry Pi:

    root@pibao2:/usr/lib/aarch64-linux-gnu# lsb_release -a
    No LSB modules are available.
    Distributor ID: Debian
    Description: Debian GNU/Linux 12 (bookworm)
    Release: 12
    Codename: bookworm

    root@pibao2:/usr/lib/aarch64-linux-gnu# uname -m
    aarch64

    root@pibao2:/usr/lib/aarch64-linux-gnu# ls -lrat | grep -i libgpiod.so
    -rw-r--r-- 1 root root 67512 Jan 5 2023 libgpiod.so.2.2.2
    lrwxrwxrwx 1 root root 17 Jan 5 2023 libgpiod.so.2 -> libgpiod.so.2.2.2

    I copied this library to the Raspberry Pi running Debian 13 and placed it in:

    root@pibao:/usr/lib/aarch64-linux-gnu# pwd
    /usr/lib/aarch64-linux-gnu

    root@pibao:/usr/lib/aarch64-linux-gnu# ls -lrat | grep "libgpiod.so.2"
    -rw-r--r-- 1 root root 67512 Oct 3 16:22 libgpiod.so.2.2.2
    lrwxrwxrwx 1 root root 17 Oct 3 16:23 libgpiod.so.2 -> libgpiod.so.2.2.2

    With this, I was able to start the alterfrn client:

    FRNClientConsole.Linux-aarch64.r7312

    To make GPIODEV PTT work, the configuration used is:

    ##### GPIO-DEV for Linux
    PTT=GPIODEV:/dev/gpiochip0:6:I

    This corresponds to the GPIO configured by Debian 13 for Raspberry Pi OS:

    root@pibao:/usr/lib/aarch64-linux-gnu# ls -lrat /dev/gpiochip0
    crw-rw---- 1 root gpio 254, 0 Oct 2 20:15 /dev/gpiochip0

    Which is the same as on Debian 12:

    root@pibao2:/usr/lib/aarch64-linux-gnu# ls -lrat /dev/gpiochip0
    crw-rw---- 1 root gpio 254, 0 Oct 2 23:17 /dev/gpiochip0

    Summary

    Either alterfrn needs to be updated to use libgpiod.so.3 for future Debian versions,

    Or you have to use this workaround with libgpiod.so.2 to make GPIODEV PTT work on Debian 13.

    Regards.

    9 JuaLmi  
    0
    In the newer Debian versions used on Raspberry Pi 3, 4, and 5—specifically Debian 13—alterfrn cannot run with the RADIO/PTT option set to GPIODEV.

    The reason is that Debian 13 uses libgpiod3, whereas alterfrn requires libgpiod2. When you try to start alterfrn with GPIODEV, it fails and displays the following error:

    ERROR: PTT: Radio interface type "GPIODEV" is not supported on the system. Install gpiod library

    Even if you have gpiod and libgpiod3 installed, alterfrn cannot use GPIODEV because it specifically looks for libgpiod.so.2, which is provided by libgpiod2. Since Debian 13 only includes libgpiod3 by default, the interface is unsupported

    LOG

    root@pibao:/opt/alterfrn# uname -m
    aarch64
    root@pibao:/opt/alterfrn# lsb_release -a
    No LSB modules are available.
    Distributor ID: Debian
    Description: Debian GNU/Linux 13 (trixie)
    Release: 13
    Codename: trixie

    root@pibao:~# sudo apt install gpiod libgpiod2
    Package libgpiod2 is not available, but is referred to by another package.
    This may mean that the package is missing, has been obsoleted, or
    is only available from another source
    However the following packages replace it:
    libgpiod3:armhf libgpiod3

    Error: Package 'libgpiod2' has no installation candidate
    root@pibao:~# sudo apt install gpiod libgpiod3
    gpiod is already the newest version (2.2.1-2).
    libgpiod3 is already the newest version (2.2.1-2).
    Summary:
    Upgrading: 0, Installing: 0, Removing: 0, Not Upgrading: 0

    8 xroft  
    0
    You need to run AlterFRN client with debug parameter like:

    FRNClientConsole.Win32.r7312.exe debug

    save and run it!

    7 Martin  
    0
    Unfortunately, I was unable to run VOX as a radiogateway on any version of alterfrn windows

    6 AA124  
    0

    5 JS  
    0
    FRNClient-console (Linux-armv7) revision 7312
    ERROR: wrong command or flags or parameters
    Command line format:
    FRNClientConsole [flags ...] [command [parameters ...]]
    Use "help" command for full help

    helllpppp
    plz

    3 eyanez  
    0
    Good day, there is a video of how this client works in windows, mainly the area of ​​adding Users, 73s from Panama

    tHANKS

    2 eyanez  
    0
    Buen día, hay un video de como funciona este cliente en windows, principalmente el área de agregar Usuarios, 73s de Panamá
    Thanks

    1 Bertta  
    0
    Hey..

    Work good..

    4 eyanez  
    0
    mistoy probando y nada mi Zello 24VRI010 , agradesco cualquier ayuda

    Имя *:
    Email *:
    Код *:
    Бесплатный конструктор сайтовuCozCopyright MyCorp © 2025