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 54 and Version 55 of Old/WiMAX/30


Ignore:
Timestamp:
May 12, 2014, 6:00:49 PM (10 years ago)
Author:
Nilanjan Paul
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Old/WiMAX/30

    v54 v55  
    388388}}}
    389389
     390If the kernel image needs to be updated then do the following:
     391{{{
     392$ apt-cache search linux | grep generic
     393}}}
     394
     395This will provide a list of available kernel images for the running system.
     396To install an image:
     397{{{
     398$ apt-get install linux-image-3.8.0-31-generic
     399}}}
     400
     401Follow all the prompts and reboot if required.
     402
     403
    390404The following steps were completed successfully on Ubuntu 11.10 and Ubuntu 12.04.
    391405
     
    407421{{{
    408422# apt-get install libssl-dev linux-headers-$(uname -r) make patch unzip
     423}}}
     424
     425Download the source files for the linux kernel distribution into /usr/src:
     426{{{
     427# pushd /usr/src
    409428# apt-get source linux-image-$(uname -r)
     429# popd
    410430}}}
    411431