AX25 installation

89 views
Skip to first unread message

John Spoonhower

unread,
Aug 22, 2022, 11:08:09 AM8/22/22
to pat-users
Thanks for all the efforts to bring out both pat v0.13 & pat-gensio v0.7. I have had both operating in different modes for the last few days. With pat-gensio, I  have used both telnet and my signalink usb to access winlink CMS. With pat v0.13 I have only used telnet; I wish to setup ax25 for use with pat v0.13. I have some experience with ax25 on a different system. I could use some guidance for setting up ax25 with the device being a combination direwolf v1.7 and the signalink usb. The scripts in /usr/share/pat/ax25 seem directed towards a serial TNC device not a soundcard modem.
73, John, NX2I

John Spoonhower

unread,
Aug 22, 2022, 12:10:02 PM8/22/22
to Alan Crosswell, pat-users
thanks. I like this approach. Unfortunately, on linux mint, pluging in the signalink usb doesn't provide a clearly recognizable /dev file. Sudo systemctl | grep ttyUSB gives no result and dmesg | grep ttyUSB or grep tty doesn't help.
lsusb shows:
lsusb
Bus 002 Device 008: ID 357d:7788 Sharkoon QuickPort XT
Bus 002 Device 003: ID 1a40:0101 Terminus Technology Inc. Hub
Bus 002 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 007 Device 003: ID 0b97:7772 O2 Micro, Inc. OZ776 CCID Smartcard Reader
Bus 007 Device 002: ID 0b97:7761 O2 Micro, Inc. Oz776 1.1 Hub
Bus 007 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 006 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 005 Device 002: ID 046d:c52f Logitech, Inc. Unifying Receiver
Bus 005 Device 004: ID 08bb:2904 Texas Instruments PCM2904 Audio Codec
Bus 005 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 004 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 003 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub

so I have the codec device ID but that's not much help.


On Mon, Aug 22, 2022 at 11:23 AM Alan Crosswell <al...@crosswell.us> wrote:
I have some examples here based on running pat in a vagrant box under MacOS (intel): https://github.com/n2ygk/winlink As usual the documentation is not up to date;-)



On Mon, Aug 22, 2022 at 11:08 AM John Spoonhower <jpspoo...@gmail.com> wrote:
Thanks for all the efforts to bring out both pat v0.13 & pat-gensio v0.7. I have had both operating in different modes for the last few days. With pat-gensio, I  have used both telnet and my signalink usb to access winlink CMS. With pat v0.13 I have only used telnet; I wish to setup ax25 for use with pat v0.13. I have some experience with ax25 on a different system. I could use some guidance for setting up ax25 with the device being a combination direwolf v1.7 and the signalink usb. The scripts in /usr/share/pat/ax25 seem directed towards a serial TNC device not a soundcard modem.
73, John, NX2I

--
You received this message because you are subscribed to the Google Groups "pat-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to pat-users+...@googlegroups.com.
To view this discussion on the web, visit https://groups.google.com/d/msgid/pat-users/CAMVpgJotZ3oH0eTXAUZDqj5HQkMeYKDaC547dq9hf0dvY1EJ3Q%40mail.gmail.com.

Corey Minyard

unread,
Aug 24, 2022, 10:09:09 PM8/24/22
to John Spoonhower, pat-users
On Mon, Aug 22, 2022, 5:08 AM John Spoonhower <jpspoo...@gmail.com> wrote:
Thanks for all the efforts to bring out both pat v0.13 & pat-gensio v0.7. I have had both operating in different modes for the last few days. With pat-gensio, I  have used both telnet and my signalink usb to access winlink CMS. With pat v0.13 I have only used telnet; I wish to setup ax25 for use with pat v0.13. I have some experience with ax25 on a different system. I could use some guidance for setting up ax25 with the device being a combination direwolf v1.7 and the signalink usb. The scripts in /usr/share/pat/ax25 seem directed towards a serial TNC device not a soundcard modem.

If you are using gensio (gax25), you won't be using anything in /usr/share/pat.

The defaults should work with direwolf.  Here is the default gax25 configuration:

  "gax25": {
    "gensio": "kiss,keepopen(discard-badwrites=yes),tcp,localhost,8001",
    "beacon": {
      "every": 3600,
      "message": "Winlink P2P",
      "destination": "IDENT"
    }
  },

In this, direwolf is running on the local system with the kiss port at 8001, which is the default for direwolf.  Ignore all the Linux AX25 configuration, you don't need it with gax25.

-corey


73, John, NX2I

John Spoonhower

unread,
Aug 26, 2022, 6:15:25 PM8/26/22
to Corey Minyard, pat-users
Thanks, I'll check it out. 73. John
Reply all
Reply to author
Forward
0 new messages