From: Andreas "Jimmy" Gredler Date: Mon, 10 Feb 2014 01:55:24 +0000 (-0800) Subject: Fixed typo and replace "grml" with "Grml" in debian/control, added wvdial config... X-Git-Tag: v1.5.1~3 X-Git-Url: http://git.grml.org/?p=grml-etc.git;a=commitdiff_plain;h=4ab85594ef554af9f48f58fd2b98007ea4fca5a7 Fixed typo and replace "grml" with "Grml" in debian/control, added wvdial config for AT&T USA --- diff --git a/debian/control b/debian/control index 3b1056f..385cc07 100644 --- a/debian/control +++ b/debian/control @@ -13,7 +13,7 @@ Bugs: mailto:bugs@grml.org Package: grml-etc Architecture: all Depends: ${misc:Depends}, grml-scripts (>= 0.9), grml-etc-core (>= 0.3), virt-what -Description: ecetera files for the grml system +Description: etcetera files for the Grml system This package includes /etc files for the Grml system. Whereas the grml-etc-core package is limited to some core configuration files like Zsh and Vim this package diff --git a/etc/wvdial.conf.umts b/etc/wvdial.conf.umts index d41de3d..ddf6414 100644 --- a/etc/wvdial.conf.umts +++ b/etc/wvdial.conf.umts @@ -150,4 +150,11 @@ Carrier Check = No Phone = *99# Stupid Mode = 1 +# AT&T USA +[Dialer att] +Modem = /dev/ttyACM0 +Init3 = AT+CGDCONT=1,"IP","wap.cingular" +Stupid Mode = 1 +Phone = *99# + ## END OF FILE ##################################################################