/etc/wvdial.conf.umts: add usage example for web.vodafone.de
authorMichael Prokop <mika@grml.org>
Tue, 18 Nov 2008 23:30:23 +0000 (00:30 +0100)
committerMichael Prokop <mika@grml.org>
Tue, 18 Nov 2008 23:30:23 +0000 (00:30 +0100)
debian/changelog
etc/wvdial.conf.umts

index 2ce324a..309d86f 100644 (file)
@@ -1,3 +1,9 @@
+grml-etc (1.1.9) unstable; urgency=low
+
+  * /etc/wvdial.conf.umts: add usage example for web.vodafone.de
+
+ -- Michael Prokop <mika@grml.org>  Wed, 19 Nov 2008 00:29:53 +0100
+
 grml-etc (1.1.8) unstable; urgency=low
 
   * /etc/skel/.msmtprc: clarify that the ssh commands needs to be
index 8b4b81d..fa50fbd 100644 (file)
@@ -3,7 +3,6 @@
 # Authors:       grml-team (grml.org), (c) Michael Prokop <mika@grml.org>, (c) Andreas Gredler <jimmy@grml.org>
 # Bug-Reports:   see http://grml.org/bugs/
 # License:       This file is licensed under the GPL v2.
-# Latest change: Mit Okt 24 09:54:11 CEST 2007 [mika]
 ################################################################################
 
 # Usage examples:
@@ -121,4 +120,19 @@ Init2 = ATZ
 Init3 = ATQ0 V1 E1 S0=0 &C1 &D2 +FCLASS=0
 Init5 = AT+CGDCONT=1,"IP","web.yesss.at";
 
+# web.vodafone.de
+[Dialer voda]
+Phone = *99***1#
+Username = irrelevant
+Password = irrelevant
+Stupid Mode = 1
+Dial Command = ATDT
+Modem = /dev/ttyUSB0
+Baud = 921600
+Init2 = ATZ
+Init3 = ATE0V1&D2&C1S0=0+IFC=2,2
+ISDN = 0
+Modem Type = Analog Modem
+Init5 =AT+CGDCONT=1,"IP","web.vodafone.de";
+
 ## END OF FILE ##################################################################