Linux X.25 subsystem development
 help / color / mirror / Atom feed
From: Matti Aarnio <matti.aarnio@zmailer.org>
To: venkat4p <venkat_p257@yahoo.co.in>
Cc: linux-x25@vger.kernel.org
Subject: Re: X.25 in linux
Date: Mon, 17 Dec 2007 14:00:54 +0200	[thread overview]
Message-ID: <20071217120054.GJ6372@mea-ext.zmailer.org> (raw)
In-Reply-To: <14370077.post@talk.nabble.com>

On Sun, Dec 16, 2007 at 09:11:16PM -0800, venkat4p wrote:
> Hai all,

Hello,

  
> I want to make two Linux systems communicating through X.25 suite.
> I am successful in sending data through X.25 PLP over lapb over
> Ethernet. (by using X25 socket API, x25route and lapb0 virtual interface)
>  
> Now, I want to communicate via lapb over serial interface (like "ttyS0")
> instead of Ethernet layer.
> I installed Net-tools package, then I tried with "slattach -p x25 /dev/ttyS0"
> but got message
> > Cannot change line discipline to `x25'.
> Can any one tell me from where can I get the modified version of "slattach" 
> so that it supports X25 Async network interface or any available  modules
> which helps me in doing this?

Kernel already has module  x25_asy.c  which needs to be configured from WAN
submenu - an EXPERIMENTAL module:

config X25_ASY
        tristate "X.25 async driver (EXPERIMENTAL)"
        depends on WAN && LAPB && X25
        ---help---
          Send and receive X.25 frames over regular asynchronous serial
          lines such as telephone lines equipped with ordinary modems.

          Experts should note that this driver doesn't currently comply with
          the asynchronous HDLS framing protocols in CCITT recommendation X.25.

          To compile this driver as a module, choose M here: the
          module will be called x25_asy.

          If unsure, say N.


It is not configured on in default case.
You have to make your own kernel configuration with that (and all dependencies)
turned into modules.  (You probably already did spin your own kernel to have
X.25 in system in the first place..)

Even then the  slattach  might not know what "x25" is supposed to be.

> Thanks,
> Venkat.

/Matti Aarnio

  reply	other threads:[~2007-12-17 12:00 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2007-12-17  5:11 X.25 in linux venkat4p
2007-12-17 12:00 ` Matti Aarnio [this message]
     [not found]   ` <750297.65484.qm@web8406.mail.in.yahoo.com>
2007-12-17 12:57     ` Matti Aarnio
  -- strict thread matches above, loose matches on Subject: below --
2007-12-17 13:51 Bahri Okuroglu

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=20071217120054.GJ6372@mea-ext.zmailer.org \
    --to=matti.aarnio@zmailer.org \
    --cc=linux-x25@vger.kernel.org \
    --cc=venkat_p257@yahoo.co.in \
    /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