Hi all.<br><br>I'll ask this straight ::<br><br>"""<br>Is there an already tested-cum-recommended method, that could disable mesh-network, both during reboots and resume-from-suspend?<br>"""<br>
<br>Possible options (not tested by me) ::<br><br><br>a)<br>A driver,  encapsulating the patch at <a href="http://lists.infradead.org/pipermail/libertas-dev/2007-June/000448.html">http://lists.infradead.org/pipermail/libertas-dev/2007-June/000448.html</a><br>
(as per <a href="http://dev.laptop.org/pub/firmware/libertas/RELEASE_NOTES">http://dev.laptop.org/pub/firmware/libertas/RELEASE_NOTES</a>)<br><br><br>Query : How can I ascertain if this patch is present on a particular XO-1?<br>
<br><br><br><br><br>b)<br>(For Reboot) ::<br>Add the bootstrap script 'echo 0 > "/sys/class/net/eth0/lbs_mesh"' in '/etc/init.d/NetworkMaanager'.<br><br>(For Resume-Upon-Suspend) ::<br>Add the disable_mesh.sh script (at <a href="http://download.sugarlabs.org/dextrose/testing/dx3/rpms/source/dextrose-platform-2-2.fc14.src.rpm">http://download.sugarlabs.org/dextrose/testing/dx3/rpms/source/dextrose-platform-2-2.fc14.src.rpm</a>) in "/etc/powerd/postresume.d".<br>
<br><br>Query : While the (For Reboot) case is guaranteed to work stably every single time, can the same be said about (For Resume-Upon-Suspend) ?<br><br><br><br><br>c) Any other unknown in-the-dark hack.<br><br><br><br>Regards,<br>
Ajay<br><br><br><br><div class="gmail_quote">On Tue, May 1, 2012 at 9:36 PM, Peter Robinson <span dir="ltr"><<a href="mailto:pbrobinson@gmail.com" target="_blank">pbrobinson@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0pt 0pt 0pt 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">
<div class="im">On Tue, May 1, 2012 at 3:55 PM, Ajay Garg <<a href="mailto:ajay@activitycentral.com">ajay@activitycentral.com</a>> wrote:<br>
> which actually brings me back to my original question ::<br>
><br>
> """<br>
> Why is it so that putting the 'disable-mesh-script' in the 'start()' method<br>
> of '/etc/init.d/Networkmanager' works (always) for (re)boot; but never works<br>
> for resume-upon-suspend?<br>
> """<br>
<br>
</div>Because on suspend/resume the NetworkManager service isn't<br>
started/restarted so the script in /etc/init.d isn't run where as on<br>
reboot it is. There's means though to run specific scripts on<br>
suspend/resume if that sort of thing is necessary.<br>
<span class="HOEnZb"><font color="#888888"><br>
Peter<br>
</font></span></blockquote></div><br>