Greetings folks!
I've looked through the available downloads and supported hardware, but nothing is listed for the LiteBeam.
Is this piece of hardware similar to any other?
Can it be used?
If so, which firmware should be flashed into it?
Thanks!
Matt
VE3OY
I get the "Experamental" header on the unconfigured node web page. But
when I enter the call sign, password and distance end save it I get sent back to the unconfigured page. It is like it can't save anything.
I hope someone is working on this.
Joe AE6XE
The Support File is attached
Can I be of any assistance? Test an Alpha firmware.
I'll see if i can get a "support data" file.
Joe AE6XE
See: https://github.com/aredn/aredn_ar71xx/issues/257
Does anyone have access to post the /etc/board.info file from AirOS on the lbe-m5? This is needed to know power settings and device ID.
Joe AE6XE
https://drive.google.com/file/d/1-5l11iuC2BsriGekfDSySfC3aXWPkG-d/view?u...
link will be time limited and no longer valid at some point in the future. I need the board.info to complete the settings for incorporating into the nightly build. please go to admin page and download the support data download, assuming it boots up correctly.
Joe AE6XE
I'll take the node out to a spot I can connect to another mesh node and let you know.
The board info file. that comes from the LiteBeam running AirOS?
Ill boot back with the original factory image an see If I can find it.
Thanks. This is great.
Ted
The definitions for the Litebeam M5 are now submitted to github and the lbe-m5 images will be created in the nightly build and available in the AM on Nov 8, 2018. Please upgrade your devices and give everything a good work out.
Joe AE6XE
.
Cheers
Ted, VE7TFM
Loaded nightly build aredn-416-18098a6-ubnt-lbe-m5-factory.bin
Is it possable the vlan2 is broken? the dtd never resolves the node name. just the ip address. This usually happens when the vlan2 is broken.
I have seen this in a misconfigure switch.
But, the only change here is the firmware.
the dtd in aredn-ae6xe-lbe-861de15-ubnt-lbe-m5-factory worked properly.
the dtd in aredn-416-18098a6-ubnt-lbe-m5-factory.bin does not.
Support data file attached.
Restarting the olsrd fixed it.
Good to know. I have seen olsrd related info.
I run linux by default on my primary desktop so familiar with linux processes.
I am stoked.
Thanks for your help!!!!!
Ted, VE7TFM
Hi Joe
Another question
the board.info file says:
The ubiquiti spec sheet for the litebeam says 25 dBm
the Max power I can get from the litebeam on AREDN is 19dBm
channels below 5850 might be limited by UNII or something but above there should be no limit.
from the SupportDataFile
HT TX/RX MCS rate indexes supported: 0-7
MCS0 is 25 dBm
Is this just the way it is or can this be adjusted???
Is this what you ment by hammering away at it?
Cheers
Ted
----got me thinking...
Looking at the same info for a pbe-m5-400 we have in our system.
The Basic Setup page shows 26 dBm, the data file in the support data shows 22 dBm
Is this a bigger problem? Or am I reading it wrong?
Ted
In /www/cgi-bin/perlfunc.pm , make the following change:
'0xe865' => {
'name' => 'LiteBeam M5',
'comment' => 'Testing LiteBeam M5',
'supported' => '-1',
'maxpower' => '19',
'pwroffset' => '6',
'usechains' => 1, # < change this "1" to a "0" for single antenna device
'rfband' => '5800ubntus',
},
Joe AE6XE
Ok, Power settings make sense.
What is the Power Offset value used for? I see it is all over the place on different devices.
Cheers
Ted
If you do the command "iw phy phy0 info", I'd expect linux to report (19.0 dBm) as the max power for all channels. But this is really 25dBm with the 6dBm offset. Is this where you pulled the 19 dBm value originally. If so, then all is as it should be.
Joe AE6XE
Joe AE6XE
I notice that the LightBeam node does not show up on the OLSR-Topology map. is that because it is still experimental?
I certainly appears to work and shows on all mesh status displays.
I have it up and aimed at one of the main 5.9Ghz nodes in the local mesh network.
Joe
Joe AE6XE
Files attached
Why the litebeam is not showing in the olsr topology output from the dot_draw plugin is still a mystery. If you rebooted everything in unison, waited ~3 min, can the problem be reproduced?
Hi Joe
the LiteBeam is in the output from the olsrd_dot_draw plugin
I have been playing with the perl script.
The LiteBeam is in the olsrd dump that the script gets from the VE7TFM-300 or if you "telnet localnode 2004".
I hacked the script to to get the resolved dump that is handed to imagemagick, the litebeam is in that list.
so for some reason imagemagick or graphviz is unhappy with that input????
still digging.
The issue is with the perl script i am using.
it wasn't saving the .dot file to pass to imagemagick so was using an old file.
it must have worked at some time??? It is working now.