Created
January 17, 2013 12:32
-
-
Save mckelvin/4555629 to your computer and use it in GitHub Desktop.
/etc/wvdial.conf for MF190 + ChinaUnicom WCDMA
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] | |
| Modem = /dev/ttyUSB2 | |
| Init1 = ATZ | |
| Init3 = ATE0V1 | |
| Init5 = ATS0=0 | |
| Init6 = AT+CGDCONT=1,"IP","3gnet" | |
| Init7 = AT+CFUN=1 | |
| Modem Type = USB Modem | |
| Baud = 460800 | |
| New PPPD = yes | |
| ISDN = 0 | |
| Phone = *99# | |
| Password = any | |
| Username = any | |
| Stupid Mode = 1 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment