diff options
author | Andreas Loibl <andreas@andreas-loibl.de> | 2011-05-09 15:15:04 +0200 |
---|---|---|
committer | Andreas Loibl <andreas@andreas-loibl.de> | 2011-05-09 15:15:04 +0200 |
commit | 135f861bcf002e277de575e19fb3a9eeac37da2b (patch) | |
tree | 04c9c46588892c747fd54891c1f2b51f1da5e4ec /config/chroot_local-includes | |
parent | 44e594f744d6666b382bc6e788f3b88f8df222d2 (diff) | |
download | kanotix-135f861bcf002e277de575e19fb3a9eeac37da2b.zip kanotix-135f861bcf002e277de575e19fb3a9eeac37da2b.tar.gz |
updated wvdial config, added games
Diffstat (limited to 'config/chroot_local-includes')
-rw-r--r-- | config/chroot_local-includes/etc/wvdial.conf | 31 |
1 files changed, 30 insertions, 1 deletions
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 = * |