Goodmorning,
Please forgive me, English is not my first language so I will keep things as simple as possible.
I am setting up the the Sierra Wireless HL7692 module on a pilot board (from https://linkwave.co.uk/pilot).
I am setting it up on a Raspberry Pi 3B+
I am based in the United Kingdom and I am using a vodafone sim card which I have activated and
topped up with £10 and set up a bundle.
I have been ok so far; until the point where I have to setup the sim and make an IP connection.
The Device is turning on and when I ring the number I can see the ‘RING’ and caller ID in: “sudo minicom -D /dev/ttyACM0”
but when the moment I attempt to make an IP connection it gives me the following :
root@raspbx:~# chat –v –f ./chatHLsetup > /dev/ttyACM0 < /dev/ttyACM0
root@raspbx:~# sudo pppd /dev/ttyACM0 115200 call pppPilot
pppd options in effect:
debug # (from /etc/ppp/peers/pppPilot)
nodetach # (from /etc/ppp/peers/pppPilot)
unit 1 # (from /etc/ppp/peers/pppPilot)
dump # (from /etc/ppp/peers/pppPilot)
noauth # (from /etc/ppp/peers/pppPilot)
/dev/ttyACM0 # (from command line)
115200 # (from command line)
nolock # (from /etc/ppp/peers/pppPilot)
connect /usr/sbin/chat -v -f /etc/chatscripts/chatUp # (from /etc/ppp/peers/pppPilot)
disconnect /usr/sbin/chat -v -f /etc/chatscripts/chatDown # (from /etc/ppp/peers/pppPilot)
crtscts # (from /etc/ppp/options)
modem # (from /etc/ppp/options)
noaccomp # (from /etc/ppp/peers/pppPilot)
asyncmap 0 # (from /etc/ppp/options)
nomagic # (from /etc/ppp/peers/pppPilot)
nopcomp # (from /etc/ppp/peers/pppPilot)
lcp-echo-failure 4 # (from /etc/ppp/options)
lcp-echo-interval 30 # (from /etc/ppp/options)
hide-password # (from /etc/ppp/peers/pppPilot)
novj # (from /etc/ppp/peers/pppPilot)
ipcp-accept-local # (from /etc/ppp/peers/pppPilot)
ipcp-accept-remote # (from /etc/ppp/peers/pppPilot)
noipdefault # (from /etc/ppp/peers/pppPilot)
defaultroute # (from /etc/ppp/peers/pppPilot)
replacedefaultroute # (from /etc/ppp/peers/pppPilot)
usepeerdns # (from /etc/ppp/peers/pppPilot)
: # (from /etc/ppp/peers/pppPilot)
noccp # (from /etc/ppp/peers/pppPilot)
noipx # (from /etc/ppp/options)
Script /usr/sbin/chat -v -f /etc/chatscripts/chatUp finished (pid 12703), status = 0x1
Connect script failed
root@raspbx:~#
I am assuming the error is linked to what I have done in: “sudo nano chatHLsetup” which is:
OK AT
OK AT+KSRAT=5
OK AT+CGDCONT=1,“IP”,“pp.vodafone.co.uk”,“wap”,“wap”,“PAP”
OK AT+WPPP=1,3,"",“wap” ------------------------------> (Look Into This Part At Some Point)
activate the context so the cellular carrier is up before pppd connects