Post here about the "upcoming update"

I’ve noticed seemingly greatly improved wireless performance after this update. Changing settings in Luci for the 5 GHz adapter is also significantly less flakey and doesn’t cause the adapter to disable (previously only a reboot would bring it back up).

Wireless rate reporting for the 5 GHz adapter is still broken/false but that’s an issue with the driver/firmware itself not reporting the stats back to the kernel.

Hi,

so setting bandwidth to 0 disables sqm on that direction, correct (enforcing 0 bps bandwidth in one direction will make a link basically unusable, so 0 was “over loaded” to signify “do not shape”). If you have a WAN link that runs at line rate of your interface, you do not need sqm-scripts at all, unless you want to prioritize based on DSCP marks. Cake also offers an auto rate estimator for the downlink, but that capability is not exposed in sqm-scripts.

Thank you for the update but it looks like my repo got repoed :slight_smile: here is my command line error.

updater.sh
WARN:Branch overriden to stable-new
DIE:
unreachable: https://api.turris.cz/updater-defs/3.3/omnia/stable-new/base.lua: curl: (22) The requested URL returned error: 404 Not Found

uci: Entry not found
uci: Entry not found

So which branch would I be using now?

https://api.turris.cz/updater-defs/3.3/omnia/stable/ ?

sed -i '/kmod-rt2800-pci/d' /etc/updater/auto.lua
updater.sh
reboot
wget https://api.turris.cz/openwrt-repo/omnia-test/packages/base/rt2800-pci-firmware_2016-09-21-42ad5367dd38371b2a1bb263b6efa85f9b92fc93-1_mvebu.ipk
opkg install rt2800-pci-firmware_2016-09-21-42ad5367dd38371b2a1bb263b6efa85f9b92fc93-1_mvebu.ipk
opkg install kmod-rt2800-pci
1 Like

Comment “branch” in “/etc/config/updater”:

config override ‘override’
#option branch ‘stable-new’
option disable ‘0’

Thank you after I commented out that line updater worked. Thanks for the help.

And why is updater.sh again re-installing the removed hd-idle? :rage: :tired_face:

You may have to correct “/etc/opkg/distfeeds.conf” too. See again the post:

@iddqd Could you post some directions regarding getting cake configured? Does it survive an update?

Try sqm-scripts and luci-app-sqm, if cake is installed as kernel module (which you might have to do manually), select cake as qdisc and either piece_of_cake.qos or layer_cake.qos. Configuration than mainly happens through the GUI (even though the GUI does not currently expose the more interesting cake option like nat in a user friendly way). It should survive an update, at least it did for me. Also I believe that sqm-scripts was selected as “official” replacement for the venerable wshaper in one of the latest updates.

Best Regards

Sure thing, check this
I have the same experience as @moeller0, cake survived the update.