World of *Nix

by S. M. Ibrahim (lavluda)

GPRS or EDGE setting for Aktel and GP

**This is not official page of any service provider, so test everything in own risk.

For windows:

Grameen Phone:

You will get most the data from GP home page. But there should be one correction. You have to use the init strig as ” AT+CGDCONT = 1,”IP”,”gpinternet” ”
Now it will work without any problem.

Aktel:

Nothing need special, simple make a dailer with you gprs/edge modem, and give *99***1# as hunting number. username and pass anything.

Teletalk:

everything same as GP except the apn (”gpinternet”), but i cann’t remember it right now, can anybody help me ?

Warid:

Everything available on there site.

For linux:

First of all, install wvdial (u can also use other dailer app)

to check your mobile as a modem
——————————-
#wvdialconf

Grameen Phone

here is a sample of my wvdial.conf (Grameen Phone EDGE/GPRS)
————————————————————
[Dialer Defaults]
Init1 = ATZ
Init2 = ATQ0 V1 E1 S0=0 &C1 &D2 +FCLASS=0
Init3 = AT+CGDCONT=1,”IP”,”gpinternet”
Modem Type = Analog Modem
ISDN = 0
Phone = *99***1#
Modem = /dev/ttyUSB0
Username = xyz
Password = xyz
Baud = 115200
———————————————————–
change the modem speed/Baud and /dev/ttyUSB0 according to your mobile phone

Aktel

here is a sample of my wvdial.conf (Aktel GPRS)
————————————————————
[Dialer Defaults]
Init1 = ATZ
Init2 = ATQ0 V1 E1 S0=0 &C1 &D2 +FCLASS=0
Modem Type = Analog Modem
ISDN = 0
Phone = *99***1#
Modem = /dev/ttyUSB0
Username = xyz
Password = xyz
Baud = 115200
———————————————————–
change the modem speed/Baud and /dev/ttyUSB0 according to your mobile phone

Start
To start type wvdial in shell

Share/Save/Bookmark