Release UbuntuWRT 17.08 with Dynamic DNS and a couple more features.
Download files are available in the README.
Repo: https://github.com/cilix-lab/ubuntu-wrt
I've made available firmware images for the WRT1900AC v2 and the WRT1200AC in the following links:
WRT1900AC v2: https://www.mediafire.com/?8z26dio9eq3emej
WRT1200AC: https://www.mediafire.com/?dwoafq1fg911a59
Be aware that I haven't been able to test any of these images, since I don't have...
Yes! Sorry! That's right... for those, the kernel image should be recompiled. :confused:
I may be able to provide proper kernel images with the appended DTS for the other WRT routers. I'll look into it.
Updated Ubuntu-WRT ROOTFS and firmware to 4.10.0-9.11_16.04.2_20170617, with some improvements and latest mwlwifi. Links available on the GitHub repo: https://github.com/cilix-lab/ubuntu-wrt
I'm guessing ROOTFS and firmware should work on any WRT Armada based router, since the only...
That would be great. SQM is not enabled by default, since proper configuration is needed first. There's a good config example in the /etc/sqm folder.
Keep in mind that I'm not renaming interfaces on this one and the switch on the other WRT models is different (WRT3200ACM: eth0 for LAN, eth1 for...
Updated Ubuntu Xenial for the WRT3200ACM with latest mwlwifi and several other improvements.
Links for the firmware and rootfs are available in the project's README.md.
You can check it out in the GitHub repo: https://github.com/cilix-lab/ubuntu-wrt
Sqm-script uses tc (iproute2) to do the traffic shaping, reading your setup from a config file, but it just does that. No funny things as far as I've seen.
What I really appreciate about traffic shaping with sqm is that I see serious improvements when having multiple devices on the network...
Sorry I didn't reply earlier.
I'm getting A+ on bufferbloat with sqm-scripts layer_cake.qos script, with downlink and uplink set to about 90% of my actual bandwidth and ATM overhead set to 44 (ADSL).
That's the same I used to get with sqm-scripts on LEDE.
I've been using Ubuntu Xenial on the WRT3200ACM for a week or two now, and it works nicely.
About SQM, it's working like a charm. Minimal bufferfloat with sch_cake. The only thing I had to do differently is make available the IFB, NET_SCH_INGRESS and NET_SCH_CAKE modules (adding sch_cake source...
OK... so, I successfully got Ubuntu 16.04 running on my WRT3200ACM, on linux kernel 4.11.0 with sch_ingress and sch_cake modules. I prefered Ubuntu over Debian due to some newer packages on Ubuntu repos. I just did the uImage merged with the DTB, no uInitrd.
I haven't had time to fix...
Finally got my serial adapter to work. Apparently there's a weird issue with some Silicon Labs serial adapters and the WRT3200ACM. When I try to connect to the serial port, the router won't boot, but I read about this workaround: disconnecting the TX cable and plugging it in right after starting...
Hi! I've tried McDebian on my WRT3200ACM and it works like a charm. It's really useful on such a powerfull device. I even got it to run a full Nextcloud server.
What I found I'm missing is traffic shaping (SQM). I've been successful in compiling and installing the sch_cake.ko module, but I've...