Team, I have just received my LTE HAT with EC25 module and trying to establish a basic internet connection, with no luck so far.
i have following the instruction on https://github.com/sixfab/Sixfab_PPP_Installer to install the PPP.
What I have noticed later is that my raspberry Pi 3B+ is not recognizing ttyUSB3 port.
not sure what is the issue. can you please help?
pi@raspberrypi:~ $ sudo systemctl status reconnect.service
● reconnect.service - PPP Auto Connection
Loaded: loaded (/etc/systemd/system/reconnect.service; enabled; vendor preset: enabled)
Active: active (running) since Thu 2020-05-07 22:03:34 PDT; 9min ago
Main PID: 400 (sh)
Tasks: 2 (limit: 2200)
Memory: 4.3M
CGroup: /system.slice/reconnect.service
├─ 400 /bin/sh /usr/src/reconnect.sh
└─3498 sleep 10
May 07 22:12:37 raspberrypi sudo[3442]: pi : TTY=unknown ; PWD=/usr/src ; USER=root ; COMMAND=/usr/bin/pon
May 07 22:12:37 raspberrypi sudo[3442]: pam_unix(sudo:session): session opened for user root by (uid=0)
May 07 22:12:37 raspberrypi sh[400]: /usr/sbin/pppd: In file /etc/ppp/peers/provider: unrecognized option '/dev/ttyUSB3’
May 07 22:12:37 raspberrypi sudo[3442]: pam_unix(sudo:session): session closed for user root
May 07 22:12:47 raspberrypi sh[400]: ping: SO_BINDTODEVICE: No such device
May 07 22:12:47 raspberrypi sh[400]: Connection down, reconnecting…
May 07 22:12:47 raspberrypi sudo[3489]: pi : TTY=unknown ; PWD=/usr/src ; USER=root ; COMMAND=/usr/bin/pon
May 07 22:12:47 raspberrypi sudo[3489]: pam_unix(sudo:session): session opened for user root by (uid=0)
May 07 22:12:47 raspberrypi sh[400]: /usr/sbin/pppd: In file /etc/ppp/peers/provider: unrecognized option ‘/dev/ttyUSB3’
May 07 22:12:47 raspberrypi sudo[3489]: pam_unix(sudo:session): session closed for user root