Most probably the problem you are having is related to  the PPP
configuration variables lcp-echo-interval and lcp-echo-failure being set
to non-null values. The indication for this is on the error message you
get just before disconnection:

May 29 10:10:20 absrao-laptop pppd[8294]: No response to 4 echo-requests
May 29 10:10:20 absrao-laptop pppd[8294]: Serial link appears to be 
disconnected.

No all PPP servers respond to lcp echo requests. AN easy way to test it
is to explicitly set these variables to zero, effectively disabling the
feature.

Edit your PPP script, and add the following two lines *before* the
'connect' command:

lcp-echo-interval 0
lcp-echo-failure 0

This is not a bug. I am closing reject "not a bug", bur please feel free
to add input here, or re-open it if you feel I am wrong.


** Changed in: linux-source-2.6.20 (Ubuntu)
Sourcepackagename: None => linux-source-2.6.20
   Importance: Undecided => Medium
     Assignee: (unassigned) => hggdh
       Status: Unconfirmed => Rejected

-- 
KPC650 EVDO card disconnects every 2 minutes with 2.6.20 kernel
https://bugs.launchpad.net/bugs/117554
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to