Uli Luckas wrote: > insmod.sh tries to modprobe video-buf. This seems to be wrong, as there is a > video-buf module built from the CVS tree and the kernel-tree's video-buf > might not even be available. > The attached patch fixes that by insmod'ing ./video-buf.ko instead.
video-buf.ko is only built locally if it wasn't already built as part of the kernel. I've checked in a fix for insmod.sh into CVS. Thanks, Johannes