Difference between revisions of "PPPD install"
		
		
		
		
		
		Jump to navigation
		Jump to search
		
				
		
		
	
| Line 2: | Line 2: | ||
* [[File:Ppp_scripts.zip]]  | * [[File:Ppp_scripts.zip]]  | ||
* [[File:Ppp_source_and_build.zip]]  | * [[File:Ppp_source_and_build.zip]]  | ||
| − | + | ==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. After that, you have to execute the following commands:  | ||
| + |   export CC=arm-linux-gcc  | ||
| + |  make  | ||
| + |  sudo make install  | ||
Revision as of 09:06, 28 October 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. After that, you have to execute the following commands:
export CC=arm-linux-gcc make sudo make install