Am Mittwoch, 24. Juli 2002 14:12 schrieb Bill Eldridge: > > Did the patches partly fail when you applied them > (look for a file kernel/ksyms.c.rej)? They did with me, and > I had to go in and edit kernel/ksyms.c by hand, inserting > the do_select line below. (I assume you mean you used > v4l2-01-add-api-2.4.19-pre8.diff.gz and not the 2.5 patch > you mention) you were right (ksyms.rej was in my kernel directory and I used v4l2-01-add-api-2.4.19-pre8.diff.gz). Now I also added in ksyms.c at line 281 the line EXPORT_SYMBOL(do_select); There was only one *.rej file in kernel directory (ksyms.c.rej). Then I made a # make clean dep bzImage modules modules_install now everything was ok. Booting the new kernel worked and compiling saa7134 module worked, but after loading videodevX and doing a modprobe saa7134 I get following error: /lib/modules/2.4.19-rc3/kernel/drivers/media/video/videodev1.o.old: \ init_module: Input/output error Hint: insmod errors can be caused by incorrect module parameters, including \ invalid IO or IRQ parameters /lib/modules/2.4.19-rc3/kernel/drivers/media/video/videodev1.o.old: insmod \ /lib/modules/2.4.19-rc3/kernel/drivers/media/video/videodev1.o.old failed /lib/modules/2.4.19-rc3/kernel/drivers/media/video/videodev1.o.old: insmod \ saa7134 failed Doesn't it recognize my card? Maybe because other devices use the same interrupt (is it allowed to share interrupts)? -- Stefan