Changes

How to go to Internet through GPRS setup

12 bytes added, 11:56, 23 May 2013
m
Configuration example using Movistar provider (Spain)
'''/etc/ppp/chatscripts/movistar''' file should look like this:
<pre>
ABORT 'BUSY'
ABORT 'NO CARRIER'
'OK' 'ATD*99***1#'
TIMEOUT 30
CONNECT ''</pre>
Many ISP require some time of authentication, in that case we should use PAP authentication method creating the new file
noauth
hide-password
connect "/usr/sbin/chat -v -f /etc/ppp/chatscripts/movistar"
/dev/ttyO1
115200
noccp
persist
connect "/usr/sbin/chat -v -f /etc/ppp/chatscripts/movistar"
At this point we can start manually the pppd connection. First we need to turn on the modem with:
0
edits