<div dir="ltr"><span style="font-family:arial,sans-serif;font-size:13px">Thanks for the reply.</span><br style="font-family:arial,sans-serif;font-size:13px"><span style="font-family:arial,sans-serif;font-size:13px">My Cubieboard is working perfectly with the newer version of OLSRd.</span><br style="font-family:arial,sans-serif;font-size:13px">
<br style="font-family:arial,sans-serif;font-size:13px"><div style="font-family:arial,sans-serif;font-size:13px">To be honest, I do not quite understand about the OLSR configuration. therefore, I will probably ask a lot here in the future. </div>
<div style="font-family:arial,sans-serif;font-size:13px"><br></div><div style="font-family:arial,sans-serif;font-size:13px">Thank you for helping</div><div class="" style="font-family:arial,sans-serif;font-size:13px"><div id=":1di" class="" tabindex="0">
<img class="" src="https://mail.google.com/mail/u/0/images/cleardot.gif" style=""></div></div></div><div class="gmail_extra"><br><br><div class="gmail_quote">On Fri, Mar 14, 2014 at 4:27 AM, Armansah Hs <span dir="ltr"><<a href="mailto:armansah.hs@gmail.com" target="_blank">armansah.hs@gmail.com</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr">The newer version I tried is olsrd-0.6.6.1<div>Installed from the source .tar.gz</div><div><br></div><div>
problem occurs in the sudo make all step (solved)</div><div><br></div><div>...Installation success</div>
<div><br></div><div>when start OLSRd</div><div>another problem occurs</div><div><br>???????????????????????????<br>???????????????????????????</div><div>???????????????????????????</div><div>File name too long</div><div>
<br>
</div><div>but I guess that this is not related to olsrd.conf but related to the device itself</div><div>OLSRd 0.6.6.1 on Laptop works perfectly</div></div><div class="HOEnZb"><div class="h5"><div class="gmail_extra"><br>
<br><div class="gmail_quote">On Thu, Mar 13, 2014 at 5:44 AM, Henning Rogge <span dir="ltr"><<a href="mailto:hrogge@gmail.com" target="_blank">hrogge@gmail.com</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Feel free to ask, the olsrd.conf is a place of a lot of confusion<br>
because of LOTs of strange advise that is floating around the web.<br>
<br>
The defaults should be reasonable for most people so my usual advise<br>
is to keep it as minimal as possible.<br>
<br>
Oh, you also forgot to send your reply to the list, maybe you want to<br>
do so so Ferry knows that the new version resolved your problem! :)<br>
<span><font color="#888888"><br>
Henning Rogge<br>
</font></span><div><div><br>
On Wed, Mar 12, 2014 at 6:07 PM, Armansah Hs <<a href="mailto:armansah.hs@gmail.com" target="_blank">armansah.hs@gmail.com</a>> wrote:<br>
> Thanks for the reply.<br>
> My Cubieboard is working perfectly with the newer version of OLSRd.<br>
><br>
> To be honest, I do not quite understand about the OLSR configuration.<br>
> therefore, I will probably ask a lot here in the future.<br>
><br>
> Thank you for helping<br>
><br>
> Armansah Hs<br>
><br>
><br>
> On Tue, Mar 11, 2014 at 7:24 PM, Henning Rogge <<a href="mailto:hrogge@gmail.com" target="_blank">hrogge@gmail.com</a>> wrote:<br>
>><br>
>> I would suggest throwing out all configuration option you don't really<br>
>> need. Try with a minimal configuration file:<br>
>><br>
>> Interface "wlan0"<br>
>> {<br>
>> }<br>
>><br>
>> LoadPlugin "olsrd_txtinfo.so.0.1"<br>
>> {<br>
>> PlParam "port" "8080"<br>
>> PlParam "host" "127.0.0.1"<br>
>> }<br>
>><br>
>> Also, moving to the latest stable olsrd version might be a good idea.<br>
>><br>
>> Henning Rogge<br>
>><br>
>> On Sat, Mar 8, 2014 at 6:52 PM, Armansah Hs <<a href="mailto:armansah.hs@gmail.com" target="_blank">armansah.hs@gmail.com</a>> wrote:<br>
>> > I have olsrd 0.6.3 installed on cubieboard (linaro ubuntu 12.10) and<br>
>> > laptop<br>
>> > (ubuntu 13.10).<br>
>> > when olsrd started, it's ok on laptop but on cubieboard olsrd will<br>
>> > continuosly print "sendto(v4): Invalid Argument".<br>
>> ><br>
>> > here my configuration /etc/network/interfaces<br>
>> ><br>
>> > auto wlan0<br>
>> > allow-hot plug wlan0<br>
>> > iface wlan0 inet static<br>
>> > address 192.168.120.1<br>
>> > netmask 255.255.255.0<br>
>> > wireless-mode ad-hoc<br>
>> > wireless-channel 10<br>
>> > wireless-essid MESH<br>
>> ><br>
>> > etc/olsrd/olsrd.conf<br>
>> ><br>
>> > DebugLevel      2<br>
>> > Interface          "wlan0"<br>
>> > {<br>
>> > HelloInterval 1.0<br>
>> > HelloValidityTime 600.0<br>
>> > TcInterval 0.5<br>
>> > TcValidityTime 300.0<br>
>> > MidInterval 10.0<br>
>> > MidValidityTime 300.0<br>
>> > HnaInterval 10.0<br>
>> > HnaValidityTime 300.0<br>
>> > }<br>
>> > LinkQualityFishEye 1<br>
>> > IpVersion 4<br>
>> > ClearScreen     yes<br>
>> > AllowNoInt        yes<br>
>> > willingness        7<br>
>> ><br>
>> > IpcConnect<br>
>> > {<br>
>> > MaxConnetion    0<br>
>> > Host                  127.0.0.1<br>
>> > }<br>
>> ><br>
>> > UseHysteresis     no<br>
>> > Pollrate              0.1<br>
>> > TcRedundancy    2<br>
>> > MprCoverage       5<br>
>> > LoadPlugin "olsrd_txtinfo.so.0.1"<br>
>> > {<br>
>> > PlParam "port" "8080"<br>
>> > PlParam "host" "127.0.0.1"<br>
>> > }<br>
>> ><br>
>> ><br>
>> > ---------------------------<br>
>> > Am I miss something on configuration file ?<br>
>> ><br>
>> > I'm want to use OLSRd for sending file (document), stream video (I'm<br>
>> > using<br>
>> > VLC)<br>
>> ><br>
>> > Thanks before and I,m sorry for bad english :)<br>
>> ><br>
>> ><br>
>> > --<br>
>> > Olsr-users mailing list<br>
>> > <a href="mailto:Olsr-users@lists.olsr.org" target="_blank">Olsr-users@lists.olsr.org</a><br>
>> > <a href="https://lists.olsr.org/mailman/listinfo/olsr-users" target="_blank">https://lists.olsr.org/mailman/listinfo/olsr-users</a><br>
><br>
><br>
</div></div></blockquote></div><br></div>
</div></div></blockquote></div><br></div>