Difference between revisions of "Mesh/WalkThrough"

Jump to navigation Jump to search
3,482 bytes removed ,  21:40, 4 May 2016
→‎Flashing Extender Antennas: moving extender instructions
(→‎Flashing Extender Antennas: moving extender instructions)
Line 178: Line 178:
= Flashing Extender Antennas =
= Flashing Extender Antennas =


This step is optional.
If you're wanting to optionally boost the signal of your home node for a larger range, you'll want to setup an extender antenna.


== Download the Image File For a Extender Node ==
See [[Mesh/Flashing Extender Antennas]]
 
The extender nodes that we currently support are:
 
{| class="wikitable"
! Name !! Model No. !! OpenWRT Doc !! Firmware Image
|-
| Ubiquiti Nanostation M5 || NSM5 || [https://wiki.openwrt.org/toh/ubiquiti/nanostationm5 OpenWRT Docs] || firmware: [https://builds.sudomesh.org/builds/chaos_calmer/ar71xx.extender-node/openwrt-ar71xx-generic-ubnt-nano-m-squashfs-factory.bin pre 2015] or [https://builds.sudomesh.org/builds/chaos_calmer/ar71xx.extender-node/openwrt-ar71xx-generic-ubnt-nano-m-xw-squashfs-factory.bin 2015-2016]
|-
| Ubiquiti Nanostation M2 || NSM2 || [https://wiki.openwrt.org/toh/ubiquiti/nanostationm2 OpenWRT Docs] || [https://builds.sudomesh.org/builds/chaos_calmer/ar71xx.extender-node/openwrt-ar71xx-generic-om2p-squashfs-factory.bin firmware image]
|-
| Ubiquiti Picostation 2 || || [https://wiki.openwrt.org/toh/ubiquiti/picostation2 OpenWRT Docs] || [https://builds.sudomesh.org/builds/chaos_calmer/ath25.extender-node/openwrt-ath25-ubnt2-pico2-squashfs.bin firmware image]
|-
| Ubiquiti Picostation M2 || || [https://wiki.openwrt.org/toh/ubiquiti/picostationm2 OpenWRT Docs] ||
|-
| Ubiquiti Nanobeam M2 and M5 || || [https://wiki.openwrt.org/toh/ubiquiti/nanobeam OpenWRT Docs] ||
|-
| Ubiquiti Bullet M2 and M5 || || [https://wiki.openwrt.org/toh/ubiquiti/bullet OpenWRT Docs] ||
|}
 
== Flash the Extender Node ==
 
* Configure your wired internet settings to use Manual IPv4 settings with IP: 192.168.1.10, subnet: 255.255.255.0, gateway: 0.0.0.0
* Plug one Ethernet cable into your laptop on one end and into the "LAN" port of the power-over-ethernet power supply on the other end.
* Plug another Ethernet cable into your antenna on one end and into the "POE" port of the power-over-ethernet power supply on the other end.
* Push a pin into the reset hole and hold it.
* With the pin held down, plug in the power to the power-over-ethernet power supply.
* Watch the lights on the antenna - they will all flash together a few times, then they will flash up and down.
* Once the lights on the antenna are flashing up and down, you can let go of the pin.
 
You should be able to ping the extender at 192.168.1.20.
 
  $ ping 192.168.1.20
  PING 192.168.1.20 (192.168.1.20) 56(84) bytes of data.
  64 bytes from 192.168.1.20: icmp_seq=1 ttl=64 time=1.54 ms
  64 bytes from 192.168.1.20: icmp_seq=2 ttl=64 time=0.826 ms
 
In your Linux terminal, type:
 
  git clone https://github.com/sudomesh/ubi-flasher
  cd ubi-flasher
  npm install
  ./flasher.js '<path to firmware>'
 
The terminal will tell you "The firmware has been successfully sent to the router. In a few seconds, the router should begin flashing its four status LEDs sweeping from left to right, then right to left (or up down, down up). This means that the router is flashing itself with the new firmware. Once the router goes back to having only the power LED lit, the router has been successfully flashed."
 
Wait until the antenna has only the power LED lit and you're done.
 
=== Nanostation M5 ===
 
If you attempt to flash the extender and receive a 'Firmware check failed' error, then you have a version of the NSM5 that is protected from being flashed via the TFTP method. You will need to obtain a serial to USB interface (USB to UART TTL Module Serial Converter, 5 pin) and use it to flash the firmware.
 
  $ ./flasher.js openwrt-ar71xx-generic-ubnt-nano-m-squashfs-factory.bin
  Accessing http://192.168.1.20/login.cgi
  Connection timed out
  Sending openwrt-ar71xx-generic-ubnt-nano-m-squashfs-factory.bin to 192.168.1.20 using tftp put
  [Error: (Server) Firmware check failed]
128

edits

Navigation menu