In tc-config there are a few calls to modprobe. Some of the calls redirect stderr to /dev/null and some do not.
If there is no specific reason for this difference among the modprobe calls, I would like to propose that all of these calls redirect stderr to /dev/null.
I am using a custom kernel and my modules are not loaded until the end of tc-config (as extensions), so I get annoying errors about modules not being available from the modprobe calls that do not re-direct stderr.
Kind Regards
Lars