Changes between Version 12 and Version 13 of Tutorials/g0WmLTE/Tutorial0
- Timestamp:
- Jul 3, 2012, 3:59:57 PM (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Tutorials/g0WmLTE/Tutorial0
v12 v13 42 42 wget http://cons-wm-01:5052/wimaxrf/restart 43 43 }}} 44 After issuing the restart command, the base station will be unavailable for 2 minutes. 44 After issuing the restart command, the base station will be unavailable for 2 minutes. Do not be alarmed if the base station returns what appears to be the following error message: 45 45 46 {{{ 47 Failed: 'Exception in snmp_set 'host 10.3.0.3 not responding'' 48 }}} 49 50 This is normal. It simply means that the base station has gone offline (while rebooting). 51 52 [[Image(reset.png)]] 46 53 47 54 ---- … … 55 62 }}} 56 63 64 [[Image(pxe1.png)]] 65 [[Image(pxe2.png)]] 66 57 67 This process may take a few minutes. When it is complete, confirm the installation by SSH'ing into the nodes and checking that the settings loaded correctly. 58 68 59 69 === Manually Confirming Settings === 60 70 71 SSH into the nodes, one at a time, to confirm that the settings loaded correctly. 61 72 {{{ 62 73 ssh root@node1-1 63 74 }}} 64 75 76 If this works, proceed to the next section. If not, here is some error-checking advice. 77 78 If you receive an error message like the one below, it may mean that your node is off after the imaging process. If so, you should turn it on. 79 [[Image(failconnect.png)]] 80 81 Sometimes nodes also 'hiccup' after imaging, and will deny connections. This can be worked around by turning the affected nodes off and back on. 82 83 ---- 65 84 Check that the drivers loaded correctly using the ''lsmod'' command. The WiMAX drivers on this testbed are of the i2400 family. 66 85 … … 69 88 lsmod | grep i2400m_usb 70 89 }}} 90 91 [[Image(lsmod.png)]] 92 [[Image(lsmodgrep.png)]] 71 93 72 94 If they aren't loaded, put them up manually: … … 85 107 }}} 86 108 109 [[Image(wimaxcu.png)]] 110 87 111 === Assign an IP Address === 88 112 … … 94 118 ifconfig 95 119 }}} 120 121 [[Image(ifconfig.png)]] 96 122 97 123 Note that the ''wmx0'' network card now has an IP address. … … 108 134 }}} 109 135 136 [[Image(ping.png)]] 137 110 138 = Continuing Onwards = 111 139