Bob Lockie wrote:

On 02/27/03 12:37 Bob Lockie spoke thusly

What option do I need to compile into the kernel to get this include file?

/lib/modules/2.5.62/build/include/asm/irq.h:16: irq_vectors.h: No such file or directory


That version won't compile under 2.5.50 or later. The makefile will need to be completely rewritten for that to work (I plan to do that soon).


This is what results when I compile whichever driver is included with the 2.5.62 kernel.

depmod: *** Unresolved symbols in /lib/modules/2.5.62/kernel/drivers/usb/media/ov511.ko
depmod: video_devdata
depmod: video_proc_entry
depmod: video_register_device
depmod: video_unregister_device
depmod: video_usercopy
make: *** [_modinst_post] Error 1


Make sure you're using the very latest module-init-tools (or the special version of modutils) from http://www.kernel.org/pub/linux/kernel/people/rusty/modules/

Note that doing so will prevent you from installing 2.4 kernels if you are using an initrd. To get around that, temporarily downgrade to your old version of modutils before running mkinitrd or installing kernel RPMs.

--
Mark McClelland
[EMAIL PROTECTED]




-- video4linux-list mailing list Unsubscribe mailto:[EMAIL PROTECTED] https://listman.redhat.com/mailman/listinfo/video4linux-list

Reply via email to