Testing Cell Modem Option GT MAX on Cingular

Phil Meyer pmeyer at themeyerfarm.com
Thu Jul 27 17:41:42 UTC 2006


Our provider is switching cell cards on me (again) and this time its not 
a standard PCMCIA to USB serial interface.

This card requires a special driver, and I found nozomi.

The driver allows communication to the card ok.  The problem I am having 
is a proper response from Cingular.

After CHAP succeeds, pppd sends a request for a local IP and DNS 
servers.  Cingular sends back ONLY the DNS servers, and NOT my IP. :(

I have tried a variety of settings in the ifcfg file to no effect.  Here 
is what is there now:

 -> cat ifcfg-cingular
# Please read /usr/share/doc/initscripts-*/sysconfig.txt
# for the documentation of these parameters.
ONBOOT=no
USERCTL=yes
PEERDNS=yes
TYPE=Modem
DEVICE=ppp0
BOOTPROTO=dialup
AC=off
BSDCOMP=off
VJCCOMP=off
CCP=off
PC=off
VJ=off
LINESPEED=460800
MODEMPORT=/dev/noz0
PROVIDER=cingular
DEFROUTE=yes
PERSIST=yes
PAPNAME=isp at cingulargprs.com
WVDIALSECT=cingular
MODEMNAME=Modem0
DEMAND=no
IPV6INIT=no
IDLETIMEOUT=600
DEBUG=yes


And here is a debug log:

Jul 27 11:23:25 mfvot01 ifup-ppp: pppd started for cingular on /dev/noz0 
at 460800
Jul 27 11:23:25 mfvot01 pppd[5237]: pppd 2.4.3 started by root, uid 0
Jul 27 11:23:26 mfvot01 wvdial[5238]: WvDial: Internet dialer version 1.54.0
Jul 27 11:23:26 mfvot01 wvdial[5238]: Initializing modem.
Jul 27 11:23:26 mfvot01 wvdial[5238]: Sending: ATZ
Jul 27 11:23:26 mfvot01 wvdial[5238]: ATZ
Jul 27 11:23:26 mfvot01 wvdial[5238]: OK
Jul 27 11:23:26 mfvot01 wvdial[5238]: Sending: AT+CFUN=1
Jul 27 11:23:26 mfvot01 wvdial[5238]: AT+CFUN=1
Jul 27 11:23:26 mfvot01 wvdial[5238]: OK
Jul 27 11:23:26 mfvot01 wvdial[5238]: Modem initialized.
Jul 27 11:23:26 mfvot01 wvdial[5238]: Sending: ATDT*99***1#
Jul 27 11:23:26 mfvot01 wvdial[5238]: Waiting for carrier.
Jul 27 11:23:26 mfvot01 wvdial[5238]: ATDT*99***1#
Jul 27 11:23:26 mfvot01 wvdial[5238]: CONNECT 1800000
Jul 27 11:23:26 mfvot01 wvdial[5238]: Carrier detected.  Chatmode finished.
Jul 27 11:23:26 mfvot01 pppd[5237]: Serial connection established.
Jul 27 11:23:26 mfvot01 pppd[5237]: using channel 24
Jul 27 11:23:26 mfvot01 pppd[5237]: Using interface ppp0
Jul 27 11:23:26 mfvot01 pppd[5237]: Connect: ppp0 <--> /dev/noz0
Jul 27 11:23:27 mfvot01 pppd[5237]: sent [LCP ConfReq id=0x1 <asyncmap 
0x0> <magic 0x7ba0b2b> <pcomp> <accomp>]
Jul 27 11:23:27 mfvot01 pppd[5237]: rcvd [LCP ConfReq id=0x33 <asyncmap 
0x0> <auth chap MD5> <magic 0x3379f85> <pcomp> <accomp>]
Jul 27 11:23:27 mfvot01 pppd[5237]: sent [LCP ConfAck id=0x33 <asyncmap 
0x0> <auth chap MD5> <magic 0x3379f85> <pcomp> <accomp>]
Jul 27 11:23:27 mfvot01 pppd[5237]: rcvd [LCP ConfAck id=0x1 <asyncmap 
0x0> <magic 0x7ba0b2b> <pcomp> <accomp>]
Jul 27 11:23:27 mfvot01 pppd[5237]: rcvd [LCP DiscReq id=0x34 
magic=0x3379f85]
Jul 27 11:23:27 mfvot01 pppd[5237]: rcvd [CHAP Challenge id=0x1 
<d412d489fc6220c2f4f142dc243b1baf>, name = "UMTS_CHAP_SRVR"]
Jul 27 11:23:27 mfvot01 pppd[5237]: sent [CHAP Response id=0x1 
<b99073b4c937e08a73cb7799779bdbfb>, name = "isp at cingulargprs.com"]
Jul 27 11:23:27 mfvot01 pppd[5237]: rcvd [CHAP Success id=0x1 ""]
Jul 27 11:23:27 mfvot01 pppd[5237]: CHAP authentication succeeded
Jul 27 11:23:27 mfvot01 pppd[5237]: sent [CCP ConfReq id=0x1 <deflate 
15> <deflate(old#) 15>]
Jul 27 11:23:27 mfvot01 pppd[5237]: sent [IPCP ConfReq id=0x1 <compress 
VJ 0f 01> <addr 0.0.0.0> <ms-dns1 0.0.0.0> <ms-dns3 0.0.0.0>]
Jul 27 11:23:27 mfvot01 pppd[5237]: rcvd [LCP ProtRej id=0x35 80 fd 01 
01 00 0c 1a 04 78 00 18 04 78 00]
Jul 27 11:23:28 mfvot01 pppd[5237]: rcvd [IPCP ConfNak id=0x1 <ms-dns1 
10.11.12.13> <ms-dns3 10.11.12.14> <ms-wins 10.11.12.13> <ms-wins 
10.11.12.14>]
Jul 27 11:23:28 mfvot01 pppd[5237]: sent [IPCP ConfReq id=0x2 <compress 
VJ 0f 01> <addr 0.0.0.0> <ms-dns1 10.11.12.13> <ms-dns3 10.11.12.14>]
Jul 27 11:23:29 mfvot01 pppd[5237]: rcvd [IPCP ConfNak id=0x2 <ms-dns1 
10.11.12.13> <ms-dns3 10.11.12.14> <ms-wins 10.11.12.13> <ms-wins 
10.11.12.14>]
Jul 27 11:23:29 mfvot01 pppd[5237]: sent [IPCP ConfReq id=0x3 <compress 
VJ 0f 01> <addr 0.0.0.0> <ms-dns1 10.11.12.13> <ms-dns3 10.11.12.14>]
Jul 27 11:23:30 mfvot01 pppd[5237]: rcvd [IPCP ConfNak id=0x3 <ms-dns1 
10.11.12.13> <ms-dns3 10.11.12.14> <ms-wins 10.11.12.13> <ms-wins 
10.11.12.14>]
Jul 27 11:23:30 mfvot01 pppd[5237]: sent [IPCP ConfReq id=0x4 <compress 
VJ 0f 01> <addr 0.0.0.0> <ms-dns1 10.11.12.13> <ms-dns3 10.11.12.14>]
Jul 27 11:23:31 mfvot01 pppd[5237]: rcvd [IPCP ConfNak id=0x4 <ms-dns1 
10.11.12.13> <ms-dns3 10.11.12.14> <ms-wins 10.11.12.13> <ms-wins 
10.11.12.14>]
...




More information about the fedora-list mailing list