Jump to content

John Boncalos

Members
  • Posts

    2
  • Joined

  • Last visited

Everything posted by John Boncalos

  1. Image: Armbian_5.41.1_S9xxx_Ubuntu_xenial_3.14.29_mate_20180421.img.xz Status: all working except adding tc rules john@amlogic:~$ sudo tc qdisc add dev wlan0 root handle 1: prio RTNETLINK answers: No such file or directory john@amlogic:~$ sudo tc qdisc add dev wlan0 parent 1:3 handle 30: tbf rate 1024kbit latency 50ms burst 1540 RTNETLINK answers: No such file or directory john@amlogic:~$ sudo tc filter add dev wlan0 protocol ip parent 1:0 prio 1 u32 match ip dport 17500 0xfc00 flowid 1:3 RTNETLINK answers: Invalid argument We have an error talking to the kernel john@amlogic:~$ sudo tc filter add dev wlan0 protocol ip parent 1:0 prio 1 u32 match ip dport 10012 0xfc00 flowid 1:3 RTNETLINK answers: Invalid argument We have an error talking to the kernel john@amlogic:~$ sudo tc filter add dev wlan0 protocol ip parent 1:0 prio 1 u32 match ip dport 10012 0xfc00 flowid 1:3 RTNETLINK answers: Invalid argument We have an error talking to the kernel A bit noob on armbian development so need a bit of spoon feeding :( sorry. Similar topic: https://forum.armbian.com/topic/1671-sun8ih3-missing-kernel-features-sbintc-we-have-an-error-talking-to-the-kernel/
×
×
  • Create New...

Important Information

Terms of Use - Privacy Policy - Guidelines