Thanks for your help. The error was on the /etc/lilo.conf file I was using wrongly: append="hdc=ide-scsi,mem=200M" So I changed to: append="mem=230M" Now the vcat application when using with the rawtoppm is working, but the xcaptest isn't showing the image properly. I'm sending another e-mail to the list explaining this problem. ----- Original Message ----- From: "Bill Dirks" <bdirks@xxxxxxxxxx> To: <video4linux-list@xxxxxxxxxx> Sent: Friday, October 26, 2001 10:54 PM Subject: Re: Problems to install v4l2 driver (meteor or the videodevX driver) on redhat 7.1 (kernel 2.4.2-2) > 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. >