PPP timed out

hi every one

I have tried to dial in through ppp bt it says script terminated.
below is the actual communication. can i know the possible reason behind this.

I have gprs activated on my mobile.
My apn is correct.
My dial out no is also correct.

====================================================

pppd 2.4.2 started by admin, uid 0
timeout set to 10 seconds
abort on (
BUSY\r)
abort on (
RINGING

RINGING\r)
send (AT^M)
expect (OK)
^M
OK
– got it
send (ATH0^M)
timeout set to 30 seconds
expect (OK)
^M
^M
OK
– got it
send (AT+CGDCONT=1,“IP”,“uninor”^M)
expect (OK)
^M
^M
OK
– got it
send (ATDT99**1#^M)
expect (CONNECT)
^M
^M
CONNECT
– got it
send (^M)
expect (login)
57600^M
~^?}#@!}!}!} }<}!}$}%}"}&} } } } }%}&d}(})l}’}"}(}"}#}$@#~^D~
~^?}#@!}!}!} }<}!}$}% }"}&} } } } }%}&d}(})l}’}"}(}"}#}$@#~^D~
~^?}#@!}!}!} }<}!}$}%}"}&} } } } }%}&d}(})l}’}"}(}"}#}$@#~^D~
~^?}#@!}!}!} }<}!}$}%}"}&} } } } }%}&d}(})l}’}"}(}"}#}$@#~^D~
~^?}#@!}!}!} }<}!}$}%}"}&} } } } }%}&d}(})l}’}"}(}"}#}$@#~^D~
~^?}#@!}!}!} }<}!}$}% }"}&} } } } }%}&d}(})l}’}"}(}"}#}$@#~^D~
~^?}#@!}!}!} }<}!}$}%}"}&} } } } }%}&d}(})l}’}"}(}"}#}$@#~^D~
~^?}#@!}!}!} }<}!}$}%}"}&} } } } }%}&d}(})l}’}"}(}"}#}$@#~^D~
~^?}#@!}!}!} }<}!}$}%}"}&} } } } }%}&d}(})l}’}"}(}"}#}$@#~^D~
~^?}#@!}!}!} }<}!}$}% }"}&} } } } }%}&d}(})l}’}"}(}"}#}$@#~^D~^M
alarm
Failed
Connect script failed
Exit.

==============================================

the command i use is

pppd debug modem crtscts /dev/ttyS0 57600
asyncmap 20A0000 escape FF $LOCAL_IP:$REMOTE_IP
noipdefault netmask $NETMASK connect ppp-on-dialer

the connect script is

exec chat -v
TIMEOUT 10
ABORT ’
BUSY\r’
ABORT ’
RINGING

RINGING\r’
‘’ ’
ATE0\r’ \
‘’ ’
AT\r’
‘OK-+++\c-OK’ ’
ATH0\r’
TIMEOUT 30
OK ’
AT+CGDCONT=1,“IP”,“uninor”\r’
OK ’
ATD99**1#\r’
CONNECT ‘’
ogin:–ogin ACCOUNT
assword: PASSWORD

On 12/22/2011 02:26 PM, vikasshinde wrote:
> send (^M)
> expect (login)
> 57600^M
> ~^?}#@!}!}!} }<}!}$}%}"}&} } } } }%}&d}(})l}’}"}(}"}#}$@#~^D~
> ~^?}#@!}!}!} }<}!}$}% }"}&} } } } }%}&d}(})l}’}"}(}"}#}$@#~^D~
> ~^?}#@!}!}!} }<}!}$}%}"}&} } } } }%}&d}(})l}’}"}(}"}#}$@#~^D~
> ~^?}#@!}!}!} }<}!}$}%}"}&} } } } }%}&d}(})l}’}"}(}"}#}$@#~^D~
> ~^?}#@!}!}!} }<}!}$}%}"}&} } } } }%}&d}(})l}’}"}(}"}#}$@#~^D~
> ~^?}#@!}!}!} }<}!}$}% }"}&} } } } }%}&d}(})l}’}"}(}"}#}$@#~^D~
> ~^?}#@!}!}!} }<}!}$}%}"}&} } } } }%}&d}(})l}’}"}(}"}#}$@#~^D~
> ~^?}#@!}!}!} }<}!}$}%}"}&} } } } }%}&d}(})l}’}"}(}"}#}$@#~^D~
> ~^?}#@!}!}!} }<}!}$}%}"}&} } } } }%}&d}(})l}’}"}(}"}#}$@#~^D~
> ~^?}#@!}!}!} }<}!}$}% }"}&} } } } }%}&d}(})l}’}"}(}"}#}$@#~^D~^M
> alarm
> Failed

so, get with your isp and ask them to look at your script…you are
sending ^M before the isp has finished its connect message, which
appears to be

CONNECT
57600

you could try changing your script to

send (ATDT99**1#^M)
expect (CONNECT 57600)

then maybe it will work…

be advised most ‘helpers’ around here have not used dial up this
century, so, you can’t really count on my memory…or . . .

have you filled in your password and ID?

did this device come with windows loaded? do you have access to a script
used by windows which worked??

good luck…but, please do not multi-post your problems…the reason
you got no answer to the first thread is there are SO very few here with
any recent experience with PPP, so those don’t even open your post (i
opened it and knew i didn’t really know, so). . .


DD http://tinyurl.com/DD-Caveat
openSUSE®, the “German Engineered Automobiles” of operating systems!

On Thu, 22 Dec 2011 19:15:58 +0530, DenverD
<DenverD@no-mx.forums.opensuse.org> wrote:

> so, get with your isp and ask them to look at your script…you are
> sending ^M before the isp has finished its connect message, which
> appears to be

good advise, but probably not very useful under the circumstances. from
the OP’s name and the phone number he tries to connect to i understand
that he’s using airtel india, one of the mobile broadband providers here,
and to get useful assistance from them is practically impossible in my
experience.


phani.

On Thu, 22 Dec 2011 18:56:03 +0530, vikasshinde
<vikasshinde@no-mx.forums.opensuse.org> wrote:

> I have tried to dial in through ppp bt it says script terminated.
> below is the actual communication. can i know the possible reason
> behind this.
> I have gprs activated on my mobile.
> My apn is correct.
> My dial out no is also correct.

i have been using airtel gprs myself a few years ago, but i didn’t write
down the connection parameters i used.

i do remember that i didn’t use ppp on it’s own, but via a front end like
kppp or wvdial. that provides some useful default settings, which in my
case worked.

now i’m using BSNL broadband (ADSL), and also MTS mobile broadband, which
i’m quite happy with. much faster & more reliable than airtel gprs.

good luck…


phani.

On 12/22/2011 03:49 PM, phanisvara das wrote:
> to get useful assistance from them is practically impossible
> in my experience.

then he needs to switch providers.

i could be if he can get a clean copy of the script used by windows it
will need very little to get it working…

(every time i had to depend on ppp with a non-windows system (both OS/2
and several flavors of Linux) i just tweaked the file from the provider…

that has not been in this century (i think) so i can’t really help a
lot…but MOST of the problems can be ironed out by just reading and
thinking through the puzzle.


DD
openSUSE®, the “German Engineered Automobiles” of operating systems!