From fb6db08732a15920cbd05bfbf62e332fc0f29127 Mon Sep 17 00:00:00 2001 From: Andreas Loibl Date: Mon, 6 Sep 2010 01:57:21 +0200 Subject: added wvdial.conf and added comgt + wvdial to packageslist --- config/chroot_local-includes/etc/wvdial.conf | 102 +++++++++++++++++++++++++ config/chroot_local-packageslists/kanotix.list | 2 + 2 files changed, 104 insertions(+) create mode 100644 config/chroot_local-includes/etc/wvdial.conf diff --git a/config/chroot_local-includes/etc/wvdial.conf b/config/chroot_local-includes/etc/wvdial.conf new file mode 100644 index 0000000..3d4f00c --- /dev/null +++ b/config/chroot_local-includes/etc/wvdial.conf @@ -0,0 +1,102 @@ +[Dialer Defaults] +#Init2 = ATQ0 V1 E1 S0=0 &C1 &D2 +Init2 = ATQ0 V1 E1 S0=0 &C1 &D2 +FCLASS=0 +#Modem Type = USB Modem +Modem Type = Analog Modem +ISDN = 0 +Init1 = ATZ +#Modem = /dev/ttyACM0 +Modem = /dev/ttyUSB0 +Baud = 460800 + +[Dialer pin] +Init3 = AT+CPIN=pin +# when this does not work: comgt -d /dev/ttyACM0 + +[Dialer umts] +Carrier Check = no +Init4 = AT+CGDCONT=1,"IP","apn" +Stupid Mode = 1 +Phone = *99# +#Phone = *99***1# +Dialer Command = ATD +Dial Attemps = 2 +Username = username +Password = password + +[Dialer eplus] +Carrier Check = no +Init4 = AT+CGDCONT=1,"IP","internet.eplus.de" +Stupid Mode = 1 +Phone = *99# +#Phone = *99***1# +Dialer Command = ATD +Dial Attemps = 2 +Username = eplus +Password = gprs + +[Dialer tagesflat] +Carrier Check = no +Init4 = AT+CGDCONT=1,"IP","tagesflat.eplus.de" +Stupid Mode = 1 +Phone = *99# +#Phone = *99***1# +Dialer Command = ATD +Dial Attemps = 2 +Username = eplus +Password = gprs + +[Dialer movistar] +Carrier Check = no +Init4 = AT+CGDCONT=1,"IP","movistar.es" +Stupid Mode = 1 +Phone = *99# +#Phone = *99***1# +Dialer Command = ATD +Dial Attemps = 2 +Username = movistar +Password = movistar + +[Dialer tchibo] +Carrier Check = no +Init4 = AT+CGDCONT=1,"IP","webmobil1" +Stupid Mode = 1 +Phone = *99# +#Phone = *99***1# +Dialer Command = ATD +Dial Attemps = 2 +Username = * +Password = * + +[Dialer d1] +Carrier Check = no +Init4 = AT+CGDCONT=1,"IP","internet.t-d1.de" +Stupid Mode = 1 +Phone = *99# +#Phone = *99***1# +Dialer Command = ATD +Dial Attemps = 2 +Username = * +Password = * + +[Dialer o2] +Carrier Check = no +Init4 = AT+CGDCONT=1,"IP","pinternet.interkom.de" +Stupid Mode = 1 +Phone = *99# +#Phone = *99***1# +Dialer Command = ATD +Dial Attemps = 2 +Username = * +Password = * + +[Dialer vodafone] +Carrier Check = no +Init4 = AT+CGDCONT=1,"IP","event.vodafone.de" +Stupid Mode = 1 +Phone = *99# +#Phone = *99***1# +Dialer Command = ATD +Dial Attemps = 2 +Username = * +Password = * diff --git a/config/chroot_local-packageslists/kanotix.list b/config/chroot_local-packageslists/kanotix.list index bbeff09..f54acb2 100644 --- a/config/chroot_local-packageslists/kanotix.list +++ b/config/chroot_local-packageslists/kanotix.list @@ -134,6 +134,8 @@ bluez-audio ethtool vpnc openvpn +comgt +wvdial # print cups-bsd -- cgit v1.0