Thanks to Clifford Kite for the suggestions. What ended up solving my
problem with PPPD never accomplishing LCP negotiation was traced to a
inappropriately configured serial port.
My serial port uses a 16550AFN UART which was erroneously detected as 16750.
Using setserial, I set it to 16550V2 (note: 16550A does not solve the
problem for me). Now PPPD connects like a champ. Thanks again.
Jeff Hebert
----- Original Message -----
From: Clifford Kite <[EMAIL PROTECTED]>
To: Jeff Hebert <[EMAIL PROTECTED]>
Sent: Wednesday, June 30, 1999 5:32 PM
Subject: Re: Modem Hangup during LCP negotiation
> On Wed, 30 Jun 1999, Jeff Hebert wrote:
>
> |I have tried your suggestions and have not had any luck resolving the
issue.
> |Interestingly my UART is detected as a 16750. It is a 16550AFN (I looked
on
> |the chip).
> |
> |When I use setserial to force spd_vhi and uart 16550A I notice that the
> |modem properly talks with KPPP's modem query functions (ATI messages).
When
> |I don't use setserial, the ATI messages received from the modem don't
make
> |sense. Maybe this is a hint here. Either way PPPD is no longer happy
and
> |continues the same modem hangup behavior.
>
> You need to use setserial to set the UART type to 16550A and not rely on
> automatic configuration. You said you upgraded to RH 6.0 and my
impression
> is that that version of the RH distribution uses a 2.2.x kernel. In that
> case don't try to force spd_vhi since the kernel should take care of
> adjusting the device file speed to the speed an application request.
>
> Even if the hangup continues when the device file is configured correctly
> for the UART the modem uses, I would still expect a difference in the PPP
> link negotiation messages. If there is no difference then I'm out of
> suggestions.
>
> If there is a difference then something else is wrong. Send the logs if
> you think they might be different.
>
> You must have a 2.3.x series pppd for a 2.2.x series kernel, but if RH 6.0
> uses a 2.2.x kernel then I'd expect that the pppd that came with it to be
> compatible.
>
> ---
> Clifford Kite Not a guru.
(tm)
>
>
>
-
To unsubscribe from this list: send the line "unsubscribe linux-ppp" in
the body of a message to [EMAIL PROTECTED]