Softwares ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() |
Main /
BSNL-wvdial-config-BSNL-3g-data-card
BSNL wvdial config for BSNL 3g data cardFor Linktop LW272/LW273 (BSNL Teracom)Login to your ubuntu system. Run
Edit /etc/wvdial.conf
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
|