User Tools

Site Tools


install_fonera

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
install_fonera [2009/05/09 09:24] ispyisailinstall_fonera [2018/11/22 00:14] (current) – deprecated mister_x
Line 1: Line 1:
-====== Tutorial: How to install Aircrack-ng on La Fonera ======+====== DEPRECATED - Tutorial: How to install Aircrack-ng on La Fonera ======
 February 12, 2007 \\ February 12, 2007 \\
 By: SonicvanaJr By: SonicvanaJr
Line 52: Line 52:
 If your Fon is not capable of being SSH'd into then you can use a [[http://wiki.openwrt.org/OpenWrtDocs/Customizing/Hardware/Serial_Console|serial console]] to flash the image as well.  If your Fon is not capable of being SSH'd into then you can use a [[http://wiki.openwrt.org/OpenWrtDocs/Customizing/Hardware/Serial_Console|serial console]] to flash the image as well. 
  
-Instructions for building your own image, and various other bits ofinformation about the Fon and OpenWRT can be found  [[http://wiki.openwrt.org/OpenWrtDocs/Hardware/Fon/Fonera|here]]+Instructions for building your own image, and various other bits of information about the Fon and OpenWRT can be found  [[http://wiki.openwrt.org/OpenWrtDocs/Hardware/Fon/Fonera|here]]
  
  
  
 ==== First pull the SVN trunk and packages from the OpenWRT SVN server ==== ==== First pull the SVN trunk and packages from the OpenWRT SVN server ====
 +    *  <code bash>cd ~</code>
     *  <code bash>svn co svn://svn.openwrt.org/openwrt/trunk/ trunk</code>     *  <code bash>svn co svn://svn.openwrt.org/openwrt/trunk/ trunk</code>
     *  <code bash>svn co svn://svn.openwrt.org/openwrt/packages/ packages</code>     *  <code bash>svn co svn://svn.openwrt.org/openwrt/packages/ packages</code>
Line 62: Line 63:
  
 ==== Setup and build the image ==== ==== Setup and build the image ====
-  * Go into trunk/package directory and create a symbolic link from the packages tree to the trunk/packages directory <code bash> ln -../../packages/*/* . </code>+  * Go into trunk/package directory and create a symbolic link from the packages tree to the trunk/packages directory <code bash> cd ~/trunk/package </code> 
 +  * <code bash> ln -sf ../../packages/*/* . </code> 
 + 
 +  *  Now go into the trunk directory, and type <code bash> cd ~/trunk/ </code> 
 +  * <code bash> make menuconfig </code> 
 +    * Make sure that "Target System" is "Atheros AR231x/AR5312 [2.6]" 
 +<code bash>(X) Atheros AR231x/AR5312 [2.6]</code>
  
-  *  Now go into the trunk directory, and type <code bash> make menuconfig </code> 
-    * Make sure that "Target System" is Atheros [2.6] 
     * Make sure the Aircrack-Ng package is selected in the Network section as a module.     * Make sure the Aircrack-Ng package is selected in the Network section as a module.
 +<code>Network  ---> 
 +<*> airpwn........................................... Packet injection pwnage (NEW)
 +    wireless  ---> 
 +<*> aircrack-ng................ next generation of aircrack with new features (NEW)
 +<*> aircrack-ptw............. A tool using a new method for breaking WEP Keys (NEW)
 +<*> kismet-drone................................................ Kismet drone (NEW)</code>
 +
     * Make sure the libpthread package is selected in the Libraries section as a module.     * Make sure the libpthread package is selected in the Libraries section as a module.
 +<code>Libraries  --->
 +<*> libpthread-stubs........................................ libpthread-stubs (NEW)</code>
 +
     * Exit out of the kernel configuration, and be sure to save your changes.     * Exit out of the kernel configuration, and be sure to save your changes.
  
install_fonera.txt · Last modified: 2018/11/22 00:14 by mister_x