
David Bowen wrote:
Hi
I am having a problem with the modem dropping while connecting to the net. (ihug) This is an Intel 536 modem on Mandrake 10.1 It dials, says expecting connect, then, starting pppd, and a few seconds later the modem drops the line, and some seconds later a dialogue box comes up and says Kpppd daemon died unexpectedly error 17 Kppd manual says that error 17 is a to do with loop back detected so the following part of the log would seem to be relevant.
Feb 21 18:16:25 localhost pppd[21220]: Serial line is looped back. Feb 21 18:16:25 localhost pppd[21220]: sent [LCP TermReq id=0xb "Loopback detected"] Feb 21 18:16:25 localhost pppd[21220]: rcvd [LCP TermReq id=0xb "Loopback detected"] Feb 21 18:16:25 localhost pppd[21220]: sent [LCP TermAck id=0xb] Feb 21 18:16:26 localhost pppd[21220]: rcvd [LCP TermAck id=0xb] Feb 21 18:16:26 localhost pppd[21220]: Connection terminated. Feb 21 18:16:26 localhost pppd[21220]: Exit.
It used to work OK but is now taking 3 + attempts to connect. Anyone have any ideas.
Try this as your /etc/ppp/options - works for me with that modem === cut here === lock noauth defaultroute ipcp-max-configure 65 ipcp-accept-local ipcp-accept-remote idle 600 === cut here === Cheers John