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:
-
Jan 14, 2011, 7:09:05 PM (12 years ago)
- Author:
-
Jaskaran Singh
- Comment:
-
—
Legend:
- Unmodified
- Added
- Removed
- Modified
-
v20
|
v21
|
|
42 | 42 | Untar and unzip the download |
43 | 43 | {{{ |
44 | | cd ~Downloads/wpa_supplicant-0.6.10 |
45 | | patch -p1 < PATH/wpa_supplicant-0.6.10-generate-libeap-peer.patch |
| 44 | cd ~Downloads/wpa_supplicant-0.7.3 |
| 45 | patch -p1 < PATH/wpa_supplicant-0.7.3-generate-libeap-peer.patch |
46 | 46 | make -C src/eap_peer |
47 | 47 | make -C src/eap_peer install |
… |
… |
|
161 | 161 | [http://wimax.orbit-lab.org/downloads/NDnSAgentConfig_forDriver.xml Geni Configuration File] |
162 | 162 | {{{ |
163 | | ./configure --with-linux=/usr --with-libwimaxll=/usr --sysconfdir=/etc --localstatedir=/var --prefix=/usr --enable-instrument |
| 163 | ./configure --with-linux=/usr --with-libwimaxll=/usr --sysconfdir=/etc --localstatedir=/var --prefix=/usr --enable-instrument --with-wimax-db-bin=/var --with-ver-info-bin=/var |
164 | 164 | make |
165 | 165 | make install |
166 | 166 | }}} |
167 | 167 | |
| 168 | This enables you now to modify the NDns parameters on the fly by giving you WiMax_Def.bin and Wimax_DB.bin files located in /var/lib/wimax directory. |
| 169 | [[BR]] |
| 170 | You can edit the file and restart the wimaxd service to see the changes. The GENI files are included here.[[BR]] |
| 171 | |
| 172 | [http://wimax.orbit-lab.org/downloads/WimaxDef.bin Geni Definition File][[BR]] |
| 173 | |
| 174 | [http://wimax.orbit-lab.org/downloads/Wimax_DB.bin Geni Database File] |
168 | 175 | === 8.1.4 Downloading Complete Image === |
169 | 176 | |
… |
… |
|
185 | 192 | 5. dhclient wmx0 - Obtain an IP address [[BR]] |
186 | 193 | |
| 194 | 6. wimaxcu -i wmxX -b - Start the wimax service in background [[BR]] |
| 195 | |
| 196 | 7. wimaxcu -i wmxX -k - Kill the wimax service |
| 197 | |
187 | 198 | |
188 | 199 | == 8.2 Intel WiMAX Modem with USB Adaptor == |