Difference between revisions of "PPPD install"

From Idrive
Jump to navigation Jump to search
 
(One intermediate revision by the same user not shown)
Line 12: Line 12:
 
  sudo make install
 
  sudo make install
 
==Building Linux kernel for Quectel 3G module==
 
==Building Linux kernel for Quectel 3G module==
Follow the instructions provided in the '''[[UC20 Embedded Linux USB Driver User Guide V1.0.pdf|UC20 Embedded Linux USB Driver User Guide]]'''.
+
Follow the instructions provided in the [[file:UC20 Embedded Linux USB Driver User Guide V1.0.pdf|UC20 Embedded Linux USB Driver User Guide]].

Latest revision as of 14:29, 10 November 2014

Required Items

Using the Quectel 3G module with built binaries

If you just want to use the built binaries, copy pppd and chat (only the executables) to /usr/sbin/ and copy the ppp folder containing the scripts to /etc/.

Building PPP yourself

If you want to build PPP yourself, you have to use the provided configure script from the source folder. After that, you have to execute the following commands:

export CC=arm-linux-gcc
make
sudo make install

Building Linux kernel for Quectel 3G module

Follow the instructions provided in the File:UC20 Embedded Linux USB Driver User Guide V1.0.pdf.