modprobe will print "builtin" lines for modules that are statically linked into the kernel, which confuses this shell pipeline. Fix it by adding a grep for "^insmod".
modprobe will print "builtin" lines for modules that are statically linked into the kernel, which confuses this shell pipeline. Fix it by adding a grep for "^insmod".