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.
- Timestamp:
-
Oct 24, 2012, 10:14:44 PM (11 years ago)
- Author:
-
davide
- Comment:
-
—
Legend:
- Unmodified
- Added
- Removed
- Modified
-
v47
|
v48
|
|
396 | 396 | {{{ |
397 | 397 | $ cd ~/Downloads |
398 | | $ tar -xvzf BeceemSource.tar.gz |
| 398 | $ tar -xzf BeceemSource.tar.gz |
399 | 399 | }}} |
400 | 400 | |
… |
… |
|
412 | 412 | {{{ |
413 | 413 | $ cd ~/Downloads/BeceemSource/ |
414 | | $ tar -xvf wpa_supplicant-0.7.3.tar.gz |
| 414 | $ tar -xzf wpa_supplicant-0.7.3.tar.gz |
415 | 415 | $ cd wpa_supplicant-0.7.3.tar.gz |
416 | 416 | $ patch -p1 < ../wpa_supplicant-0.7.3-generate-libeap-peer.patch |
… |
… |
|
428 | 428 | {{{ |
429 | 429 | $ 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 |
431 | 431 | $ cd linux-source-X.X.X |
432 | 432 | # make oldconfig |
… |
… |
|
444 | 444 | {{{ |
445 | 445 | $ 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 |
447 | 447 | $ cd Sprint4GDeveloperPack-1.6.1.2.2 |
448 | 448 | # ./install.sh |
… |
… |
|
515 | 515 | |
516 | 516 | The wimaxc utility should successfully find the hardware and search. |
517 | | |
518 | | |
519 | | |
520 | | |