Hello guys, I have been using Fedora for ages and also used the spca5xx driver for webcam support. In fedora 4 all I had to do was to install kernel-devel package and then navigate to the directory where the driver was saved and issue the make command as normal user and then make install as Root and it all always worked smoothly. I proceeded approximately the same way with fedora 5 but no matter what I do I keep getting the same message at the Make level: [mirco@localhost spca5xx-20060301]$ make clean rm -r -f drivers/usb/*.o drivers/usb/.spcadecoder.o.cmd \ drivers/usb/.spca5xx.o.cmd *.o *.ko *.mod.* .[a-z]* core *.i [mirco@localhost spca5xx-20060301]$ make Building SPCA5XX driver for 2.5/2.6 kernel. Remember: you must have read/write access to your kernel source tree. make -C /lib/modules/`uname -r`/build SUBDIRS=/home/mirco/spca5xx-20060301 CC=cc modules make[1]: Entering directory `/usr/src/kernels/2.6.15-1.2054_FC5-i686' CC [M] /home/mirco/spca5xx-20060301/drivers/usb/spca5xx.o /home/mirco/spca5xx-20060301/drivers/usb/spca5xx.c:8414: error: unknown field ‘owner’ specified in initializer /home/mirco/spca5xx-20060301/drivers/usb/spca5xx.c:8414: warning: initialization from incompatible pointer type make[2]: *** [/home/mirco/spca5xx-20060301/drivers/usb/spca5xx.o] Error 1 make[1]: *** [_module_/home/mirco/spca5xx-20060301] Error 2 make[1]: Leaving directory `/usr/src/kernels/2.6.15-1.2054_FC5-i686' make: *** [default] Error 2 CAN SOMEONE HELP? Thank you very much and congratulations on the EXTREMELY GOOD WORK. MIRCO