View previous topic :: View next topic |
Author |
Message |
jonathanross Tux's lil' helper
Joined: 19 Mar 2005 Posts: 77 Location: Planet Earth
|
Posted: Sat Mar 19, 2005 10:39 am Post subject: Very easy Quickcam Patch question |
|
|
Hi,
Gentoo is great ! I'm almost up and running with a fairly busy Server apart from this:
I'm running motion with a Quickcam Express USB and during the emerge it said I need to add a patch as kernel 2.4.20-wolk-4.14-r11 is buggy. The URL for the patch given is:
http://www.ee.oulu.fi/~tuukkat/quickcam/linux-2.4.20-videodevfix.patch
How do I add this patch and re-compile so the Quickcam doesn't keep filling up /var/log/messages ?
Any pointers greatly appreciated !
Thanks,
Jonathan
Last edited by jonathanross on Sat Mar 19, 2005 11:01 am; edited 1 time in total |
|
Back to top |
|
|
mleegwt n00b
Joined: 15 Mar 2005 Posts: 38 Location: Nederland
|
Posted: Sat Mar 19, 2005 11:00 am Post subject: |
|
|
Patching is in general done with patch (man page!!)
Probably
Code: | cd <kernel-src-dir>
patch -Np1 <patchfile>
|
will work.
But no garantees. Man page!
Oh and last but not least. Not all patches are good. You should trust one before applying.
Last edited by mleegwt on Sat Mar 19, 2005 11:05 am; edited 1 time in total |
|
Back to top |
|
|
jonathanross Tux's lil' helper
Joined: 19 Mar 2005 Posts: 77 Location: Planet Earth
|
Posted: Sat Mar 19, 2005 11:02 am Post subject: |
|
|
Thanks !
Easy when you know how
I'll have a look.
Jon |
|
Back to top |
|
|
|