[PLUG] Airtel gprs on kubuntu 9.10

Chetan Kumar chetanku at gmail.com
Sun Nov 15 16:30:44 IST 2009


On Sat, Nov 14, 2009 at 4:27 PM, Sharique uddin Ahmed Farooqui
<safknw at gmail.com> wrote:
> Hi,
> I'm using kubuntu 9.10. It does not work like that. How I can
> configure it via network manager or kppp?
>


[root at soup ~]# pppd call airtel

(set the applicable device below, /dev/ttyACM0 for Palm Treo with USB
connector in my case)
where /etc/ppp/peers/airtel looks like

---------/etc/ppp/peers/airtel---------
/dev/ttyACM0 460800
connect '/usr/sbin/chat -v -f /etc/ppp/chat-airtel'
crtscts
modem -detach
noccp
defaultroute
usepeerdns
noauth
ipcp-accept-remote
ipcp-accept-local
noipdefault
-------------------------------------------

and /etc/ppp/chat-airtel looks like this

----------/etc/ppp/chat-airtel---------
#/etc/ppp/chat-airtel
ABORT "NO CARRIER"
ABORT "NO DIALTONE"
ABORT "ERROR"
ABORT "NO ANSWER"
ABORT "BUSY"
ABORT "Username/Password Incorrect"

'' ATZ OK
AT+CGDCONT=1,"IP","airtelgprs.com"
OK "ATD*99***1#"
CONNECT ''
----------------------------------------------


Hope it works for you.
Chetan




More information about the Plug-mail mailing list