Re: Baycom modem and simple text ui

2005-08-09 Thread Jonathan Lassoff
On 09/08/05, Bob Nielsen <[EMAIL PROTECTED]> wrote: > Not really (I use a KISS TNC, not a Baycom modem). Do you have AX.25 > networking set up and does the interface show up with ifconfig? Section > 6.1.4 of the AX25-HOWTO (which may not be completely up-to-date for 2.6 > kernels) should be helpf

Re: Baycom modem and simple text ui

2005-08-09 Thread Jonathan Lassoff
On 09/08/05, Bob Nielsen <[EMAIL PROTECTED]> wrote: > Not really (I use a KISS TNC, not a Baycom modem). Do you have AX.25 > networking set up and does the interface show up with ifconfig? Section > 6.1.4 of the AX25-HOWTO (which may not be completely up-to-date for 2.6 > kernels) should be helpf

Re: Baycom modem and simple text ui

2005-08-09 Thread Bob Nielsen
On Tue, Aug 09, 2005 at 04:43:36PM -0700, Jonathan Lassoff wrote: > On 09/08/05, Bob Nielsen <[EMAIL PROTECTED]> wrote: > > I'm not sure if tfkiss will do what you want, but possibly it will. I > > suspect the compilation problems may relate to it being written for an > > earlier version of gcc.

Re: Baycom modem and simple text ui

2005-08-09 Thread Jonathan Lassoff
On 09/08/05, Bob Nielsen <[EMAIL PROTECTED]> wrote: > I'm not sure if tfkiss will do what you want, but possibly it will. I > suspect the compilation problems may relate to it being written for an > earlier version of gcc. You could probably do something with several > xterms, one running call, a

Re: Baycom modem and simple text ui

2005-08-09 Thread Bob Nielsen
On Tue, Aug 09, 2005 at 03:26:12PM -0700, Jonathan Lassoff wrote: > Well, I'll still take a look around and see what I can't do. I would > really like to run tfkiss because it sounds like exactly what I want > to do, but just can't get it to compile. Essentially I want to have my > computer be at l

Re: Baycom modem and simple text ui

2005-08-09 Thread Jonathan Lassoff
On 09/08/05, Bob Nielsen <[EMAIL PROTECTED]> wrote: > Since the driver will make the modem look like any other network > interface, you should be able to do this with the telnet command if the > cluster supports that type of connection. Using the 'call' command > (included in ax25-apps) should als

Re: Baycom modem and simple text ui

2005-08-09 Thread Bob Nielsen
On Tue, Aug 09, 2005 at 12:13:57PM -0700, Jonathan Lassoff wrote: > On 09/08/05, Bob Nielsen <[EMAIL PROTECTED]> wrote: > > Baycom modems are supported in Linux. Try either the baycom_ser_fdx or > > baycom_ser_hdx drivers (you may need to configure/compile your kernel, > > although they in some pa

Fwd: Baycom modem and simple text ui

2005-08-09 Thread Jonathan Lassoff
On 09/08/05, Dave Platt <[EMAIL PROTECTED]> wrote: > If the driver is loaded, and the AX.25 interface has been > configured with a portname, then you'd probably want to try > running commands such as: > >beacon -s myport -d HEADSUP "Santa Claus on 14.020 QRO" > > or > >call myport W9ZZZ > >

Re: Baycom modem and simple text ui

2005-08-09 Thread Dave Platt
> Well, I can get the driver loaded just fine, but what I am interested > in doing is just a text connection. I want to just get some software > running that gives the classic "cmd:" or ":" prompt. For example, I'd > like to just get and send text to my local DX cluster. Any ideas? In the usual Un

Re: Baycom modem and simple text ui

2005-08-09 Thread Jonathan Lassoff
On 09/08/05, Bob Nielsen <[EMAIL PROTECTED]> wrote: > Baycom modems are supported in Linux. Try either the baycom_ser_fdx or > baycom_ser_hdx drivers (you may need to configure/compile your kernel, > although they in some packaged kernels, e.g., Debian and some others). > See Documentation/network

Re: Baycom modem and simple text ui

2005-08-09 Thread Bob Nielsen
On Tue, Aug 09, 2005 at 12:35:05AM -0700, Jonathan Lassoff wrote: > I just put together a simple modem that functions the same as the > classic "dumb" baycom modem. It just turns RS-232 data into tones and > vice-versa. I got the Baycom software to run off a DOS bootdisk, and > the modem works just

Baycom modem and simple text ui

2005-08-09 Thread Jonathan Lassoff
I just put together a simple modem that functions the same as the classic "dumb" baycom modem. It just turns RS-232 data into tones and vice-versa. I got the Baycom software to run off a DOS bootdisk, and the modem works just great. But what I would really like to do is do the same stuff under linu