LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Server (https://www.linuxquestions.org/questions/linux-server-73/)
-   -   Configure Airtel GPRS internet in linux via cable (https://www.linuxquestions.org/questions/linux-server-73/configure-airtel-gprs-internet-in-linux-via-cable-694619/)

sandeeprhce5 01-03-2009 12:17 AM

Configure Airtel GPRS internet in linux via cable
 
Connect your Phone via cable to your linux system

Open the Terminal
Make sure it show file name
#cat /dev/ttyACM0

if this file not show it means your Phone modem is not support by Linux

If it show file ttyACM0 it means you phone is support or connect

now open the file

#vim /etc/wvdial.conf

erase all the content of this file and paste following lines

[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

#vim /etc/resolv.conf
nameserver 202.56.250.5

:wq! save and exit

Now open another terminal and run this command

#wvdial airtel

and minimized it



Artical by sandeeprhce5 and naveenrhce5

for more information sandeeprche5@gmail.com


All times are GMT -5. The time now is 03:00 PM.