All of lore.kernel.org
 help / color / mirror / Atom feed
* KPC 9612+ and kissattach
@ 2002-09-02 23:01 Ian McLaughlin
  2002-09-03  2:29 ` M Taylor
  2002-09-03 19:08 ` Mike Fenske
  0 siblings, 2 replies; 8+ messages in thread
From: Ian McLaughlin @ 2002-09-02 23:01 UTC (permalink / raw)
  To: linux-hams

Hello All,
  I have searched the archives, but cannot find a solution to my problem.

2 machines trying to talk to each other.  One seems to work, one doesn't.

Software config the same on each one - RedHat 7.3 with the ax25 libs and
utils installed.  Kernel recompiled to support ax25 and kiss devices.

The machine that works is using a Kenwood D7A radio at 9600 baud in kiss
mode.  kissattach seems to work, and if I ping the other end of the radio
link, I get the radio going in to transmit mode in sync with the ping
packets.

The other end, however is a different story.  It's a Kantronics KPC 9612+,
with no radio on the first port, and a 9600 baud radio on the second port.
Minicom works fine, and I can connect to the tnc and send and receive data
on the TNC.  My problem appears to be with mkiss.  Am I correct in assuming
that I need to run mkiss because the KPC 9612 is a dual-port TNC?  I am
running the foillowing commands:

mkiss -s 9600 /dev/ttyS0 /dev/ptyq0 /dev/ptyq1
kissattach /dev/ttyq1 RADIO 172.16.0.2

The commands are accepted, and a network device is create, but if I ping, I
get no radio traffic at all.

I am suspecting that I need to do something fancy before I go in to kiss
mode on the TNC.  At the moment, I'm just doing a mycall followed by intface
kiss.  Should I do something else?

Any help is greatly appreciated.  I've spent all week trying to figure this
one out!



^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: KPC 9612+ and kissattach
  2002-09-02 23:01 KPC 9612+ and kissattach Ian McLaughlin
@ 2002-09-03  2:29 ` M Taylor
  2002-09-03  3:05   ` Ian McLaughlin
  2002-09-03 19:08 ` Mike Fenske
  1 sibling, 1 reply; 8+ messages in thread
From: M Taylor @ 2002-09-03  2:29 UTC (permalink / raw)
  To: Ian McLaughlin; +Cc: linux-hams

On Mon, Sep 02, 2002 at 04:01:58PM -0700, Ian McLaughlin wrote:
> Hello All,
>   I have searched the archives, but cannot find a solution to my problem.
> 
> 2 machines trying to talk to each other.  One seems to work, one doesn't.
> 
> Software config the same on each one - RedHat 7.3 with the ax25 libs and
> utils installed.  Kernel recompiled to support ax25 and kiss devices.
> 
> The machine that works is using a Kenwood D7A radio at 9600 baud in kiss
> mode.  kissattach seems to work, and if I ping the other end of the radio
> link, I get the radio going in to transmit mode in sync with the ping
> packets.
> 
> The other end, however is a different story.  It's a Kantronics KPC 9612+,
> with no radio on the first port, and a 9600 baud radio on the second port.
> Minicom works fine, and I can connect to the tnc and send and receive data
> on the TNC.  My problem appears to be with mkiss.  Am I correct in assuming
> that I need to run mkiss because the KPC 9612 is a dual-port TNC?  I am
> running the foillowing commands:
> 
> mkiss -s 9600 /dev/ttyS0 /dev/ptyq0 /dev/ptyq1
> kissattach /dev/ttyq1 RADIO 172.16.0.2
> 
> The commands are accepted, and a network device is create, but if I ping, I
> get no radio traffic at all.

Check the AX25-HOWTO section 6.1.1.1 ("Configuring for Dual Port TNC's")
<http://www.tldp.org/HOWTO/AX25-HOWTO/x495.html>

(the short form:)

# /usr/sbin/mkiss -s 9600 /dev/ttyS0 /dev/ptyq0 /dev/ptyq1
# /usr/sbin/kissattach /dev/ttyq0 port1 44.135.96.242
# /usr/sbin/kissattach /dev/ttyq1 port2 44.135.96.242

-ve1mct

^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: KPC 9612+ and kissattach
  2002-09-03  2:29 ` M Taylor
