ch habe einen Nanopi Neo mit Kernel Ubuntu-Core with Qt-Embedded Image File, Kernel: Linux-4.x.y

Linux NEO 4.11.2 #266 SMP Thu Jun 29 17:46:10 CST 2017 armv7l armv7l armv7l GNU/Linux

Ich möchte Traffic-Shaping einrichten. Bei dem Test-Skript von Ubuntuusers (https://wiki.ubuntuusers.de/Skripte/affic-Shaping/) bekomme ich den Fehler:

+ /sbin/tc qdisc add dev eth0 root handle 1:0 htb default 12 r2q 6
RTNETLINK answers: Operation not supported

oder

+ /sbin/tc filter add dev eth0 parent 1:0 prio 0 protocol ip handle 11 fw flowid 1:11
RTNETLINK answers: Operation not supported
We have an error talking to the kernel

Was fehlt da? Muss ich was im Kernel ändern?

Mit
sudo wondershaper eth0 512 512
bekomme ich die gleiche Fehlermeldung