Solved
Using PPP to connect Modem GPRS
Is possible to install ppp tools to connect internet using a GPRS modem ?
We need pppd/chat and kernel support to get network interface, but I can't found them on OpenStLinux resources.
Is possible to install ppp tools to connect internet using a GPRS modem ?
We need pppd/chat and kernel support to get network interface, but I can't found them on OpenStLinux resources.
Hi @JPrad.2
The OpenSTLinux Package Repository offers several PPP packages:
root@stm32mp1:~# apt-cache search ppp
perl-module-devel-ppport - perl module devel-ppport
ppp - Point-to-Point Protocol (PPP) support
ppp-doc - Point-to-Point Protocol (PPP) support - Documentation files
ppp-l2tp - Plugin for PPP for l2tp support
ppp-minconn - Plugin for PPP to set a delay before the idle timeout applies
ppp-oa - Plugin for PPP for PPP-over-ATM support
ppp-oe - Plugin for PPP for PPP-over-Ethernet support
ppp-password - Plugin for PPP to get passwords via a pipe
ppp-radius - Plugin for PPP for RADIUS support
ppp-tools - Additional tools for the PPP package
ppp-winbind - Plugin for PPP to authenticate against Samba or Windows
fetchmail - Fetchmail retrieves mail from remote mail servers and forwards it via SMTP
fetchmail-doc - Fetchmail retrieves mail from remote mail servers and forwards it via SMTP - Documentation files
fetchmail-locale-ca - Fetchmail retrieves mail from remote mail servers and forwards it via SMTP - ca translations
fetchmail-locale-cs - Fetchmail retrieves mail from remote mail servers and forwards it via SMTP - cs translations
fetchmail-locale-da - Fetchmail retrieves mail from remote mail servers and forwards it via SMTP - da translations
fetchmail-locale-de - Fetchmail retrieves mail from remote mail servers and forwards it via SMTP - de translations
fetchmail-locale-en-gb - Fetchmail retrieves mail from remote mail servers and forwards it via SMTP - en_GB translations
fetchmail-locale-eo - Fetchmail retrieves mail from remote mail servers and forwards it via SMTP - eo translations
fetchmail-locale-es - Fetchmail retrieves mail from remote mail servers and forwards it via SMTP - es translations
fetchmail-locale-fr - Fetchmail retrieves mail from remote mail servers and forwards it via SMTP - fr translations
fetchmail-locale-id - Fetchmail retrieves mail from remote mail servers and forwards it via SMTP - id translations
fetchmail-locale-it - Fetchmail retrieves mail from remote mail servers and forwards it via SMTP - it translations
fetchmail-locale-ja - Fetchmail retrieves mail from remote mail servers and forwards it via SMTP - ja translations
fetchmail-locale-nl - Fetchmail retrieves mail from remote mail servers and forwards it via SMTP - nl translations
fetchmail-locale-pl - Fetchmail retrieves mail from remote mail servers and forwards it via SMTP - pl translations
fetchmail-locale-ro - Fetchmail retrieves mail from remote mail servers and forwards it via SMTP - ro translations
fetchmail-locale-ru - Fetchmail retrieves mail from remote mail servers and forwards it via SMTP - ru translations
fetchmail-locale-sq - Fetchmail retrieves mail from remote mail servers and forwards it via SMTP - sq translations
fetchmail-locale-sr - Fetchmail retrieves mail from remote mail servers and forwards it via SMTP - sr translations
fetchmail-locale-sv - Fetchmail retrieves mail from remote mail servers and forwards it via SMTP - sv translations
fetchmail-locale-vi - Fetchmail retrieves mail from remote mail servers and forwards it via SMTP - vi translations
fetchmail-locale-zh-cn - Fetchmail retrieves mail from remote mail servers and forwards it via SMTP - zh_CN translations
fetchmail-python - Fetchmail retrieves mail from remote mail servers and forwards it via SMTP
ippool - An IP address pool manager
ippool-doc - An IP address pool manager - Documentation files
ippool-test - An IP address pool manager
iptraf-ng - A console-based network monitoring utility
iptraf-ng-doc - A console-based network monitoring utility - Documentation files
ppp-dialin - Enables PPP dial-in through a serial connection
rp-pppoe - A user-mode PPPoE client and server suite for Linux
rp-pppoe-doc - A user-mode PPPoE client and server suite for Linux - Documentation files
rp-pppoe-relay - A user-mode PPPoE client and server suite for Linux
rp-pppoe-server - A user-mode PPPoE client and server suite for Linux
rp-pppoe-sniff - A user-mode PPPoE client and server suite for Linux
webmin-module-ppp-client - Webmin module for ppp-clientTo install the packages you need, just type the commands:
root@stm32mp1:~# apt-get update
root@stm32mp1:~# apt-get install <the packages to install>Best regards,
--JM
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.