diff --git a/SARA/PPP/README.md b/SARA/PPP/README.md new file mode 100644 index 0000000..857f43d --- /dev/null +++ b/SARA/PPP/README.md @@ -0,0 +1,3 @@ +# PPP activation + +Une fois la connexion PPP activée on peut retrouver la connexion pp0 avec `ifconfig` \ No newline at end of file diff --git a/SARA/PPP/activate_ppp.sh b/SARA/PPP/activate_ppp.sh new file mode 100644 index 0000000..b7b2703 --- /dev/null +++ b/SARA/PPP/activate_ppp.sh @@ -0,0 +1,4 @@ + +sudo pppd /dev/ttyAMA2 115200 \ +connect '/usr/sbin/chat -v -s "" "AT" OK "ATD*99#" CONNECT' \ +noauth debug dump nodetach nocrtscts