On Sat, Sep 01, 2001 at 12:54:57PM -0700, Leo Clark wrote: > I'm absolutly sure this patch is ment to fix the problem I have having. I > found the patch but I have no idea what to do with it. I was given a link > to a file named "pcic-stable.diff.17a" and "pcic-stable.diff.17b". I need > to recompile the kernel but how do I encorperate this new code into it? > Could you show me `head pci-stable.diff.17a pci-stable.diff.17b` I would guess: $ cd /sys $ patch -p0 < /path/to/pci-stable.diff.17a $ patch -p0 < /path/to/pci-stable.diff.17b But that depends on what the patches are relative to ... -- <[EMAIL PROTECTED]> <[EMAIL PROTECTED]> <[EMAIL PROTECTED]>
