0% found this document useful (0 votes)
37 views2 pages

MTS Settings For Ubuntu 12.04: and Then Create The File /etc/wvdial - Conf

The document provides instructions for connecting to an MTS Mblaze broadband connection using wvdial instead of modem-manager on Ubuntu 12.04. It details installing wvdial, creating a wvdial configuration file with connection settings like the phone number and username, and running wvdial to initiate the connection. An example output is shown of wvdial successfully connecting and obtaining IP addresses.

Uploaded by

Biswajit Das
Copyright
© Attribution Non-Commercial (BY-NC)
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOC, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
37 views2 pages

MTS Settings For Ubuntu 12.04: and Then Create The File /etc/wvdial - Conf

The document provides instructions for connecting to an MTS Mblaze broadband connection using wvdial instead of modem-manager on Ubuntu 12.04. It details installing wvdial, creating a wvdial configuration file with connection settings like the phone number and username, and running wvdial to initiate the connection. An example output is shown of wvdial successfully connecting and obtaining IP addresses.

Uploaded by

Biswajit Das
Copyright
© Attribution Non-Commercial (BY-NC)
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOC, PDF, TXT or read online on Scribd
You are on page 1/ 2

MTS Settings for Ubuntu 12.

04
I switched to ubuntu after the new LTS release and was having some problems with my MTS Mblaze connection. Sometimes itd work and sometimes it wouldnt. There seems to be a bug in modem-manager which constantly keeps crashing so I decided to use wvdial instead. We need to install the wvdial package

sudo apt-get install wvdial


and then create the file /etc/wvdial.conf

[Dialer mts] Stupid Mode = 1 Inherits = Modem0 Password = mts Username = [email protected] Phone = #777 [Modem0] Init1 = ATZ SetVolume = 0 Modem = /dev/ttyUSB0 Baud = 115200 FlowControl = Hardware (CRTSCTS) Dial Command = ATDT
Then we can connect to the internet using

sudo wvdial mts


This is the output that I get when the dialer is run. Occasionally it will have some problems you can just disconnect and try again.

--> WvDial: Internet dialer version 1.61 --> Initializing modem. --> Sending: ATZ OK --> Modem initialized. --> Sending: ATDT#777 --> Waiting for carrier. ATDT#777 CONNECT 3100000 --> Carrier detected. Starting PPP immediately. --> Starting pppd at Sun May 6 18:35:05 2012 --> Pid of pppd: 7231 --> Using interface ppp0 --> local IP address 116.202.159.156 --> remote IP address 10.228.138.131

--> primary DNS address 10.228.129.114 --> secondary DNS address 10.228.129.113

You might also like