<div dir="ltr">Sebastian , Dave,<div>Thanks for these instructions.</div><div>I just finished a round of 3 months testing this setup on a couple of MyNet N750 ( AR71xx based ) in several locations.</div><div>The feedback from users is very positive and encouraging - Most of them say that they feel the networks behave a lot snappier than before [ 7.5Mbps Up/ 1Mbps Down].</div><div><br></div><div>All I had to do was install the 3 packages over BB 14.07 :</div><div>ip-full from the OpenWRT BB repository</div><div>and luci-app-sqm + sam-scripts from the CeroWRT repository.</div><div><br></div><div>Will the later two packages ever make it to the main OpenWRT package list? or there other packages that on the main OpenWRT distribution that can be used to provide this functionality? ( the 2 CeroWRT packages above make really simple to setup ).</div><div><br></div><div>Regards,</div><div>Luis Garcia</div></div><div class="gmail_extra"><br><div class="gmail_quote">On Thu, Oct 9, 2014 at 2:59 PM, Sebastian Moeller <span dir="ltr"><<a href="mailto:moeller0@gmx.de" target="_blank">moeller0@gmx.de</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hi Luis,<br>
<span class=""><br>
<br>
On Oct 9, 2014, at 20:05 , Luis E. Garcia <<a href="mailto:luis@bitamins.net">luis@bitamins.net</a>> wrote:<br>
<br>
> Please excuse my dumb question or just point me to the right documentation.<br>
> But is there an easy way to run AQM/Codel on BB 14.07 ?? I'm running BB on a MyNETN750 that looks like it meets the HW requirements.<br>
<br>
</span>        There probably is, I assume you need to install ip-full from the BB repository, and then copy <a href="http://snapon.lab.bufferbloat.net/~cero2/cerowrt/wndr/3.10.50-1/packages/luci-app-sqm_3-1_all.ipk" target="_blank">http://snapon.lab.bufferbloat.net/~cero2/cerowrt/wndr/3.10.50-1/packages/luci-app-sqm_3-1_all.ipk</a> and <a href="http://snapon.lab.bufferbloat.net/~cero2/cerowrt/wndr/3.10.50-1/packages/sqm-scripts_6-1_all.ipk" target="_blank">http://snapon.lab.bufferbloat.net/~cero2/cerowrt/wndr/3.10.50-1/packages/sqm-scripts_6-1_all.ipk</a> onto your router and try:<br>
opkg install sqm-scripts_6-1_all.ipk<br>
and:<br>
opkg install luci-app-sqm_3-1_all.ipk<br>
<br>
You might need to play with opkg options, but in theory it should work… There probably also is a nicer way like adding a stanza similar to:<br>
src/gz toronto <a href="http://snapon.lab.bufferbloat.net/~cero2/cerowrt/wndr/3.10.50-1/packages" target="_blank">http://snapon.lab.bufferbloat.net/~cero2/cerowrt/wndr/3.10.50-1/packages</a><br>
to /etc/opkg.conf<br>
but I do not know the exact incantation of that, maybe hnyman, or Dave know the correct answer to this..<br>
<br>
Best Regards<br>
<span class="HOEnZb"><font color="#888888">        Sebastian<br>
</font></span><div class="HOEnZb"><div class="h5"><br>
><br>
> Regards,<br>
> Luis Garcia<br>
><br>
> On Thu, Oct 9, 2014 at 12:57 PM, Sebastian Moeller <<a href="mailto:moeller0@gmx.de">moeller0@gmx.de</a>> wrote:<br>
> Hi Richard,<br>
><br>
> On Oct 9, 2014, at 18:42 , Richard Smith <<a href="mailto:smithbone@gmail.com">smithbone@gmail.com</a>> wrote:<br>
><br>
> > On 10/06/2014 03:41 PM, Sebastian Moeller wrote:<br>
> ><br>
> >>><br>
> >>> I have spare routers that I can run OpenWRT or CeroWRt on and I'm<br>
> >>> setup to test with netperf, netperf-wrapper on my local network (<br>
> >>> desktop -> router -> laptop )  it's Gbit so I can easily saturate<br>
> >>> the router.<br>
> >><br>
> >> That sounds great. I think the first test should be to run SQM under<br>
> >> cerowrt, so you get a feel of how things should look. I typically run<br>
> >> netperf-wrapper rrul tests (for ipv4 and if available for ipv6)<br>
> >> through cerowrt with different settings for SQM. A second step then<br>
> >> is to instal SQM-scripts under openwrt and check whether the same<br>
> >> settings produce the same results ;)<br>
> ><br>
> > Ok.  I'll get my spare WNDR3700v2 up running the latest cerowrt.  Should be in the next few days.  I'm a bit strapped for time right now.<br>
><br>
>         No hurry, I really appreciate your help and there is no time pressure (rather the other way around, I do this for a hobby, and real life leaves almost no time for  that ;) )<br>
><br>
> ><br>
> >> So just let me know what you are willing/ready to test and we will<br>
> >> take it from there okay? (I would already be a happy camper if you<br>
> >> could just install the current SQM-scripts on openwrt and just send<br>
> >> me the output of “logread” after installing and activating SQM, as<br>
> >> well as the output from “tc -d qdisc” before and after enabling SQM,<br>
> >> and finally the output of running “/etc/init.d/sqm stop ;<br>
> >> /etc/init.d/sqm start” on the router’s console; that hopefully works<br>
> >> or at least gives some indication what might be off. If you could<br>
> >> throw in a quick netperf-wrapper RRUL test through the router I will<br>
> >> be most delighted ;))<br>
> ><br>
> > Ok. That sounds like a good starter step.  First question: Where are the current SQM scripts located and what's the process for installing them?  Are they packages or stuff that I scp over and manually install?<br>
><br>
>         So the repository lives on:<br>
> <a href="https://github.com/dtaht/ceropackages-3.10" target="_blank">https://github.com/dtaht/ceropackages-3.10</a><br>
>  I just followed Dave’s advice and used:<br>
> git clone git@github.com:dtaht/ceropackages-3.3.git<br>
> to get my own version to play around with. Oh, SQM basically is the work of Dave (who wrote the scripts doing the actual AQM&QOS work) and Toke you packaged all this nicely and created the GUI for it (all I ever did was shuffling the GUI around a bit). I just started hacking around the files from sqm-scripts and luck-app-sqm on my cerowrt (so I could immediately do some testing), so I never got around building actual packages (I assume you need to be setup to build whole openwrt/cerowrt images and that is outside the scope of my recreational coding), But that said if you copy the files from ceropackages-3.10/net/sqm-scripts/files to the matching directory on your router you should have a working sqm-script. Or just use a cerowrt built as SQM is standard and potentially hnyman’s build ( <a href="https://forum.openwrt.org/viewtopic.php?id=28392" target="_blank">https://forum.openwrt.org/viewtopic.php?id=28392</a> ) that also includes SQM.<br>
><br>
> Best Regards<br>
>         Sebastian<br>
><br>
> ><br>
> > I'll let you know when I've taken a stab at getting that working.<br>
> ><br>
> > > Richard A. Smith  <<a href="mailto:richard@laptop.org">richard@laptop.org</a>><br>
> > > Former One Laptop per Child<br>
> ><br>
> > Just FYI: I'm slowly switching my list subs over from my previous @<a href="http://laptop.org" target="_blank">laptop.org</a> address to my personal address.  Just switched this one over thus the email address change.<br>
> ><br>
> > --<br>
> > Richard A. Smith<br>
> _______________________________________________<br>
> openwrt-devel mailing list<br>
> <a href="mailto:openwrt-devel@lists.openwrt.org">openwrt-devel@lists.openwrt.org</a><br>
> <a href="https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-devel" target="_blank">https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-devel</a><br>
><br>
> _______________________________________________<br>
> openwrt-devel mailing list<br>
> <a href="mailto:openwrt-devel@lists.openwrt.org">openwrt-devel@lists.openwrt.org</a><br>
> <a href="https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-devel" target="_blank">https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-devel</a><br>
<br>
</div></div></blockquote></div><br></div>