From IT Mission Linux Tips, Hacks, Tutorials, Howtos - Itmission.org

Main: BSNL-wvdial-config-BSNL-3g-data-card


BSNL wvdial config for BSNL 3g data card


For Linktop LW272/LW273 (BSNL Teracom)

Login to your ubuntu system.

Run

sudo aptitude install wvdial

Edit /etc/wvdial.conf

[Dialer bsnl]
Init1 = ATZ
Init2 = ATQ0 V1 E1 S0=0 &C1 &D2 +FCLASS=0
Init3 = AT+CGDCONT=1,"IP","bsnlnet"
Stupid Mode = 1
Modem Type = Analog Modem
Phone = *99#
Modem = /dev/ttyUSB0
Username = { }
Password = { }
Baud = 9600

To connect run wvdial, you may have to change the location Modem = /dev/ttyUSB0 and "bsnlnet"

Here are some links for Linux users.

Ubuntu users should try my PPA:

https://launchpad.net/~cristatus/+archive/nm-ppa

WvDial scripts are here:

https://github.com/downloads/cristatus/stuffs/wv.tar.gz

Examples wvdial.conf for bsnl and airtel:

$ cat /etc/wvdial.conf 
[Dialer bsnl]
Modem Type = USB Modem
Phone = *99#
Username = " "
Password = " "
Init1 = ATE0V1
Init2 = AT+CFUN=6
Init3 = AT+CGDCONT=1,"IP","bsnlnet"
Modem = /dev/ttyACM0
Baud = 460800
Stupid Mode = 1


[Dialer airtel]
Modem = /dev/ttyUSB0
Init1 = ATZ
#Init2 = ATQ0 V1 E1 S0=0 &C1 &D2 +FCLASS=0
Init2 = at+cgdcont=1,"ip","airtelgprs.com"
Stupid Mode =1 
Modem Type = USB Modem
Phone = *99***1#
ISDN = 0
Username = a
Password = a
Baud = 9600


Retrieved from http://www.itmission.org/Main/BSNL-wvdial-config-BSNL-3g-data-card
Page last modified on January 04, 2012, at 03:06 PM