Skip to content

Instantly share code, notes, and snippets.

@dufferzafar
Created January 14, 2015 06:53
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save dufferzafar/423dffef8f762f90827e to your computer and use it in GitHub Desktop.
Save dufferzafar/423dffef8f762f90827e to your computer and use it in GitHub Desktop.
MTS Details for wvdial. (/etc/wvdial.conf)
[Dialer Defaults]
Phone =
Username =
Password =
New PPPD = yes
[Dialer mts]
Stupid Mode = 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
@dufferzafar
Copy link
Author

First install wvdial and some packages by - sudo apt-get install wvdial usb-modeswitch usb-modeswitch-data

Save this file as /etc/wvdial.conf - wget https://gist.githubusercontent.com/dufferzafar/423dffef8f762f90827e/raw/f7805bb366e6bac096f3ba9ad5d6641007e71cb8/wvdial.conf -O /etc/wvdial.conf

Connect your dongle and run wvdial - sudo wvdial mts

Cross your fingers, and hide your cats! 🐱

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment