Thursday, November 17, 2011

MTS MBlaze USB Data Card In BOSS 4.0(GNU/Linux)

1.Insert the USB MTS Mblaze Data Card
2.Then Open the terminal and type 'wvdialconf' to get the configuration details about the connected modem.
3.Then open the wvdial.conf in the path /etc/wvdial.conf  and update the configuration file
by updating the Phone ,Username and Password fields only like the following

Before Editing the Configuration File :

[Dialer Defaults]
Init1 = ATZ
Init2 = ATQ0 V1 E1 S0=0 &C1 &D2 +FCLASS=0
Modem Type = Analog Modem
ISDN = 0
New PPPD = yes
Modem = /dev/ttyUSB0
Baud = 9600
Phone =
Username =
Password =

After Editing the Configuration File :


[Dialer Defaults]
Init1 = ATZ
Init2 = ATQ0 V1 E1 S0=0 &C1 &D2 +FCLASS=0
Modem Type = Analog Modem
ISDN = 0
New PPPD = yes
Modem = /dev/ttyUSB0
Baud = 9600

Phone = #777
Username = internet@internet.mtsindia.in
Password = mts

4.Then type the following command in terminal wvdial 


5.Now MTS Modem Connected and get IP Address and DNS Server Addresses automatically .

No comments:

Post a Comment

JMeter JSON Extractor

      json response {"Key1":"Value1","Key2":"Value2","Key2":"Value2"}  Name of t...