sportember <[EMAIL PROTECTED]> writes: > Hi, > I've installed wondershaper1.1a-4 as described in the > doc /usr/share/doc/wondershaper/readme.Debian, and
> ifdown wlan0 now tells me > > unregister_netdevice: waiting for wlan0 to become free. Usage count = 1 > I wonder which part of TC is causing that weird error message After the error message, run as root: tc -s qdisc ls dev wlan0 tc -s class ls dev wlan0 The first command should provide no response The second command should result in something like: qdisc pfifo_fast 0: [Unknown qdisc, optlen=20] Sent 4635514703 bytes 6756020 pkts (dropped 0, overlimits 0)

