MC7354 PPP Connection Issue

Hi,

I am currently working to configure a MC7354 modem for use on a debian 8.6 build of linux. I have confirmed the operability of the modem on a windows machince, so the modem and SIM card should work. I am attempting to create a PPP connection through wvdial, and it seems as that portion of the setup is performing well, as I get a connected 100000000 string at the completion of my dial attempt.

However, once the PPP daemon is loaded, it seems to hang after intializing and performing a handshake. The ppp does not ever get assigned an IP address. I have included the output for the most recent wvdail connection below:

root@beaglebone:~# wvdial
--> WvDial: Internet dialer version 1.61
--> Initializing modem.
--> Sending: ATZ
ATZ
OK
--> Sending: ATQ0 V1 E1 S0=0 &C1 &D2 +FCLASS=0
ATQ0 V1 E1 S0=0 &C1 &D2 +FCLASS=0
OK
--> Sending: AT+CGDCONT=3,"IPV4V6","vzwinternet","0.0.0.0",0,0
AT+CGDCONT=3,"IPV4V6","vzwinternet","0.0.0.0",0,0
OK
--> Modem initialized.
--> Sending: ATDT*99***3#
--> Waiting for carrier.
ATDT*99***3#
CONNECT 100000000
--> Carrier detected.  Starting PPP immediately.
--> Starting pppd at Wed Oct 19 00:11:22 2016
--> Pid of pppd: 2431
--> pppd: ▒▒[1b]
--> Using interface ppp0
--> pppd: ▒▒[1b]
--> pppd: ▒▒[1b]
--> pppd: ▒▒[1b]
--> pppd: ▒▒[1b]
--> pppd: ▒▒[1b]
--> pppd: ▒▒[1b]
--> pppd: ▒▒[1b]
--> Authentication (CHAP) started
--> pppd: ▒▒[1b]
--> pppd: ▒▒[1b]
--> Authentication (CHAP) successful
--> pppd: ▒▒[1b]
--> pppd: ▒▒[1b]
--> pppd: ▒▒[1b]
--> pppd: ▒▒[1b]
--> pppd: ▒▒[1b]
--> pppd: ▒▒[1b]
--> pppd: ▒▒[1b]
--> pppd: ▒▒[1b]
--> pppd: ▒▒[1b]
--> pppd: ▒▒[1b]
--> pppd: ▒▒[1b]
--> Using interface ppp0
--> pppd: ▒▒[1b]
--> pppd: ▒▒[1b]
--> pppd: ▒▒[1b]
--> pppd: ▒▒[1b]
--> pppd: ▒▒[1b]
--> pppd: ▒▒[1b]
--> pppd: ▒▒[1b]
--> pppd: ▒▒[1b]
--> pppd: ▒▒[1b]
--> pppd: ▒▒[1b]
--> pppd: ▒▒[1b]

Additionally, here is the output from the /var/log/syslog for the same period.

