Skip to content

Instantly share code, notes, and snippets.

@iiska
Created February 6, 2009 18:16
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 iiska/59530 to your computer and use it in GitHub Desktop.
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.
# 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