--- Quote Start ---
originally posted by jay_1025@Apr 19 2006, 11:00 PM
hi hippo
i have installed svn on linux-2.6.x and met a problem.
i can't used the patch "isp1362.diff" in ~/ dir. why?
[jay@localhost ~]$ patch -p0 <~/download/isp1362.diff
patching file include/linux/usb_isp1362.h
can't find file to patch at input line 52
perhaps you used the wrong -p or --strip option?
the text leading up to this was:
--------------------------
|index: arch/nios2nommu/kernel/usb.c
|===================================================================
|--- arch/nios2nommu/kernel/usb.c (revision 12)
|+++ arch/nios2nommu/kernel/usb.c (revision 14)
--------------------------
file to patch:
how to solve this problem?
if i complete the installation of svn.
is the make kernel also in ~/linux-2.6.x?
thx
<div align='right'><{post_snapback}> (index.php?act=findpost&pid=14482)
--- quote end ---
--- Quote End ---
please do the patch in kernel dir,
cd ~/linux-2.6.x
patch -p0 <.......
You should check the header when you received a patch to know the patch point.