Steps for Connecting Airtel Mobile gprs in Linux pc
STEP 1:
now open the file#vim /etc/wvdial.conf
STEP 2:
erase all the content of this file and paste following lines
STEP 3:
#vim /etc/resolv.conf
nameserver 202.56.250.5
:wq! save and exit
STEP 4:
Now open another terminal and run this command
#wvdial airtel
and minimized it
[Modem0]
Modem = /dev/ttyACM0
Baud = 115200
SetVolume = 0
Dial Command = ATDT
Init1 = ATZ
Init3 = ATM0
FlowControl = CRTSCTS
[Dialer airtel]
Username = a
Password = a
Phone = *99#
Stupid Mode = 1
Init1 = ATZ
Init2 = ATQ0 V1 E1 S0=0 &C1 &D2 +FCLASS=0
Init3 = AT+CGDCONT=1,"IP","airtelgprs. com"
Inherits = Modem0
:wq! save and exit
Modem = /dev/ttyACM0
Baud = 115200
SetVolume = 0
Dial Command = ATDT
Init1 = ATZ
Init3 = ATM0
FlowControl = CRTSCTS
[Dialer airtel]
Username = a
Password = a
Phone = *99#
Stupid Mode = 1
Init1 = ATZ
Init2 = ATQ0 V1 E1 S0=0 &C1 &D2 +FCLASS=0
Init3 = AT+CGDCONT=1,"IP","airtelgprs.
Inherits = Modem0
:wq! save and exit
STEP 3:
#vim /etc/resolv.conf
nameserver 202.56.250.5
:wq! save and exit
STEP 4:
Now open another terminal and run this command
#wvdial airtel
and minimized it
Comments