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 2 and Version 3 of Old/WiMAX/30


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

Legend:

Unmodified
Added
Removed
Modified
  • Old/WiMAX/30

    v2 v3  
    22
    33== NC10 ==
     4Samsung NC10 NetBook
     5The firmware, tools , network service and the patch were downloaded from [http://linuxwimax.org/Download LinuxWimax]
     6  1. Compile a Linux Kernel to Version greater than 2.6.35 and reboot into that kernel.[[BR]]
    47
    5 Samsung NC10 NetBook
     8  2. Install the i2400m firmware[[BR]]
     9     Download the firmware 1.5.0 version.[[BR]]
     10     Untar the source , cd to the directory and [[BR]]
     11     {{{
     12       install -o root -g root -m -644 *.sbcf /lib/firmware
     13    }}}
     14  3. Install the Wimax Tools[[BR]]
     15
     16      First install libnl and libnl's development packages[[BR]]
     17    {{{
     18       apt-get install libnl libnl-dev
     19       cd ~Download/wimax-tools-1.4.3
     20       export I2400M=/lib/firmware/
     21       ./configure
     22       make
     23       make install
     24    }}}
     25  4.
     26
    627
    728=== Official Image ===