----------
> From: gary0319 <[EMAIL PROTECTED]>
> To: [EMAIL PROTECTED]; [EMAIL PROTECTED]
> Subject: AX25/TCP/IP Help
> Date: Saturday, March 13, 1999 11:49 PM
> 
> Hello Linux Lovers
> This is my first posting to this group. I am having trouble getting AX25
> and TCP/IP to talk to my Kantronics KAM TNC running in the KISS mode. I
> would appreciate any suggestions you can give me.
> My current system:
> Slackware 3.5,  kernel 2.0.34 compiled per textbook "Linux Configuration
> & Installation 4th Edition".
> Applied the patch - 2.0.35 to upgrade the kernel to use with ax25-utils
> 2.1.42a and net-tools 1.32-alpha.
> AX25 and serial support was selected before the kernel was compiled
> using menuconfig.
> 
> Symptoms:
> 1.  Minicom communications program will work through ttyS0 (com 1) when
> connected to an external modem. Connected to BBS without any problem.
> 
> 2. Next I connect my KAM tnc in KISS mode to ttyS0.  The mkiss command
> appears in /usr/sbin.  Tried the command   "mkiss -p -c -h -l -s 1200
> /dev/ttyS0 ptyq0"
>      No error messages were echoed.  Is there anyway to tell if the
> mkiss is loaded and running?
> 
> 3.  Next command issued  " kissattach - i 44.94.248.213 -m 512
> /dev/ttyq0 ax0"
>     (ax0 is name used in the axports file - the only port used for VHF)
>      Message echo  "kissattach: open: I/O error"
> 
> 4. The ifconfig command shows only the "lo   - Loopback"  is attached.
> Should this also show the radio port if kissattach is working?
> 
> 5.  I assume the axattach command is not used for this configuration as
> directed in the HOWTOs for the version I am running?  I do not see the
> command in any directory.
> 
> I understand the problem could be the ax25 support in the kernel but I
> have tried recompiling a couple of times with careful consideration for
> ax25 and serial support.
> 
> Sorry if these questions are too newbie but I do need some elmering.
> This is my first round with Linux and ax25.  Thanks a lot.
> 
> Gary C. Meyer, W0DYD, Minnetonka, MN
> [EMAIL PROTECTED]

Gary try this example:
 
if you have a dual port tnc and it is connected to your /dev/ttyS0
 serial device at 9600 bps, the following commands like this :

 /usr/sbin/mkiss -s 9600 /dev/ttyS0  /dev/ptyq0  /dev/ptyq1
 /usr/sbin/kissattach  -i 44.94.248.213  /dev/ttyq0 vhf
 /usr/sbin/kissattach  -i 44.94.248.213 /dev/ttyq1 hf

# /etc/ax25/axports
#
# The format of this file is:
#
# name callsign speed paclen window description
#
vhf     yourcall-10    -        256     2         vhf_freq (1200 bps)
hf      yourcall-11    -        128     1          hf_freq  (300 bps)

I hope this help you

73's Jose (HI8GN)

Reply via email to