On 15 January 2011 09:28, Joe <romeo...@hotmail.com> wrote:
> Hi, following the howto's guide in setting up a nanostation as a
> supernode im unable to download the required firmware since the link
> seam to be broken.
>
> http://wiki.villagetelco.org/index.php?title=Mesh_Potato_HOWTOs#Setting_up_a_SuperNode_with_an_Ubiquiti_NS2
Apologies those links are indeed broken.
You can find the files at http://download.villagetelco.org/ns2/
I have corrected the wiki links.
> http://downloads.afrimesh.org/stable.villagetelco/openwrt-atheros-vmlinux.lzma
> http://downloads.afrimesh.org/stable.villagetelco/openwrt-atheros-ubnt2-squashfs.bin
>
> is there an updated link to these firmware files?
> will flashing the nanostation overwrite the factory firmware of the
> device? why not use the factory one (whats the difference)
The NS2 factory ships with AirOs (http://www.ubnt.com/airos) which has
some additional features for controlling the NS2 but which isn't a
completely open OS.
Cheers... steve
> cheers,
>
> --
> You received this message because you are subscribed to the Google Groups "village-telco-dev" group.
> To post to this group, send email to village-...@googlegroups.com.
> To unsubscribe from this group, send email to village-telco-...@googlegroups.com.
> For more options, visit this group at http://groups.google.com/group/village-telco-dev?hl=en.
>
>
--
Steve Song
Telecommunications Fellow, Shuttleworth Foundation
email: steve...@shuttleworthfoundation.org
mobile: +27 83 482 2088
skype: steve_l_song
blog: http://manypossibilities.net
next: http://villagetelco.org
twitter: stevesong
That firmware was designed for the original Nanostation not the M2
version. In this case you will need to get a version of OpenWrt
compiled for the M2 then you can then install the batman package.
AFAIK, the stock OpenWRT for the Nanostation M2 is at
and the batman package is at
http://downloads.openwrt.org/snapshots/trunk/ar71xx/packages/batmand_r1439-1_ar71xx.ipk
I don't know whether the flash utility will work on the M2s but you
can install it via
tftp -m binary -v 192.168.1.20 -c put
openwrt-ar71xx-generic-ubnt-nano-m-squashfs-factory.bin
The re-flashing on the Nanostations works a little differently from
the Mesh Potato. You need a small screwdriver or pen cap to hold down
the reset button as you power on the NS2. Hold it down until you see
the lights on the NS2 change to a kind of ping pong back and forth
flashing. Then you can either use open-mesh-flash or tftp.
HUGE DISCLAIMER: I haven't tried OpenWRT on an M2 so please don't
take this as gospel. Anyone out there used OpenWRT on a NS2 M2?
-Steve
Hi Joe
Steve is 100% correct, use the binary linked, Get the device into setup
mode, by holding down reset button for 20 secs while powering on, You
need three thumbs for this!
Log in with 'telnet 192.168.1.1'
Then do a 'passwd' to change pass and enable ssh.
setup 'vi /etc/config/network' to reflect your network with gateway and dns.
Then ' opkg update' when done " opkg install batmand'
setup batmand , network, wireless,
Then to enable: ' /etc/init.d/batmand enable
disable firewall ' /etc/init.d/firewall disable
reboot
Done!
Wayne A
On 20 January 2011 07:49, Joe <romeo...@hotmail.com> wrote:
> hey guys,
> i cant get the open-mesh-flash to work on the nanostation m2 i still
> get:
>
> tftp server not responding
> connection timeout..
just checking but did the blinking lights change on the m2 after
holding down the reset button while powering up?
> i tried the command you posted for tftp:
>
> tftp -m binary -v 192.168.1.20 -c put
> openwrt-ar71xx-generic-ubnt-nano-m-squashfs-factory.bin
>
> but i get "usage: tftp host-name [port]"
One thing I didn't mention with this approach is that you will need to
set the local IP address for the ethernet port on your PC to be on the
same subnet as the m2. i.e. 192.168.1.xx You can do this in Ubuntu's
NetworkManager by editing connections and adding a new connection
under the Wired tab that looks something like the attached image.
Then simply select the MP static option from the network-manager
dropdown. If you'd prefer not to use NetworkManager, you can stop the
command:
sudo service network-manager stop
and then configure the ethernet port with ifconfig
ifconfig eth0:1 192.168.1.99 netmask 255.255.255.0
However, I don't think that is the problem with the above error. I
think this is a problem with the version of tftp that ships with
Ubuntu. Once you have the m2 booted into tftpd mode, check that you
can ping 192.168.1.20. If that works, then
tftp 192.168.1.20
which will give you the tftp prompt which looks like
tftp>
then enter the following commands:
tftp> binary
tftp> rexmt 1
tftp> timeout 60
tftp> trace
Packet tracing on.
tftp> put openwrt-ar71xx-generic-ubnt-nano-m-squashfs-factory.bin
Make sure openwrt-ar71xx-generic-ubnt-nano-m-squashfs-factory.bin is
in the same directory you launched tftp from.
Alternatively, you could install the advanced tftp client.
sudo apt-get install atftp
and then issue the following command:
atftp --trace --option "timeout 1" --option "mode octet" --put
--local-file openwrt-ar71xx-generic-ubnt-nano-m-squashfs-factory.bin
192.168.1.20
Cheers.... Steve
> wayne i remember reading you have flashed these devices before. could
> you give me a step procedure/commands on what you did (including any
> tftp packages needed in ubuntu)?
>
> cheers
>
> --
> You received this message because you are subscribed to the Google Groups "village-telco-dev" group.
> To post to this group, send email to village-...@googlegroups.com.
> To unsubscribe from this group, send email to village-telco-...@googlegroups.com.
> For more options, visit this group at http://groups.google.com/group/village-telco-dev?hl=en.
>
>
--
First , put nano into setup mode!
test with ping 192.168.1.20
In Ubuntu:
Do tftp manual
enter:
tftp
connect 192.168.1.20
binary
trace
rexmt 1 # just in case
put xxxxxxx ( bin file)
Oh, and remember to be in the folder where the .bin file resides when
you do this.
Wayne A
Cross talk,,
Joe, another thing, when tftp shows succsesful, type quit and ping
192.168.1.1 which will be the new IP address of the nano.
On the IP address of your workstation, if network manager a mission,
just issue
sudo ifconfig eth0 192.168.1.99/24
clicking on the auto eth0 will restore.
Wayne
> ------------------------------------------------------------------------
>
Hi Steve,I have in hand the NanoStation M2 and am about to flash it but I am not able to download the linkBatman Package:But I foundI just wanna make sure if this is the new package?Thank you in advance! ;)
To view this discussion on the web visit https://groups.google.com/d/msg/village-telco-dev/-/d1jV_D2tn8UJ.
For more options, visit https://groups.google.com/groups/opt_out.
Hi Steve,I have in hand the NanoStation M2 and am about to flash it but I am not able to download the link
Batman Package:But I foundI just wanna make sure if this is the new package?Thank you in advance! ;)
On Tuesday, 18 January 2011 18:40:30 UTC+8, Steve Song wrote:
Hi Bob
Just one thing I noticed in your listing is the macaddr setting for radio0.
You will need to ensure that this value is not duplicated across devices or you will have network issues.
Also the TP Link devices will not run the radio at all if this value does not match the hardware. I do not know if this is the case with the Ubiquity device you are using.
Regards
Terry
To view this discussion on the web visit https://groups.google.com/d/msg/village-telco-dev/-/IR9BIFv6SVcJ.
--
You received this message because you are subscribed to the Google Groups "village-telco-dev" group.
To post to this group, send email to village-...@googlegroups.com.
To unsubscribe from this group, send email to village-telco-...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msg/village-telco-dev/-/6PKN5kuae_oJ.
/etc/init.d/batman-adv enable
setup as desired.
Wayne
--
You received this message because you are subscribed to the Google Groups "village-telco-dev" group.
To post to this group, send email to village-...@googlegroups.com.
To unsubscribe from this group, send email to village-telco-...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msg/village-telco-dev/-/9NLNKFUp9HMJ.
Wayne
--
You received this message because you are subscribed to the Google Groups "village-telco-dev" group.
ODAYE K. Robert
Certifié ICDL, ICT & EUCIP: (International Computer Driving Licence)
Ingénieur Réseaux & Télécoms,
EXPERT ITC de l'UNION EUROPEENNE,
Gestionnaire de Projets
(00228) 90 18 07 92 - 99 46 07 92
http://odaye.ifrance.com
--
You received this message because you are subscribed to the Google Groups "village-telco-dev" group.
To post to this group, send email to village-...@googlegroups.com.
To unsubscribe from this group, send email to village-telco-...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.
--
You received this message because you are subscribed to the Google Groups "village-telco-dev" group.
To post to this group, send email to village-...@googlegroups.com.
To unsubscribe from this group, send email to village-telco-...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msg/village-telco-dev/-/z8VZYpEPy2sJ.
Hi Bob
--
You received this message because you are subscribed to the Google Groups "village-telco-dev" group.
To post to this group, send email to village-...@googlegroups.com.
To unsubscribe from this group, send email to village-telco-...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msg/village-telco-dev/-/EmpAtOgGZbAJ.
Hi, following the howto's guide in setting up a nanostation as a
supernode im unable to download the required firmware since the link
seam to be broken.
http://wiki.villagetelco.org/index.php?title=Mesh_Potato_HOWTOs#Setting_up_a_SuperNode_with_an_Ubiquiti_NS2
http://downloads.afrimesh.org/stable.villagetelco/openwrt-atheros-vmlinux.lzma
http://downloads.afrimesh.org/stable.villagetelco/openwrt-atheros-ubnt2-squashfs.bin
is there an updated link to these firmware files?
will flashing the nanostation overwrite the factory firmware of the
device? why not use the factory one (whats the difference)
cheers,
--
You received this message because you are subscribed to the Google Groups "village-telco-dev" group.
To post to this group, send email to village-...@googlegroups.com.
To unsubscribe from this group, send email to village-telco-...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msg/village-telco-dev/-/2GXmWJR1OjIJ.