Linux HAM/Amateur Radio development
 help / color / mirror / Atom feed
From: Chuck Hast <wchast@gmail.com>
To: Linux-hams List <linux-hams@vger.kernel.org>
Subject: Re: Trying to get Ax25 running.
Date: Fri, 15 Oct 2004 12:55:29 -0700	[thread overview]
Message-ID: <620c9057041015125535932b34@mail.gmail.com> (raw)
In-Reply-To: <Pine.SUN.4.58.0410151221210.28043@eskimo.com>

I am not interested in doing multiple TNC's all I want is the crc part,
Do I still have to use the master slave part? Looks like the AX25-
config program does not take into account such things.

Here is a listing from a lsmod on my system
kp4djt@rf-tool:~> lsmod
Module                  Size  Used by
mkiss                  10020  0
ax25                   58476  1 mkiss


This is the ax25-up script file that the ax25-config program created.

#!/bin/bash
# Startkiss0
# Firmware-TNCs in den KISS-Modus schalten
#stty 19200 < /dev/ttyS0
#echo -e "\r\033@K1\r" > /dev/ttyS0
#sleep 3
#
# KISS-Modul einbinden
modprobe ax25; modprobe kiss; modprobe mkiss
#
# KISS-Ger� an /dev/ttyS0 als Port kiss0 anbinden
/usr/sbin/kissattach -i 44.1.1.1 /dev/ttyS0 kiss0
# Parameter einstellen: P=128, W=10, TX-Delay=100
/usr/sbin/kissparms -p kiss0 -r 128 -s 10 -l 10 -t 100
# Endkiss0
# StartARNM
#
# Logins von au�n erm�lichen
/usr/sbin/ax25d &
echo $! > /var/run/ax25d.pid
#
# Start AX25 routing daemon
/usr/sbin/ax25rtd &
echo $! > /var/run/ax25rtd.pid
insmod netrom
nrattach -i 44.1.1.1 nr0
#
# Monitor auf Terminal 11 starten
/usr/bin/listen -artc > /dev/tty11 &
echo $! > /var/run/listen.pid
# EndARNM
-
To unsubscribe from this list: send the line "unsubscribe linux-hams" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

  reply	other threads:[~2004-10-15 19:55 UTC|newest]

Thread overview: 25+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <620c9057041013094421cbf279@mail.gmail.com>
     [not found] ` <20041014025505.66938.qmail@web40824.mail.yahoo.com>
2004-10-14 13:00   ` Trying to get Ax25 running Chuck Hast
2004-10-14 13:13     ` Dennis Boone
2004-10-15 16:57       ` Chuck Hast
2004-10-15 17:15         ` Tomi Manninen
2004-10-15 17:37         ` Dennis Boone
2004-10-15 17:59           ` Gérard / F6FGZ
2004-10-15 18:26             ` Tomi Manninen
2004-10-15 18:33               ` Pontus Falk
2004-10-15 18:53                 ` Tomi Manninen
2004-10-15 19:22                   ` Curt, WE7U
2004-10-15 19:55                     ` Chuck Hast [this message]
2004-10-15 23:18                       ` Chuck Hast
2004-10-16  1:15                         ` Chuck Hast
2004-10-16  1:28                           ` Dennis Boone
2004-10-16  2:52                             ` Chuck Hast
2004-10-16  3:40                               ` Dennis Boone
2004-10-16 12:45                             ` Tomi Manninen
2004-10-16 13:16                               ` Chuck Hast
2004-10-16 13:52                                 ` Tomi Manninen
2004-10-16 15:08                                   ` Chuck Hast
     [not found]           ` <41700FDB.383C6084@free.fr>
2004-10-15 18:02             ` Dennis Boone
2004-10-13  2:40 Ron
2004-10-14  1:55 ` Chuck Hast
  -- strict thread matches above, loose matches on Subject: below --
2004-10-12 13:32 Chuck Hast
2004-10-12 13:41 ` Jeroen Vreeken

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=620c9057041015125535932b34@mail.gmail.com \
    --to=wchast@gmail.com \
    --cc=linux-hams@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox