Broadband-Hamnet™ Forum
Welcome Guest   [Register]  [Login]
«StartPrev221222223224225226227228229230NextEnd»
 Subject :Re:Updating Router does not allow re-loading of Mesh Firmware.. 2014-05-01- 10:21:29 
KF5JIM
Future Astronaut
Joined: 2013-07-17- 12:13:36
Posts: 250
Location: Nederland
Forum : Firmware
Topic : Updating Router does not allow re-loading of Mesh Firmware

Tried any of this? http://community.linksys.com/t5/Wireless-Routers/WRT54G-firmware-upgrade-failed-can-t-access-neither-internet-or/td-p/608892

IP Logged
My opinions and views expressed here are solely my own.
 Subject :Updating Router does not allow re-loading of Mesh Firmware.. 2014-05-01- 10:10:12 
K0BAD
Member
Joined: 2014-04-28- 17:30:15
Posts: 17
Location
Forum : Firmware
Topic : Updating Router does not allow re-loading of Mesh Firmware

I uploaded the mesh firmware to my WRT54GS V2 and had the mesh working smoothly. Noticed some differences in menu presentations with another mesh experimenter in the area related to publishing a service. I noticed the file on the website that claimed to be used to "upgrade an existing mesh node." The result was not what I expected. My router is now running Linksys software (appears to be a late version)  and I cannot re-load the mesh. I attempted to load mesh software for WRT54GS (What I had previously loaded) and also WRT54GS_V4. Neither succeeds.


Suggestions?

IP Logged
 Subject :Re:Autostart asterisk on mesh node?.. 2014-05-01- 09:49:05 
KD6PGI
Member
Joined: 2012-02-03- 20:45:25
Posts: 11
Location: CN95fq
Forum : Applications
Topic : Autostart asterisk on mesh node?

Thanks again.....and thanks for the excellent instructions. We are finally getting the rest of our ares team excited about mesh and what it can bring to the table for digital comms. Keep up the great work!
IP Logged
 Subject :Re:Autostart asterisk on mesh node?.. 2014-05-01- 09:23:07 
KF5JIM
Future Astronaut
Joined: 2013-07-17- 12:13:36
Posts: 250
Location: Nederland
Forum : Applications
Topic : Autostart asterisk on mesh node?

That can happens sometimes as I frequent the forums.

So, does /etc/init.d/asterisks disable turn it back off at bootup?

Affirmative.

IP Logged
My opinions and views expressed here are solely my own.
 Subject :Re:Autostart asterisk on mesh node?.. 2014-05-01- 09:20:56 
KD6PGI
Member
Joined: 2012-02-03- 20:45:25
Posts: 11
Location: CN95fq
Forum : Applications
Topic : Autostart asterisk on mesh node?

Wow....ok, thanks for the quick reply. I will give that a shot. So, does /etc/init.d/asterisks disable turn it back off at bootup?
IP Logged
 Subject :Re:Autostart asterisk on mesh node?.. 2014-05-01- 09:16:51 
KF5JIM
Future Astronaut
Joined: 2013-07-17- 12:13:36
Posts: 250
Location: Nederland
Forum : Applications
Topic : Autostart asterisk on mesh node?

I am elated that the instructions worked!

All you'd need to do is run /etc/init.d/asterisk enable once in order to get it to start on it's own at bootup.

IP Logged
My opinions and views expressed here are solely my own.
 Subject :Re:WRT54G-TM MMHC/SDHC Card Support.. 2014-05-01- 09:05:26 
KF5JIM
Future Astronaut
Joined: 2013-07-17- 12:13:36
Posts: 250
Location: Nederland
Forum : Hardware
Topic : WRT54G-TM MMHC/SDHC Card Support

At this point the 2GB SD Card has a Lost+Found folder on it, but nothing else.

That's common with linux-formatted disks.  No need to worry about it.

According to your instructions I should now connect my Linksys WRT54G-TM to the Internet.  I assume to do this I would use the units WAN port and connect it to my home network switch.  If I am correct there is a setting in setup that will allow the Internet connection to act as a gateway for the MESH network, but assume changing this setting would not be required.  Is this correct?

