Changes between Version 12 and Version 13 of Tutorials/g0WmLTE/Tutorial0


Ignore:
Timestamp:
Jul 3, 2012, 3:59:57 PM (12 years ago)
Author:
jeffrabi
Comment:

Added Images

Legend:

Unmodified
Added
Removed
Modified
  • Tutorials/g0WmLTE/Tutorial0

    v12 v13  
    4242wget http://cons-wm-01:5052/wimaxrf/restart
    4343}}}
    44 After issuing the restart command, the base station will be unavailable for 2 minutes.
     44After 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:
    4545
     46{{{
     47Failed: 'Exception in snmp_set 'host 10.3.0.3 not responding''
     48}}}
     49
     50This is normal. It simply means that the base station has gone offline (while rebooting).
     51
     52[[Image(reset.png)]]
    4653
    4754----
     
    5562}}}
    5663
     64[[Image(pxe1.png)]]
     65[[Image(pxe2.png)]]
     66
    5767This 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.
    5868
    5969=== Manually Confirming Settings ===
    6070
     71SSH into the nodes, one at a time, to confirm that the settings loaded correctly.
    6172{{{
    6273ssh root@node1-1
    6374}}}
    6475
     76If this works, proceed to the next section. If not, here is some error-checking advice.
     77
     78If 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
     81Sometimes 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----
    6584Check that the drivers loaded correctly using the ''lsmod'' command. The WiMAX drivers on this testbed are of the i2400 family.
    6685
     
    6988lsmod | grep i2400m_usb
    7089}}}
     90
     91[[Image(lsmod.png)]]
     92[[Image(lsmodgrep.png)]]
    7193
    7294If they aren't loaded, put them up manually:
     
    85107}}}
    86108
     109[[Image(wimaxcu.png)]]
     110
    87111=== Assign an IP Address ===
    88112
     
    94118ifconfig
    95119}}}
     120
     121[[Image(ifconfig.png)]]
    96122
    97123Note that the ''wmx0'' network card now has an IP address.
     
    108134}}}
    109135
     136[[Image(ping.png)]]
     137
    110138= Continuing Onwards =
    111139