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 47 and Version 48 of Old/WiMAX/30


Ignore:
Timestamp:
Oct 24, 2012, 10:14:44 PM (12 years ago)
Author:
davide
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Old/WiMAX/30

    v47 v48  
    396396{{{
    397397$ cd ~/Downloads
    398 $ tar -xvzf BeceemSource.tar.gz
     398$ tar -xzf BeceemSource.tar.gz
    399399}}}
    400400
     
    412412{{{
    413413$ cd ~/Downloads/BeceemSource/
    414 $ tar -xvf wpa_supplicant-0.7.3.tar.gz
     414$ tar -xzf wpa_supplicant-0.7.3.tar.gz
    415415$ cd wpa_supplicant-0.7.3.tar.gz
    416416$ patch -p1 < ../wpa_supplicant-0.7.3-generate-libeap-peer.patch
     
    428428{{{
    429429$ cd /usr/src
    430 $ tar xvfj linux-source-X.X.X.tar.bz2  #Where the kernel version number takes the place of X.X.X
     430$ tar -xjvf linux-source-X.X.X.tar.bz2  #Where the kernel version number takes the place of X.X.X
    431431$ cd linux-source-X.X.X
    432432# make oldconfig
     
    444444{{{
    445445$ cd ~/Downloads/BeceemSource/
    446 $ tar xvfz Sprint4GDeveloperPack-1.6.1.2.2.tar.gz
     446$ tar -xzvf Sprint4GDeveloperPack-1.6.1.2.2.tar.gz
    447447$ cd Sprint4GDeveloperPack-1.6.1.2.2
    448448# ./install.sh
     
    515515
    516516The wimaxc utility should successfully find the hardware and search.
    517 
    518 
    519 
    520