@ 2002-09-03  3:05   ` Ian McLaughlin
  2002-09-03  5:33     ` Wilson G. Hein
  2002-09-03  6:07     ` Stewart Wilkinson
  0 siblings, 2 replies; 8+ messages in thread
From: Ian McLaughlin @ 2002-09-03  3:05 UTC (permalink / raw)
  To: M Taylor; +Cc: linux-hams

Thanks for the quick response.  I did consult the HOWTO, and my commands are
based on the ones you listed.  I'm only using the 9600 baud port, so I only
have a kissattach line for the second port.  This is not working, however.
What I wanted to confirm is that I'm correctly putting the 9612+ into kiss
mode.  I'm using a factory default config, with MYCALL set, and then INTFACE
KISS.  Is this correct?  All of my configs work just fine connecting to the
TNC in a Kenwood D7A handheld, but not the KPC9612.

Thanks.

----- Original Message -----
From: "M Taylor" <mctylr@privacy.nb.ca>
To: "Ian McLaughlin" <ian@platinum.net>
Cc: <linux-hams@vger.kernel.org>
Sent: Monday, September 02, 2002 7:29 PM
Subject: Re: KPC 9612+ and kissattach


> On Mon, Sep 02, 2002 at 04:01:58PM -0700, Ian McLaughlin wrote:
> > Hello All,
> >   I have searched the archives, but cannot find a solution to my
problem.
> >
> > 2 machines trying to talk to each other.  One seems to work, one
doesn't.
> >
> > Software config the same on each one - RedHat 7.3 with the ax25 libs and
> > utils installed.  Kernel recompiled to support ax25 and kiss devices.
> >
> > The machine that works is using a Kenwood D7A radio at 9600 baud in kiss
> > mode.  kissattach seems to work, and if I ping the other end of the
radio
> > link, I get the radio going in to transmit mode in sync with the ping
> > packets.
> >
> > The other end, however is a different story.  It's a Kantronics KPC
9612+,
> > with no radio on the first port, and a 9600 baud radio on the second
port.
> > Minicom works fine, and I can connect to the tnc and send and receive
data
> > on the TNC.  My problem appears to be with mkiss.  Am I correct in
assuming
> > that I need to run mkiss because the KPC 9612 is a dual-port TNC?  I am
> > running the foillowing commands:
> >
> > mkiss -s 9600 /dev/ttyS0 /dev/ptyq0 /dev/ptyq1
> > kissattach /dev/ttyq1 RADIO 172.16.0.2
> >
> > The commands are accepted, and a network device is create, but if I
ping, I
> > get no radio traffic at all.
>
> Check the AX25-HOWTO section 6.1.1.1 ("Configuring for Dual Port TNC's")
> <http://www.tldp.org/HOWTO/AX25-HOWTO/x495.html>
>
> (the short form:)
>
> # /usr/sbin/mkiss -s 9600 /dev/ttyS0 /dev/ptyq0 /dev/ptyq1
> # /usr/sbin/kissattach /dev/ttyq0 port1 44.135.96.242
> # /usr/sbin/kissattach /dev/ttyq1 port2 44.135.96.242
>
> -ve1mct
>



^ permalink raw reply	[flat|nested] 8+ messages in thread

* RE: KPC 9612+ and kissattach
  2002-09-03  3:05   ` Ian McLaughlin
@ 2002-09-03  5:33     ` Wilson G. Hein
  2002-09-03  6:07     ` Stewart Wilkinson
  1 sibling, 0 replies; 8+ messages in thread
From: Wilson G. Hein @ 2002-09-03  5:33 UTC (permalink / raw)
  To: linux-hams

Try configuring both ports and see if it makes any difference.

Regards,
Wilson, WJ3G

