On Sat, 2005-09-03 at 14:57 +1200, Paul Parkyn wrote: > On Sat, 03 Sep 2005 14:02, Christopher Sawtell wrote: > > > 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. > Hi CS the driver is for a pty device. What I have is a Ethernet to serial > adapter the driver allows me to create a virtual serial port for use in any > comms program. The serial device is connected to a Building Management > computer which has its own monitor program which we access through a serial > port. Trying to get this to work so I can access it from any computer on the > network. > I am not sufficiently adept at C programming to fix the problems. > > Thanks for your input Regards Paul
What is the driver you are trying to compile? (Or is it something closed source that you are not able to share?) I am struggling a little to understand what it is you are trying to do. pty devices are already in the kernel. OTOH maybe I don't understand enough about pty devices :) -- Nick Rout <[EMAIL PROTECTED]>
