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 - To unsubscribe from this list: send the line "unsubscribe linux-x25" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html