> -----Original Message-----
> From: linux-hams-owner@vger.kernel.org
> [mailto:linux-hams-owner@vger.kernel.org]On Behalf Of Ian McLaughlin
> Sent: Monday, September 02, 2002 11:05 PM
> To: M Taylor
> Cc: linux-hams@vger.kernel.org
> Subject: Re: KPC 9612+ and kissattach
>
>
> Thanks for the quick response.  I did consult the HOWTO, and my
> commands are
> based on the ones you listed.  I'm only using the 9600 baud port,
> so I only
> have a kissattach line for the second port.  This is not working, however.
> What I wanted to confirm is that I'm correctly putting the 9612+ into kiss
> mode.  I'm using a factory default config, with MYCALL set, and
> then INTFACE
> KISS.  Is this correct?  All of my configs work just fine
> connecting to the
> TNC in a Kenwood D7A handheld, but not the KPC9612.
>
> Thanks.
>
> ----- Original Message -----
> From: "M Taylor" <mctylr@privacy.nb.ca>
> To: "Ian McLaughlin" <ian@platinum.net>
> Cc: <linux-hams@vger.kernel.org>
> Sent: Monday, September 02, 2002 7:29 PM
> Subject: Re: KPC 9612+ and kissattach
>
>
> > On Mon, Sep 02, 2002 at 04:01:58PM -0700, Ian McLaughlin wrote:
> > > Hello All,
> > >   I have searched the archives, but cannot find a solution to my
> problem.
> > >
> > > 2 machines trying to talk to each other.  One seems to work, one
> doesn't.
> > >
> > > Software config the same on each one - RedHat 7.3 with the
> ax25 libs and
> > > utils installed.  Kernel recompiled to support ax25 and kiss devices.
> > >
> > > The machine that works is using a Kenwood D7A radio at 9600
> baud in kiss
> > > mode.  kissattach seems to work, and if I ping the other end of the
> radio
> > > link, I get the radio going in to transmit mode in sync with the ping
> > > packets.
> > >
> > > The other end, however is a different story.  It's a Kantronics KPC
> 9612+,
> > > with no radio on the first port, and a 9600 baud radio on the second
> port.
> > > Minicom works fine, and I can connect to the tnc and send and receive
> data
> > > on the TNC.  My problem appears to be with mkiss.  Am I correct in
> assuming
> > > that I need to run mkiss because the KPC 9612 is a dual-port
> TNC?  I am
> > > running the foillowing commands:
> > >
> > > mkiss -s 9600 /dev/ttyS0 /dev/ptyq0 /dev/ptyq1
> > > kissattach /dev/ttyq1 RADIO 172.16.0.2
> > >
> > > The commands are accepted, and a network device is create, but if I
> ping, I
> > > get no radio traffic at all.
> >
> > Check the AX25-HOWTO section 6.1.1.1 ("Configuring for Dual Port TNC's")
> > <http://www.tldp.org/HOWTO/AX25-HOWTO/x495.html>
> >
> > (the short form:)
> >
> > # /usr/sbin/mkiss -s 9600 /dev/ttyS0 /dev/ptyq0 /dev/ptyq1
> > # /usr/sbin/kissattach /dev/ttyq0 port1 44.135.96.242
> > # /usr/sbin/kissattach /dev/ttyq1 port2 44.135.96.242
> >
> > -ve1mct
> >
>
>
> -
> 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
>


^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: KPC 9612+ and kissattach
  2002-09-03  3:05   ` Ian McLaughlin
  2002-09-03  5:33     ` Wilson G. Hein
@ 2002-09-03  6:07     ` Stewart Wilkinson
  1 sibling, 0 replies; 8+ messages in thread
From: Stewart Wilkinson @ 2002-09-03  6:07 UTC (permalink / raw)
  To: linux-hams


On Mon, 2 Sep 2002, Ian McLaughlin wrote:

> Thanks for the quick response.  I did consult the HOWTO, and my commands are
> based on the ones you listed.  I'm only using the 9600 baud port, so I only
> have a kissattach line for the second port.  This is not working, however.
> What I wanted to confirm is that I'm correctly putting the 9612+ into kiss
> mode.  I'm using a factory default config, with MYCALL set, and then INTFACE
> KISS.  Is this correct?  All of my configs work just fine connecting to the
> TNC in a Kenwood D7A handheld, but not the KPC9612.

I seem to recall that I had to set 'ABAUD 9600' to force the TNC to use 
9600 Baud for the serial port instead of it's default auto-detect method. 

Are you sure 'INTFACE KISS' was accepted ? (The TNC may not let you go
from NEWUSER mode to KISS directly, you might have to do 'INTFACE 
TERMINAL' first).

-- 
Stewart (G0LGS)
g0lgs@gb7lgs.co.uk


^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: KPC 9612+ and kissattach
  2002-09-02 23:01 KPC 9612+ and kissattach Ian McLaughlin
  2002-09-03  2:29 ` M Taylor
