On Wed, Aug 02, 2017 at 07:58:05PM +0100, Ben Hutchings wrote:
>
> But this still prints error messages for missing modules. I think the
> function should be implemented as:
>
> is_available () {
> modprobe -qn "$1"
> }
>
I agreee, much better!