Drewgrange Guru


Joined: 29 Mar 2003 Posts: 483 Location: Ohio, US
|
Posted: Fri Apr 11, 2003 12:06 am Post subject: Help patching kernel v4l2 |
|
|
I'm attempting to patch my kernel with v4l2 support so I can get on my way to attempting to get my WInTV PVR-250 working
I got the patch from bytesex.org, and typed zcat patchname.gz | patch -p0 -s
I get back :
The text leading up to this was:
---------------------------------
| add v4l2 API to the linux kernel
| diff -u linux.2.4.20/drivers/media/video/Makefile linux/drivers/media/video/Makefile
| -- linux-2.4.20/drivers/media/video/Makefile 2003-03-20 12:11:15.00000000 +0100
| +++ linux/drivers/media/video/Makefile 2003-4-10 22:08:20.0000000 +0200
-----------------------------------
File to patch:
I'm not sure what to type in. Should it be /usr/src/linux/arch/i386/boot/bzImage? Or should it be one of the places it mentioned above,, or maybe somewhere else?
Thanks for any help |
|