Actions
Sample pppd config¶
Use the attached files for the pppd config and connect/disconnect scripts. Save them in /etc/ppp/peers and make sure the connect and disconnect scripts are executable.
Some modems require that you authenticate, although username and password don't matter. Make sure you have something like this in your /etc/ppp/pap-secrets:
openbsc * "openbsc" *
You might need to change the serial port from /dev/ttyUSB1 to the actual port or the modem.
Then just run
pppd call openbsc-test
and the modem should open a GPRS connection.
Updated by daniel almost 8 years ago · 3 revisions