On Sat, 03 Sep 2005 13:06, Paul Parkyn wrote: > Hi, I am after a comms program that will allow me to connect using raw > tcp/ip and has a vt100 emulation. Is there anything available for use with > a 2.6 Kernel? No. Unix / Linux does not offer monolithic do-everything programs. The task is split up into the component parts required.
> I have been trying to compile a program for some time now but have given up > the driver part will not compile. What driver are you trying to compile? The linux kernel has drivers for (almost) every network card in common use. -- CS
