Hi, I’m trying to setup a PPP connection on a Android box with this modem. I’ve setup CMUX to give myself multiple ports and it all seems to work up to when I go to setup the PPP connection, I get
pppd : Serial connection established.
pppd : using channel 2
pppd : Using interface ppp0
pppd : Connect: ppp0 <–> /dev/ttyGSM2
pppd : sent [LCP ConfReq id=0x4 <asyncmap 0x0> <magic 0x100e78c8> ]
pppd : rcvd [LCP ConfReq id=0x4 <asyncmap 0x0> <magic 0x98ef6e57> ]
pppd : No auth is possible
pppd : sent [LCP ConfRej id=0x4 ]
pppd : rcvd [LCP ConfAck id=0x4 <asyncmap 0x0> <magic 0x100e78c8> ]
pppd : rcvd [LCP ConfReq id=0x5 <asyncmap 0x0> <magic 0x98ef6e57> ]
pppd : sent [LCP ConfAck id=0x5 <asyncmap 0x0> <magic 0x98ef6e57> ]
pppd : sent [CCP ConfReq id=0x2 <deflate 15> <deflate(old#) 15> <bsd v1 15>]
pppd : sent [IPCP ConfReq id=0x2 <compress VJ 0f 01> <addr 0.0.0.0> <ms-dns1 0.0.0.0> <ms-dns2 0.0.0.0>]
pppd : rcvd [LCP DiscReq id=0x6 magic=0x98ef6e57]
pppd : rcvd [LCP ProtRej id=0x7 80 fd 01 02 00 0f 1a 04 78 00 18 04 78 00 15 03 2f]
pppd : Protocol-Reject for ‘Compression Control Protocol’ (0x80fd) received
pppd : sent [IPCP ConfReq id=0x2 <compress VJ 0f 01> <addr 0.0.0.0> <ms-dns1 0.0.0.0> <ms-dns2 0.0.0.0>]
pppd : sent [IPCP ConfReq id=0x2 <compress VJ 0f 01> <addr 0.0.0.0> <ms-dns1 0.0.0.0> <ms-dns2 0.0.0.0>]
pppd : sent [IPCP ConfReq id=0x2 <compress VJ 0f 01> <addr 0.0.0.0> <ms-dns1 0.0.0.0> <ms-dns2 0.0.0.0>]
pppd : sent [IPCP ConfReq id=0x2 <compress VJ 0f 01> <addr 0.0.0.0> <ms-dns1 0.0.0.0> <ms-dns2 0.0.0.0>]
pppd : sent [IPCP ConfReq id=0x2 <compress VJ 0f 01> <addr 0.0.0.0> <ms-dns1 0.0.0.0> <ms-dns2 0.0.0.0>]
pppd : sent [IPCP ConfReq id=0x2 <compress VJ 0f 01> <addr 0.0.0.0> <ms-dns1 0.0.0.0> <ms-dns2 0.0.0.0>]
pppd : sent [IPCP ConfReq id=0x2 <compress VJ 0f 01> <addr 0.0.0.0> <ms-dns1 0.0.0.0> <ms-dns2 0.0.0.0>]
pppd : sent [IPCP ConfReq id=0x2 <compress VJ 0f 01> <addr 0.0.0.0> <ms-dns1 0.0.0.0> <ms-dns2 0.0.0.0>]
pppd : sent [IPCP ConfReq id=0x2 <compress VJ 0f 01> <addr 0.0.0.0> <ms-dns1 0.0.0.0> <ms-dns2 0.0.0.0>]
pppd : IPCP: timeout sending Config-Requests
pppd : sent [LCP TermReq id=0x5 “No network protocols running”]
pppd : sent [LCP TermReq id=0x6 “No network protocols running”]
pppd : Connection terminated.
pppd : Modem hangup
I can validate with AT+CGCONTRDP=1 that I’m getting a valid IP, and the same script and setup works fine on a HL7650 module.
Is some additional configuration required?