Created
January 14, 2015 06:53
-
-
Save dufferzafar/423dffef8f762f90827e to your computer and use it in GitHub Desktop.
MTS Details for wvdial. (/etc/wvdial.conf)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| [Dialer Defaults] | |
| Phone = | |
| Username = | |
| Password = | |
| New PPPD = yes | |
| [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 |
Author
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
First install wvdial and some packages by -
sudo apt-get install wvdial usb-modeswitch usb-modeswitch-dataSave this file as /etc/wvdial.conf -
wget https://gist.githubusercontent.com/dufferzafar/423dffef8f762f90827e/raw/f7805bb366e6bac096f3ba9ad5d6641007e71cb8/wvdial.conf -O /etc/wvdial.confConnect your dongle and run wvdial -
sudo wvdial mtsCross your fingers, and hide your cats! 🐱