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 18:15:55 -0700 [thread overview]
Message-ID: <620c905704101518153ff636e@mail.gmail.com> (raw)
In-Reply-To: <620c90570410151618432401d1@mail.gmail.com>
Here is what I ended up with when I commented out the listen console.
This appearst to have cleared up the locking up of the machine, I have
not had it lock up since.
Now if I can just get the BPQKISS part running (CRC kiss)
#!/bin/bash
# Startkiss0
# Firmware-TNCs in den KISS-Modus schalten
#stty 19200 < /dev/ttyUSB0
echo -e "\r\033@K1\r" > /dev/ttyUSB0
#sleep 3
#
# KISS-Modul einbinden
modprobe ax25; modprobe kiss; modprobe mkiss
#
# KISS-Ger344t an /dev/ttyUSB0 als Port kiss0 anbinden
/usr/sbin/kissattach -i 44.1.1.1 /dev/ttyUSB0 kiss0
# Parameter einstellen: P=254, W=10, TX-Delay=100
/usr/sbin/kissparms -p kiss0 -r 254 -s 1 -l 10 -t 100
# Endkiss0
# StartARNM
#
# Logins von au337en erm366glichen
#/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
#sleep 2
#/usr/bin/listen -artc > /dev/tty11 &
#echo $! > /var/run/listen.pid
# EndARNM
next prev parent reply other threads:[~2004-10-16 1:15 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
2004-10-15 23:18 ` Chuck Hast
2004-10-16 1:15 ` Chuck Hast [this message]
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=620c905704101518153ff636e@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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.