That is correct.  Ticking the Mesh Gateway box will allow other nodes access to the internet through your node.  If the WRT54G-TM router is plugged into the internet via the WAN port, no need to tick this box.

Next in the process is connecting to the WRT54G-TM and making it receive files from the Internet?  I assume the ssh -p 2222 root@localnode will connect my Ubuntu system PC to the WRT54G-TM.  Is this correct?

Yes.  However, you can also go to the Setup --> Administration page (http://localnode:8080/cgi-bin/admin) and install the modules via the Package Management section.

I assume ssh works very much like telnet except that it is secure.  Am I correct there too?

Yes.

But how does one then install them on the WRT54G-TM?  Do I use the get-apt install <software> commend?

If you want to do it through the command line, you'd use ipkg install <package name>.

I next assume the sdhc.o and sdhcd.o modules get relocated to the Ubuntu machine's /lib/modules/2.4.34 directory rather than a directory on the WRT54G-TM?  Am I right?.

Negative.  They are copied and pasted onto the WRT54G-TM's /lib/modules/2.4.34/ folder.  You can SCP the files to this directory.  Use this command from your linux machine while you are physically connected to the LAN port of the WRT54G-TM mesh node:  scp -P 2222 <path to file>/sdhc.o root@localnode:/lib/modules/2.4.34

Your instructions then say the modules are hard coded for a particular set of pinouts.  How do I check to make sure my card was installed using those correct pinouts?

Check the link, http://www.dd-wrt.com/wiki/index.php/Linksys_WRT54G-TM_SD/MMC_mod, and make sure that the wires match up to the correct pins.  If they don't, you'll either need to change the values in source code and the cross-compile the modules (which is beyond the scope of this reply), or un/resolder the wires to match the correct pinout found at the link above.

I hope I don't get too lost checking pinouts.  Also if the pinouts are easily changed, how do I actually do that if I must?

You should not have too much trouble checking the above link with what is found in the router.  It would be easier to just un/resolder wires, as needed.

Then you say I must go to where I want the SD Card mounted.  After reading this about 4 times, I now assume you mean the SD Card gets mounted on my Ubuntu machine in order to receive files.  Is that correct?

Negative.  The only thing that is done using your ubuntu machine is partitioning the SD card.  Everything else is done on the WRT54G-TM router itself.  You can find out where the SD card is mounted by typing dmesg.  Chances are, it will appear as /dev/sdcard/partX (where X are numbers coorsponding to the individual partitions you created at the very beginning of the instructions).

I assume if I'm not making more swap space, I can skip the mkswap and swapon commands.

Correct.

I still don't get exactly why I'd want extra swap space.

It'd give you more "RAM" to work with when more resources are needed.

I also don't get why I would install the swap space and memory onto the SD Card while it is still mounted on my Ubuntu PC.

Every step (except partitioning) is done on the mesh node itself.

So I then use ssh to log into the Linksys WRT54G-TM, ask it to tell me all about disk space, using df and cat proc/meminfo commands.

Correct, you use the df -h command and cat /proc/meminfo (for swap) to see the additional space.

I would also like your opinion on using a 4GB SD Card instead of the 2GB that came with it.  I would also like to know how much swap space you might recommend for the WRT54G-TM assuming I need more of it for use on the router.

Depends.  This module is quite old.  It's the only one I have found that works with the router.  At the time this particular module was written, 2GB SD Cards were the norm.  If you can get your 4GB card to be recognized, all the better!  Just keep in mind, that the module was designed to provide support to the non-SDHC cards.  As for how much swap space, I did 0.5GB, but that's a bit overkill.  You can choose any value you would like.  64MB would probably even be enough.

Oh and thanks for the reference to the instructions for using the space to create an FTP server.

Your welcome!  Just try not to transfer large files.  I have had it hang before.

I am sure your instructions were perfectly clear to those of us who are Linux experts.

Linux Experts...maybe...I created this during the summer of 2012.  I got into BBHN during the summer of 2012 and BBHN (believe it or not) taught me Linux.  This guide was written with less than one month experience using the operating system.  If I wrote it again, I'd change a couple things, but what I have done is pretty stable.  You can do it!


Let me know how it goes!

Paul, KF5JIM

IP Logged
Last Edited On: 2014-05-11- 02:37:10 By KF5JIM for the Reason
My opinions and views expressed here are solely my own.
 Subject :Autostart asterisk on mesh node?.. 2014-05-01- 08:32:40 
KD6PGI
Member
Joined: 2012-02-03- 20:45:25
Posts: 11
Location: CN95fq
Forum : Applications
Topic : Autostart asterisk on mesh node?

Hi all,

We managed to get asterisk working on one of our GS mesh nodes last night for testing using the great instructions found elsewhere on this forum. However, there was no mention of autostarting asterisk on the mesh node each time it reboots.

I have tried placing /etc/init.d/asterisk start in the rc.local and the /etc/rc.local file. Neither appears to autostart asterisk when the node reboots.

Any ideas where to start command should actually go....as we would liked to be able to use it without having to ssh into the node to start it each time the node is powered up.

Thanks in advance,

Ken KD6PGI

IP Logged
 Subject :Re:Flashed a PicostationM2.. status update.. 2014-05-01- 08:11:37 
K3MMB
Member
Joined: 2014-03-16- 19:00:57
Posts: 71
Location
Forum : UBNT Firmware
Topic : Flashed a PicostationM2.. status

Just tinkering with the PSM2 (not HP model). I set it up as MAP, laptops can see it and connect with not problem. Linux laptops resolve node names but windows laptops do not. I know it has something to do with DNS on windows, but not how to fix it. The node acting as interface to PSM2 is set to direct 5.

I added local.mesh to the DSN list on the wireless adaptor, but no workie. I can access nodes via the IP address.


73 de mike


IP Logged
 Subject :Re:WRT54G-TM MMHC/SDHC Card Support.. 2014-05-01- 08:10:24 
AE3D
Member
Joined: 2014-04-28- 06:34:41
Posts: 3
Location: Bowie, Maryland
Forum : Hardware
Topic : WRT54G-TM MMHC/SDHC Card Support

I purchased a WRT54G-TM at a recent hamfest.  It had already been modified to hold an SD mDemory card, but had DD-WRT installed.  A 2GB SD card came with it, mounted in a socket which was attached to a small circuit board.  This board was attached to the motherboard by a ribbon cable.  

I located, and flashed the WT54G firmware, gave the unit its new password and node name.  It appears to work fine.

Next I removed the SD Card from the WRT54G-TM and attached it to my Laptop, opened up VMware, started Ubuntu Linux and used gparted utility to determine that the SD Card was already formatted in ext2.  At this point the 2GB SD Card has a Lost+Found folder on it, but nothing else.

According to your instructions I should now connect my Linksys WRT54G-TM to the Internet.  I assume to do this I would use the units WAN port and connect it to my home network switch.  If I am correct there is a setting in setup that will allow the Internet connection to act as a gateway for the MESH network, but assume changing this setting would not be required.  Is this correct?

Next in the process is connecting to the WRT54G-TM and making it receive files from the Internet?  I assume the ssh -p 2222 root@localnode will connect my Ubuntu system PC to the WRT54G-TM.  Is this correct?  I assume ssh works very much like telnet except that it is secure.  Am I correct there too?  As you can tell I don't use Linux near as much as I should.  I assume I should use ssh to order the WRT54G-TM to download the needed software.  But how does one then install them on the WRT54G-TM?  Do I use the get-apt install <software> commend?   

I next assume the sdhc.o and sdhcd.o modules get relocated to the Ubuntu machine's /etc/modules/2.4.34 directory rather than a directory on the WRT54G-TM?  Am I right?.    

Your instructions then say the modules are hard coded for a particular set of pinouts.  How do I check to make sure my card was installed using those correct pinouts?  I guess I can should look at the info you reference.  I hope I don't get too lost checking pinouts.  Also if the pinouts are easily changed, how do I actually do that if I must?

The scripting part of your instructions I think I can follow.  Not that I'm a big fan of vi, but I can always look up what each command does ahead of time.  I tend to prefer using a graphical text editor.  Gosh I really need to use Linux more often, don't I.

Then you say I must go to where I want the SD Card mounted.  After reading this about 4 times, I now assume you mean the SD Card gets mounted on my Ubuntu machine in order to receive files.  Is that correct?  I can easily find a location if that is the case.

I assume if I'm not making more swap space, I can skip the mkswap and swapon commands.  I still don't get exactly why I'd want extra swap space.  I also don't get why I would install the swap space and memory onto the SD Card while it is still mounted on my Ubuntu PC.  This one baffles me.     

I get the next part about rebooting.  So I then use ssh to log into the Linksys WRT54G-TM, ask it to tell me all about disk space, using df and cat proc/meminfo commands.  

I would also like your opinion on using a 4GB SD Card instead of the 2GB that came with it.  I would also like to know how much swap space you might recommend for the WRT54G-TM assuming I need more of it for use on the router.  

Oh and thanks for the reference to the instructions for using the space to create an FTP server.

I am sure your instructions were perfectly clear to those of us who are Linux experts.  Sorry to ask so many 'dumb' questions.  Hope you can help me.  Thanks in advance. 

Keith Miller, AE3D

 





 


IP Logged
Keith M. Miller
ae3d@graykitty.net
 Subject :Re:Connectors.. 2014-04-30- 11:15:49 
kd0ebt
Member
Joined: 2013-10-07- 16:18:44
Posts: 6
Location: Seymour, WI
Forum : General
Topic : Connectors

I usually get my adaptors off of eBay. You need an RP-TNC male to RP-SMA female adaptor. That is usually what I put in the search box. BTW hello from over in Appleton, WI. 73' Rodney, kd0ebt
IP Logged
 Subject :Re:Success/Failure for Different Router Models.. 2014-04-30- 07:39:04 
VE3SKH
Member
Joined: 2014-04-23- 10:13:07
Posts: 5
Location
Forum : Hardware
Topic : Success/Failure for Different Router Models

Hello Everyone! I just started testing out Broadband Hamnet and I am intrigued on the possibilities. I decided to attempt to load up my Buffalo WHR-HP-G54 Router with the HSMM firmware. I have a number of these routers sitting around my house since they were my Go to router for the VoIP installations I have previously done. It has the same Broadcomm BCM5352 processor and same RAM/Memory as the Linksys routers. After risking bricking the thing, it turns out that the firmware that works for the WRT54GL router will also work on the Buffalo WHR-HP-G54 router! If you can get your hands on one of these routers, I'd recommend it! I will continue to test this router and see how it performs. 73s Chris VE3SKH
IP Logged
 Subject :Re:Success/Failure for Different Router Models.. 2014-04-30- 04:14:33 
kb9zmr
Member
Joined: 2013-09-24- 14:42:24
Posts: 14
Location: Central Illinois
 
Forum : Hardware
Topic : Success/Failure for Different Router Models

I just love to reply to myself, so I thought I should let interested parties know that I bought a second WR850G for $15 and flashed it. I had none of the connectivity issues I had with the previous one. I could connect to it through an ethernet cable after the firmware update and performed the second step of the setup. It did a couple connects/reconnects after the setup change and then found the other two nodes I have running in my house.


EDIT: Forgot to mention I had to do an ipconfig /release and ipconfig /renew after each step, but I expected that. It seems to be good form to do that after each step, even if it isn't in the instructions.

IP Logged
Last Edited On: 2014-04-30- 04:22:46 By kb9zmr for the Reason
 Subject :Re:bbhn firmware too big for M2 Bullet.. 2014-04-29- 15:48:53 
KG6JEI
Member
Joined: 2013-12-02- 19:52:05
Posts: 516
Location
Forum : UBNT Firmware
Topic : bbhn firmware too big for M2 Bullet

The other possibility is that if it is actually an M2 that you uploaded the firmware into the configuration upload section (at bottom of page) instead of the firmware upload section (top of page).

http://ubnt.hsmm-mesh.org/products/BBHN/wiki/HowTo/FlashUbiquiti



IP Logged
Note: Most posts submitted from iPhone
 Subject :Re:Connectors.. 2014-04-29- 12:16:03 
ZL3GSL
Member
Joined: 2014-04-04- 19:26:09
Posts: 19
Location: Christchurch NZ
Forum : General
Topic : Connectors

No. The standard antenna has an RP MALE TNC connector. You need a male RP TNC. I ahve emailed you. 73, Graham
IP Logged
73, Graham ZL3GSL
 Subject :Re:bbhn firmware too big for M2 Bullet.. 2014-04-29- 11:19:33 
KF5WSM
Member
Joined: 2013-08-01- 20:33:36
Posts: 3
Location
Forum : UBNT Firmware
Topic : bbhn firmware too big for M2 Bullet

I got that error; but I noticed my device had been shipped as M2 but was only a Bullet 2. Different routers so I had to order a "real" M2 and am now trying to sell the other. . .
IP Logged
 Subject :bbhn firmware too big for M2 Bullet.. 2014-04-29- 10:45:45 
W4OTN
Member
Joined: 2014-04-28- 20:26:44
Posts: 2
Location
Forum : UBNT Firmware
Topic : bbhn firmware too big for M2 Bullet

I tried uploading the bbhn firmware to my M2 Bullet but received an error stating "Uploaded configuration file is too big. Maximum allowed size is 65535 bytes.".  Any ideas how to remedy this or will my device not work?

IP Logged
 Subject :Re:Questions.. 2014-04-28- 17:53:25 
KG6JEI
Member
Joined: 2013-12-02- 19:52:05
Posts: 516
Location
Forum : UBNT Firmware
Topic : Questions

It may be easier if you just disable the WAN interface and use the LAN for your internet setup (when you disable the WAN it can use LAN for GW)

It doesn't look like you have configured your dd-wrt right (I'm not a dd-wrt expert however). As noted it's an advanced setup and dd-wrt forum would be better place to ask your question. 

