From 4ab85594ef554af9f48f58fd2b98007ea4fca5a7 Mon Sep 17 00:00:00 2001 From: "Andreas \"Jimmy\" Gredler" Date: Sun, 9 Feb 2014 17:55:24 -0800 Subject: [PATCH] Fixed typo and replace "grml" with "Grml" in debian/control, added wvdial config for AT&T USA --- debian/control | 2 +- etc/wvdial.conf.umts | 7 +++++++ 2 files changed, 8 insertions(+), 1 deletion(-) 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 ################################################################## -- 2.1.4