How To Connect MTS Mblaze in Linux,If you are facing problem in connecting your Mblaze in linux then you are in the right place we will try to help you at our best.Follow some simple steps as written below..
Before we start plz check that you have installed this three softwares[check it on synaptic package manager]
usb-modeswitch
usb-modeswitch-data
wvdial
if not then install it.
if not then install it.
1.open up terminal.(for better experience we will suggest you to install GVIM text editor from software center)
2.Now you have to enter as a root user so type gnome-terminal ,a new window will appear now type in new window sudo gnome-terminal and you are now a root user.(you will notice that there is no more $ prompt now there is # prompt)
2.Now you have to enter as a root user so type gnome-terminal ,a new window will appear now type in new window sudo gnome-terminal and you are now a root user.(you will notice that there is no more $ prompt now there is # prompt)
3.now type vi /etc/wvdial.conf and enter.
4.Now edit the content of the file by the following command.
[Dialer mts]
Stupid Modes=1
Inherits=Modem0
Password=mts
Username=internet@internet.mtsindia.in
Phone=#777
[Modem0]
Init1=ATZ
SetVolume=0
Modem=/dev/ttyUSB0
Baud=115200
FlowControl=Hardware(CRTSCTS)
Dial Command=ATDT
5.Now save it by entering Esc then colon then x and Enter.
6.Open up a new terminal and type wvdial mts.
So now you are connected.
N.B.-Do not close that terminal or Internet will disconnect.