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 67 and Version 68 of Old/WiMAX/30


Ignore:
Timestamp:
Oct 16, 2014, 1:18:27 AM (10 years ago)
Author:
Nilanjan Paul
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Old/WiMAX/30

    v67 v68  
    55== 12.1 Linux PC with Intel WiMAX Modem Card ==
    66
    7 === 12.1.1  Linux Laptop PC Platform  ===
    8 
     7=== 12.1.1  Wimax Driver Installation for Intel Corp. WiMAX Connection 2400m USB Card on Orbit Node or Similar Linux Laptop PC Platform  ===
     8Follow these steps to install ''wimaxd'' and ''wimaxcu'' on '''32-bit Ubuntu 12.04''' distribution.
     9
     10 1) Load  ubuntu-12-04-base-32bit.ndz onto a grid node with a wimax card
     11{{{
     12 grid> omf load -i ubuntu-12-04-base-32bit.ndz -t node4-1
     13 grid> omf tell -a on -t node4-1
     14}}}
     15
     16 2) ssh into the node
     17{{{
     18grid> ssh root@node4-1
     19}}}
     20
     21 3) Download the installation tar file
     22{{{
     23root@node4-1> wget http://wimax.orbit-lab.org/raw-attachment/wiki/WiMAX/30/Install_WiMAX_Tools.tar.gz
     24}}}
     25
     26 4) Uncompress and untar the file
     27{{{
     28root@node4-1> tar -zxvf Install_WiMAX_Tools.tar.gz
     29}}}
     30
     31 5) Change directory
     32{{{
     33root@node4-1> cd Install_WiMAX_Tools/
     34}}}
     35
     36 6) Load requires library files
     37{{{
     38root@node4-1> apt-get update
     39root@node4-1> apt-get install libnl1 libnl-dev libglib2.0-0 libglib2.0-dev build-essential pkg-config libglobus-openssl-module0 libglobus-openssl-module-dev libssl-dev
     40}}}
     41
     42 7) Run the install script and select 'y' for all prompts
     43{{{
     44root@node4-1> ./install.sh
     45}}}
     46
     47 8) Load wimax card driver into modules
     48{{{
     49root@node4-1> modprobe i2400m_usb
     50}}}
     51
     52 9) Check for wmx0 interface
     53{{{
     54root@node4-1> ifconfig -a
     55}}}
     56
     57 10) Run wimax daemon
     58{{{
     59root@node4-1> wimaxd -i wmx0 -b
     60}}}
     61
     62 11) Turn wimax radio on
     63{{{
     64root@node4-1> wimaxcu ron
     65}}}
     66
     67 12) Scan for wimax basestation
     68{{{
     69root@node4-1> wimaxcu scan
     70}}}
    971
    1072=== 12.1.2  Intel 6250 WiMAX Modem Card ===