Valdir Grassi Jr wrote: > (kernel 2.2). During the install procedure of the meteor driver, the files > videodevX.o and v4l_compat.o were not copied to the > /lib/modules/linux/kernel/drivers/media/video directory. The videodev.h were > not copied to the /usr/src/linux/include/linux/ directory and the commands Something must be wrong with that Makefile then. Copy the files by hand. Then do: depmod -a > insmod are executed instead of depmod. Should use modprobe instead of insmod. Bill.