dtaht / deBloat

Scripts for doing better and fairer network, traffic control, optimization and shaping
85 stars 22 forks source link

debloat (lua script) returns some errors #4

Open simonbcn opened 11 years ago

simonbcn commented 11 years ago
# uname -a
Linux X58A-UD5 3.5.0-21-i7 #32 SMP Sat Dec 22 12:21:03 CET 2012 x86_64 x86_64 x86_64 GNU/Linux
# QDEBUG=1 IFACE=eth1 lua debloat
FATAL: Module sch_efq_codel not found.
FATAL: Module sch_ns2_codel not found.
FATAL: Module sch_nfq_codel not found.
qdisc del dev eth1 root
Cannot get device ring settings: Operation not supported
qdisc add dev eth1 handle a root fq_codel limit 1000 quantum 1000 

Are necessary those kernel modules? What's the meaning of this error: Cannot get device ring settings: Operation not supported?