You will than have to setup static routing on any PC you want to be able to get I the mesh to route 10.x to the mesh node and use the mesh node as dhcp

Smart switch is by far the easiest if you need to keep the network isolated or wish to keep deployment easy.

IP Logged
Note: Most posts submitted from iPhone
 Subject :Re:Questions.. 2014-04-28- 16:47:41 
kb3zto
Member
Joined: 2014-03-04- 10:48:08
Posts: 5
Location: Pennsylvania
 
Forum : UBNT Firmware
Topic : Questions

Hey everyone.  I'm still trying to get this to work but the laptops plugged into the router's lan are still showing no internet connection.  They show their gateway as the Ubiquiti node, but the internet isn't going past that through the router.  Here are some notes below on my settings.  Greatly appreciate help with this. 

Router LAN IP = 192.168.9.1

Ubiquiti Node LAN IP = 192.168.9.2

Ubiquiti Node WAN settings:

     DHCP mode didn't work, it showed no gateway.

     Static mode didn't work either, WAN IP was set to 192.168.9.3 with gateway as 192.169.9.1, DNS as 8.8.4.4

I attached screen shots of the VLAN tagging and settings.  I won't know where to go from here. 


IP Logged
 Subject :Re:Connectors.. 2014-04-28- 14:43:48 
ND9L
Member
Joined: 2014-04-17- 19:59:33
Posts: 2
Location
Forum : General
Topic : Connectors

Thanks for the info Graham. "The TNCs for the WRT are RP male, and the antenna is probably RP male SMA" So I should order: RP female SMA on one end of the adaptor (connects to the antenna) and the other end of the adaptor RP female TNC(connects to the WRT). Do I have this right? 73 Dick ND9l
IP Logged
Page #  «StartPrev221222223224225226227228229230NextEnd»


Powered by ccBoard


SPONSORED AD: