Re: [PARPORT] ppSCSI patch problems...


Audin Malmin (amalmin@halcyon.com)
Wed, 15 Dec 1999 13:32:45 -0800


On Wed, Dec 15, 1999 at 01:08:30PM -0800, systemic@mciworld.com wrote:
> Greetings,
>
> This is my first posting to this list, so I hope that this falls under
> the acceptable use policy, so to speak. I'm attempting to get my HP
> ScanJet 5100c scanner to work with Redhat Linux 6.1 (upgraded kernel to
> 2.2.12). I've downloaded the ppSCSI-0.91.patch file and attempted to
> patch my source tree. The patch came from 2.2.10 so that may be by
> problem right there. Anyhow, when I do a 'patch -p0 ppSCSI-0.91.patch'
> from the /usr/src tree, nothing happens. What I mean is, the command
> just hangs until I do a control-c. I even tried a force command on it
> but that didn't work either.

        You did this: patch -p0 ppSCSI-0.91.patch

        You need to do this: patch -p0 < ppSCSI-0.91.patch
        or this: cat ppSCSI-0.91.patch | patch -p0
        or this: zcat ppSCSI-0.91.patch.gz | patch -p0

        The patch command takes the patch file as standard input...

        Also, when I patched 2.2.13 with this patch file I had to
manually add in some rejected chunks to the kernel makefile...

-- 
                                            Audin Malmin - amalmin@halcyon.com

-- To unsubscribe, send mail to: linux-parport-request@torque.net -- -- with the single word "unsubscribe" in the body of the message. --



This archive was generated by hypermail 2.0b3 on Wed 15 Dec 1999 - 17:41:40 EST