close Warning: Can't synchronize with repository "(default)" (/common/SVN/wimax does not appear to be a Subversion repository.). Look in the Trac log for more information.

Changes between Version 3 and Version 4 of Old/WiMAX/30


Ignore:
Timestamp:
Aug 27, 2010, 7:40:29 PM (14 years ago)
Author:
Jaskaran Singh
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Old/WiMAX/30

    v3 v4  
    22
    33== NC10 ==
    4 Samsung NC10 NetBook
     4Samsung NC10 NetBook[[BR]]
     5
    56The firmware, tools , network service and the patch were downloaded from [http://linuxwimax.org/Download LinuxWimax]
    67  1. Compile a Linux Kernel to Version greater than 2.6.35 and reboot into that kernel.[[BR]]
     
    2324       make install
    2425    }}}
    25   4.
     26  4. Build the libeap library[[BR]]
     27     To do that first install openssl libraries. [[BR]]
     28      {{{
     29apt-get install libglobus-openssl libglobus-openssl-dev libssl-dev
     30}}}
     31      Download the Supplicant from [http://hostap.epitest.fi wpa-supplicant]
     32      Untar and unzip the download
     33      {{{
     34cd ~Downloads/wpa_supplicant-0.6.10
     35patch -p1 < PATH/wpa_supplicant-0.6.10-generate-libeap-peer.patch
     36make -C src/eap_peer
     37make -C src/eap_peer install
     38ldconfig
     39}}}
     40       Please do not forget to run '''ldconfig''' otherwise you will not be able to build the Wimax-Tools from Intel.
     415. Build the Intel-Wimax-Tools
     42   Untar and unzip the downloaded source and
     43   {{{
     44cd ~Downloads/wimax-1.5
     45}}}
     46[http://wimax.orbit-lab.org/downloads/NDnSAgentConfig_forDriver Geni Configuration Instructions]
     47{{{
     48./configure --with-linux=/usr --with-libwimaxll=/usr --sysconfdir=/etc --localstatedir=/var --prefix=/usr --enable-instrument
     49make
     50make install
     51}}}
     52
     53=== Using the Service ===
     541. wimaxcu ron - Turn the Software Radio On [[BR]]
     55
     562. wimaxcu plist - Check to See Geni Profile is Available[[BR]]
     57
     583. wimaxcu scan wide - Scan all the available Base Stations [[BR]]
     59
     604. wimaxcu connect network Geni - Connect to the GENI wimax station [[BR]]
     61
     625. dhclient wmx0 - Obtain an IP address [[BR]]
    2663
    2764