View Single Post

   
  #2 (permalink)  
Old 01-18-2008, 07:45 AM
Lenard
 
Posts: n/a
Default Re: Please help with patching kernel

elanore wrote:

> #cat /usr/src/DriverInstall/sk98lin_v8.18.2.2(beta)_2.6.9_patch |
> #patch
> -p1


This is not how to install a patch with Red Hat, it's more like;

patch -p1 < name_of_the_patch_file

Try as root from the /usr/src/linux location;

patch -p1 < sk98lin_v8.16.2.3_2.6.11_patch


--
"They that can give up essential liberty to obtain a little temporary
safety deserve neither liberty nor safety." -- B. Franklin, 1759
Reply With Quote