|
Softwares ![]() ![]() ![]() ![]() ![]() ![]() ![]() |
Main /
Wvdail-example-aritel-bsnl-3gMain.Wvdail-example-aritel-bsnl-3g HistoryHide minor edits - Show changes to output Added lines 1-62:
(:Google1:) (:Googlemm:) ---- !!wvidal example for airtel and bsnl 3g data card ---- Edit /etc/wvdial.conf (:table border=1 width=80% bgcolor=#cccc99 cellspacing=0 :) (:cellnr:) sudo vi /etc/wvdial.conf (:tableend:) Edit /etc/wvdial.conf (:table border=1 width=80% bgcolor=#cccc99 cellspacing=0 :) (:cellnr:) [@ [Dialer airtel] Modem = /dev/ttyUSB0 Init1 = ATZ 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 [Dialer bsnl3g] Init1 = ATZ #Init2 = at+cgdcont=1,"ip","bsnlnet" Init2 = at+cgdcont=1,"ip","bsnlsouth" Stupid Mode = 1 Modem Type = Analog Modem ISDN = 0 Phone = *99# Modem = /dev/ttyACM0 Username = { } Password = { } Baud = 460800 [Dialer bsnl3g] Modem Type = USB Modem Phone = *99# ISDN = 0 Username = { } Password = { } Init1 = ATZ Modem = /dev/ttyACM0 Baud = 460800 Stupid Mode = 1 @] (:tableend:) To connect run wvdial, you may have to change the location Modem = /dev/ttyUSB0 and "bsnlnet" ---- (:Google1:) (:Googlemm:) |