Created
February 6, 2009 18:16
-
-
Save iiska/59530 to your computer and use it in GitHub Desktop.
wvdial.conf to be used with DNA Finland 3G or gprs over bluetooth.
This file contains 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
# wvdial.conf to be used with DNA Finland 3G or gprs over bluetooth | |
[Modem0] | |
Modem = /dev/rfcomm0 | |
Baud = 115200 | |
SetVolume = 0 | |
Dial Command = ATD | |
Init1 = AT | |
Init3 = ATH | |
FlowControl = CRTSCTS | |
[Dialer dna] | |
Username = user | |
Password = pss | |
Phone = *99# | |
Stupid Mode = 1 | |
Init1 = AT | |
Init2 = ATH | |
Init3 = ATE1 | |
Init4 = AT+CGDCONT=1,"IP","internet","0.0.0.0",0,0 | |
Inherits = Modem0 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment