From 135f861bcf002e277de575e19fb3a9eeac37da2b Mon Sep 17 00:00:00 2001
From: Andreas Loibl <andreas@andreas-loibl.de>
Date: Mon, 9 May 2011 15:15:04 +0200
Subject: updated wvdial config, added games

---
 config/chroot_local-includes/etc/wvdial.conf | 31 +++++++++++++++++++++++++++-
 config/lists/kanotix-master                  | 10 +++++++++
 2 files changed, 40 insertions(+), 1 deletion(-)

diff --git a/config/chroot_local-includes/etc/wvdial.conf b/config/chroot_local-includes/etc/wvdial.conf
index 5f47649..2f5cac9 100644
--- a/config/chroot_local-includes/etc/wvdial.conf
+++ b/config/chroot_local-includes/etc/wvdial.conf
@@ -1,17 +1,24 @@
 [Dialer Defaults]
 #Init2 = ATQ0 V1 E1 S0=0 &C1 &D2
 Init2 = ATQ0 V1 E1 S0=0 &C1 &D2 +FCLASS=0
+#Init2 = ATQ0 V1 E1 +FCLASS=0
 #Modem Type = USB Modem
 Modem Type = Analog Modem
 ISDN = 0
 Init1 = ATZ
 #Modem = /dev/ttyACM0
 Modem = /dev/ttyUSB0
+#Modem = /dev/ttyUSB1
 Baud = 460800
 
 [Dialer pin]
 Init3 = AT+CPIN=pin
-# when this does not work: comgt -d /dev/ttyACM0
+
+[Dialer disable-pin]
+Init3 = AT+CLCK="SC",0,"pin"
+
+[Dialer enable-pin]
+Init3 = AT+CLCK="SC",1,"pin"
 
 [Dialer umts]
 Carrier Check = no
@@ -111,3 +118,25 @@ Dialer Command = ATD
 Dial Attemps = 2
 Username = *
 Password = *
+
+[Dialer vodafone-flat]
+Carrier Check = no
+Init4 = AT+CGDCONT=1,"IP","web.vodafone.de"
+Stupid Mode = 1
+Phone = *99#
+#Phone = *99***1#
+Dialer Command = ATD
+Dial Attemps = 2
+Username = vodafone
+Password = vodafone
+
+[Dialer comcel]
+Carrier Check = no
+Init4 = AT+CGDCONT=1,"IP","internet.comcel.com.co"
+Stupid Mode = 1
+Phone = *99#
+#Phone = *99***1#
+Dialer Command = ATD
+Dial Attemps = 2
+Username = *
+Password = *
diff --git a/config/lists/kanotix-master b/config/lists/kanotix-master
index 00339e1..818ac7f 100644
--- a/config/lists/kanotix-master
+++ b/config/lists/kanotix-master
@@ -32,3 +32,13 @@ wine1.3-gecko
 
 # other hardware
 modemmanager
+
+# games
+armagetronad
+foobillard
+neverball
+neverputt
+kmahjongg
+
+# benchmark
+gl2benchmark
-- 
cgit v1.0