On Mon, Dec 17, 2007 at 12:25:14PM +0000, ven swe wrote: > > Thanks for your reply Matti. > > I already configured my kernel (version 2.6.22.8) with "X25_ASY" . > And I am getting the error message. > > I think this is because slattach is not supporting X25. > > -venkat It should be trivialish to add that support, if same thing is enough what SLIP and PPP do -- turn on the serial discipline and let driver do everything. Current slattach man-page tells that known disciplines are: slip, cslip, adaptive, ppp SLIP is really trivial thing in terms of what the slattach command does. External scripts and programs then do ifconfig and other magic for the network interfaces. You could, probably, do the required moves with e.g. few lines of perl script. (Or C) /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