On Tue, 2006-11-07 at 11:28 -0800, Peter Baitz wrote:
> FC6 is missing the 'config.h' file in the directory
> /usr/src/kernels/2.6.18-1.2798.fc6-i586/include/linux/
> therefore you need to 'cd' to that directory and
> 'touch config.h' to create a zero-byte file with its
> name. That is all!  Now compile pwc with 'make' and
> put the pwc.ko into one or both of these directories: 
> /lib/modules/2.6.18-1.2798.fc6/kernel/drivers/usb/media/pwc.ko
> /lib/modules/2.6.18-1.2798.fc6/kernel/drivers/media/video/pwc/pwc.ko
> then do 'rmmod pwc' and 'modprobe pwc' and 'lsmod |
> grep pwc' to load the new pwc anc check it.

You shouldn't #include config.h in files anymore - this is done by gcc.

Just remove the #include line from the pwc driver.

Richard.


_______________________________________________
pwc mailing list
[email protected]
http://lists.saillard.org/mailman/listinfo/pwc

Reply via email to