Oct 19 00:11:22 beaglebone pppd[2431]: pppd 2.4.6 started by root, uid 0
Oct 19 00:11:22 beaglebone pppd[2431]: using channel 3
Oct 19 00:11:22 beaglebone connmand[750]: ppp0 {create} index 12 type 512 <PPP>
Oct 19 00:11:22 beaglebone connmand[750]: ppp0 {update} flags 4240 <DOWN>
Oct 19 00:11:22 beaglebone connmand[750]: ppp0 {newlink} index 12 address 00:00:00:00:00:00 mtu 1500
Oct 19 00:11:22 beaglebone connmand[750]: ppp0 {newlink} index 12 operstate 2 <DOWN>
Oct 19 00:11:22 beaglebone pppd[2431]: Using interface ppp0
Oct 19 00:11:22 beaglebone pppd[2431]: Connect: ppp0 <--> /dev/ttyUSB2
Oct 19 00:11:22 beaglebone pppd[2431]: sent [LCP ConfReq id=0x1 <asyncmap 0x0> <magic 0x84c24179> <pcomp> <accomp>]
Oct 19 00:11:22 beaglebone pppd[2431]: rcvd [LCP ConfReq id=0x0 <asyncmap 0x0> <auth chap MD5> <magic 0x9221a25d> <pcomp> <accomp>]
Oct 19 00:11:22 beaglebone pppd[2431]: sent [LCP ConfAck id=0x0 <asyncmap 0x0> <auth chap MD5> <magic 0x9221a25d> <pcomp> <accomp>]
Oct 19 00:11:22 beaglebone pppd[2431]: rcvd [LCP ConfAck id=0x1 <asyncmap 0x0> <magic 0x84c24179> <pcomp> <accomp>]
Oct 19 00:11:22 beaglebone pppd[2431]: rcvd [LCP DiscReq id=0x1 magic=0x9221a25d]
Oct 19 00:11:22 beaglebone pppd[2431]: rcvd [CHAP Challenge id=0x1 <a8589ccc8ae6802cd8849fc2bae4ca76>, name = "UMTS_CHAP_SRVR"]
Oct 19 00:11:22 beaglebone pppd[2431]: sent [CHAP Response id=0x1 <8005abe4a36d37b78787b477175afa87>, name = "<Your Login Name>"]
Oct 19 00:11:22 beaglebone pppd[2431]: rcvd [CHAP Success id=0x1 ""]
Oct 19 00:11:22 beaglebone pppd[2431]: CHAP authentication succeeded
Oct 19 00:11:22 beaglebone pppd[2431]: CHAP authentication succeeded
Oct 19 00:11:23 beaglebone pppd[2431]: sent [CCP ConfReq id=0x1 <deflate 15> <deflate(old#) 15> <bsd v1 15>]
Oct 19 00:11:23 beaglebone pppd[2431]: sent [IPCP ConfReq id=0x1 <addr 0.0.0.0> <ms-dns1 0.0.0.0> <ms-dns2 0.0.0.0>]
Oct 19 00:11:23 beaglebone pppd[2431]: sent [IPV6CP ConfReq id=0x1 <addr fe80::ac02:f89b:946f:d315>]
Oct 19 00:11:23 beaglebone pppd[2431]: rcvd [LCP ProtRej id=0x2 80 fd 01 01 00 0f 1a 04 78 00 18 04 78 00 15 03 2f]
Oct 19 00:11:23 beaglebone pppd[2431]: Protocol-Reject for 'Compression Control Protocol' (0x80fd) received
Oct 19 00:11:23 beaglebone pppd[2431]: Modem hangup
Oct 19 00:11:23 beaglebone pppd[2431]: Connection terminated.
Oct 19 00:11:23 beaglebone connmand[750]: ppp0 {dellink} index 12 operstate 2 <DOWN>
Oct 19 00:11:23 beaglebone connmand[750]: (null) {RX} 0 packets 0 bytes
Oct 19 00:11:23 beaglebone connmand[750]: (null) {TX} 3 packets 51 bytes
Oct 19 00:11:23 beaglebone connmand[750]: (null) {remove} index 12
Oct 19 00:11:23 beaglebone avahi-daemon[752]: Withdrawing workstation service for ppp0.
Oct 19 00:11:32 beaglebone pppd[2431]: using channel 4
Oct 19 00:11:32 beaglebone connmand[750]: ppp0 {create} index 13 type 512 <PPP>
Oct 19 00:11:33 beaglebone connmand[750]: ppp0 {update} flags 4240 <DOWN>
Oct 19 00:11:33 beaglebone connmand[750]: ppp0 {newlink} index 13 address 00:00:00:00:00:00 mtu 1500
Oct 19 00:11:33 beaglebone connmand[750]: ppp0 {newlink} index 13 operstate 2 <DOWN>
Oct 19 00:11:33 beaglebone pppd[2431]: Using interface ppp0
Oct 19 00:11:33 beaglebone pppd[2431]: Connect: ppp0 <--> /dev/ttyUSB2
Oct 19 00:11:33 beaglebone pppd[2431]: sent [LCP ConfReq id=0x2 <asyncmap 0x0> <magic 0xf69c1656> <pcomp> <accomp>]
Oct 19 00:11:36 beaglebone pppd[2431]: sent [LCP ConfReq id=0x2 <asyncmap 0x0> <magic 0xf69c1656> <pcomp> <accomp>]
Oct 19 00:11:39 beaglebone pppd[2431]: sent [LCP ConfReq id=0x2 <asyncmap 0x0> <magic 0xf69c1656> <pcomp> <accomp>]
Oct 19 00:11:42 beaglebone pppd[2431]: sent [LCP ConfReq id=0x2 <asyncmap 0x0> <magic 0xf69c1656> <pcomp> <accomp>]
Oct 19 00:11:45 beaglebone pppd[2431]: sent [LCP ConfReq id=0x2 <asyncmap 0x0> <magic 0xf69c1656> <pcomp> <accomp>]
Oct 19 00:11:48 beaglebone pppd[2431]: sent [LCP ConfReq id=0x2 <asyncmap 0x0> <magic 0xf69c1656> <pcomp> <accomp>]
Oct 19 00:11:51 beaglebone pppd[2431]: sent [LCP ConfReq id=0x2 <asyncmap 0x0> <magic 0xf69c1656> <pcomp> <accomp>]
Oct 19 00:11:54 beaglebone pppd[2431]: sent [LCP ConfReq id=0x2 <asyncmap 0x0> <magic 0xf69c1656> <pcomp> <accomp>]

Any help on fixing this connection would be greatly appreciated.

Thanks,
-Michael

This topic was automatically closed after 13 days. New replies are no longer allowed.