@ 2002-09-03 19:08 ` Mike Fenske
  2002-09-03 19:47   ` Stewart Wilkinson
  1 sibling, 1 reply; 8+ messages in thread
From: Mike Fenske @ 2002-09-03 19:08 UTC (permalink / raw)
  To: linux-hams

Hello Ian (and all).

With my KPC-9612, you have to use XKISS mode instead of KISS. Try (from
minicom or whatever) INTFACE XKISS and not INTFACE KISS. Baud rate between
computer and TNC should be 9600. 

Mike Fenske
VE7MKF

At 16:01 02/09/02 -0700, you wrote:
>Hello All,
>  I have searched the archives, but cannot find a solution to my problem.
>
>2 machines trying to talk to each other.  One seems to work, one doesn't.
>
>Software config the same on each one - RedHat 7.3 with the ax25 libs and
>utils installed.  Kernel recompiled to support ax25 and kiss devices.
>
>The machine that works is using a Kenwood D7A radio at 9600 baud in kiss
>mode.  kissattach seems to work, and if I ping the other end of the radio
>link, I get the radio going in to transmit mode in sync with the ping
>packets.
>
>The other end, however is a different story.  It's a Kantronics KPC 9612+,
>with no radio on the first port, and a 9600 baud radio on the second port.
>Minicom works fine, and I can connect to the tnc and send and receive data
>on the TNC.  My problem appears to be with mkiss.  Am I correct in assuming
>that I need to run mkiss because the KPC 9612 is a dual-port TNC?  I am
>running the foillowing commands:
>
>mkiss -s 9600 /dev/ttyS0 /dev/ptyq0 /dev/ptyq1
>kissattach /dev/ttyq1 RADIO 172.16.0.2
>
>The commands are accepted, and a network device is create, but if I ping, I
>get no radio traffic at all.
>
>I am suspecting that I need to do something fancy before I go in to kiss
>mode on the TNC.  At the moment, I'm just doing a mycall followed by intface
>kiss.  Should I do something else?
>
>Any help is greatly appreciated.  I've spent all week trying to figure this
>one out!
>
>
>-
>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
>

^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: KPC 9612+ and kissattach
@ 2002-09-03 19:16 Mike Fenske
  0 siblings, 0 replies; 8+ messages in thread
From: Mike Fenske @ 2002-09-03 19:16 UTC (permalink / raw)
  To: linux-hams

Hello again Ian (and all).

I forgot to say in my last e-mail that after issuing the INTFACE XKISS
command, issue a RESET command.

Mike Fenske
VE7MKF


>With my KPC-9612, you have to use XKISS mode instead of KISS. Try (from
>minicom or whatever) INTFACE XKISS and not INTFACE KISS. Baud rate between
>computer and TNC should be 9600. 
>
>Mike Fenske
>VE7MKF



^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: KPC 9612+ and kissattach
  2002-09-03 19:08 ` Mike Fenske
@ 2002-09-03 19:47   ` Stewart Wilkinson
  0 siblings, 0 replies; 8+ messages in thread
From: Stewart Wilkinson @ 2002-09-03 19:47 UTC (permalink / raw)
  To: linux-hams


On Tue, 3 Sep 2002, Mike Fenske wrote:

> Hello Ian (and all).
> 
> With my KPC-9612, you have to use XKISS mode instead of KISS. Try (from
> minicom or whatever) INTFACE XKISS and not INTFACE KISS. Baud rate between
> computer and TNC should be 9600. 

I just used INTFACE KISS & RESET with my 9612+ . 

I guess you must be using mkiss with the -p option.

-- 
Stewart (G0LGS)
g0lgs@gb7lgs.co.uk


^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2002-09-03 19:47 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2002-09-02 23:01 KPC 9612+ and kissattach Ian McLaughlin
2002-09-03  2:29 ` M Taylor
2002-09-03  3:05   ` Ian McLaughlin
2002-09-03  5:33     ` Wilson G. Hein
2002-09-03  6:07     ` Stewart Wilkinson
2002-09-03 19:08 ` Mike Fenske
2002-09-03 19:47   ` Stewart Wilkinson
  -- strict thread matches above, loose matches on Subject: below --
2002-09-03 19:16 Mike Fenske

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.