hi,
i have kernel 2.6.16.27.V4L support is compiled as a loadable module.Module unloading suport is not compiled in.I was trying to get quickcam easy working.On trying to compile the latest gspca driver,i get the following build error:
CC [M] /home/hackman/gspcav1-20070426/gspca_core.o
/home/hackman/gspcav1-20070426/gspca_core.c: In function 'spca50x_create_sysfs':
/home/hackman/gspcav1-20070426/gspca_core.c:2630: error: void value not ignored as it ought to be
/home/hackman/gspcav1-20070426/gspca_core.c:2632: error: void value not ignored as it ought to be
/home/hackman/gspcav1-20070426/gspca_core.c:2634: error: void value not ignored as it ought to be
make[2]: *** [/home/hackman/gspcav1-20070426/gspca_core.o] Error 1
make[1]: *** [_module_/home/hackman/gspcav1-20070426] Error 2
make[1]: Leaving directory `/sources/linux-2.6.16.27'
make: *** [default] Error 2
this error was reported on
ubuntuforums,but i could not find a solution on that thread.