Brian Fisher <[EMAIL PROTECTED]> wrote:

> Thanks for the info, it was a big help.  I'm using kppp (K Desktop) to dial in
> with, and it looks like it has some code that polls the ppp0 device to
> determine when and if the connection is active.  That bit of code seems to have
> the side effect of causing read requests to be issued to the ppp0 device
> while pppd is attempting to negotiate a connection, thus my
> difficulties in getting connected.  kppp isn't doing a read directly, but maybe
> when the socket is opened UDP is attempting a read...

I don't think it's kppp that is causing the problems.  The socket
calls that it is doing in the code you included won't generate reads
on the serial port.  More likely you have a getty or something trying
to use the serial port.

Paul.

-
To unsubscribe from this list: send the line "unsubscribe linux-ppp" in
the body of a message to [EMAIL PROTECTED]

Reply via email to