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 60 and Version 61 of Old/WiMAX/30


Ignore:
Timestamp:
May 13, 2014, 3:41:17 PM (10 years ago)
Author:
Nilanjan Paul
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Old/WiMAX/30

    v60 v61  
    427427# apt-get install libssl-dev linux-headers-$(uname -r) make patch unzip
    428428}}}
    429 It's most likely the linux header files are downloaded into the directory /usr/src.
     429
     430It's most likely the linux header files are downloaded into the directory /usr/src. To check:
     431{{{
     432# ls -ltr /usr/src
     433total 8
     434drwxr-xr-x 24 root root 4096 May 13 11:36 linux-headers-3.8.0-31
     435drwxr-xr-x  7 root root 4096 May 13 11:36 linux-headers-3.8.0-31-generic
     436}}}
    430437
    431438Download the source files for the linux kernel distribution into /usr/src and create a symlink to simplify installation when building the driver: