From 3ecdca1d805da75745d3de036a17e0cd80e12db2 Mon Sep 17 00:00:00 2001 From: Chris Frey Date: Mon, 20 Aug 2012 14:14:33 -0400 Subject: [PATCH] ppp: added chatscripts for eMobile Ireland Thanks to Tommaso Cucinotta for discovering this. https://sourceforge.net/tracker/?func=detail&aid=3558423&group_id=153722&atid=788907 --- ppp/barry-emobile | 18 ++++++++++++++++++ ppp/barry-emobile.chat | 26 ++++++++++++++++++++++++++ 2 files changed, 44 insertions(+) create mode 100644 ppp/barry-emobile create mode 100644 ppp/barry-emobile.chat diff --git a/ppp/barry-emobile b/ppp/barry-emobile new file mode 100644 index 00000000..b4ba80f6 --- /dev/null +++ b/ppp/barry-emobile @@ -0,0 +1,18 @@ +# See the README file in the source tree for notes and documentation + +connect "/usr/sbin/chat -f /etc/chatscripts/barry-emobile.chat" +pty "/usr/sbin/pppob" + +user wapuser1 + +nodetach +defaultroute +noipdefault +noauth +usepeerdns + +lcp-echo-failure 0 +lcp-echo-interval 0 + +debug + diff --git a/ppp/barry-emobile.chat b/ppp/barry-emobile.chat new file mode 100644 index 00000000..ac94ed1a --- /dev/null +++ b/ppp/barry-emobile.chat @@ -0,0 +1,26 @@ +# +# Some of these options found documented at: +# http://wiki.colar.net/tethering_with_blackberry_pearl_on_linux +# +# Others are based on the peer file in XmBlackBerry +# +# Please send all working peer files to cdfrey@foursquare.net, so we can +# build a library of peer files for different carriers. +# +ABORT ERROR +'' AT&F +OK ATZ +OK ATI +OK AT+CNUM +OK AT+CSQ +# Some Blackberries reboot on this command +#OK AT+CREG? +#OK AT+CGDCONT? +#OK AT+CGQREQ? +#OK AT+CGQMIN? +#OK AT+CGATT? +#OK AT+CGREG? +OK AT+CGDCONT=1,"IP","data.eircom.ie" +#OK AT+CGDCONT=1,"IP","broadband.eircombb.ie" +OK ATDT*99# +CONNECT -- 2.11.4.GIT