Patches on CentOS

Associate
Joined
1 Aug 2003
Posts
1,053
I'm trying to get the onboard NIC working on my desktop but the drivers aren't part of CentOS 5.2. There are patches available but I was wondering what the hell I actually do with a patch. Most sources seem to say that I have to download the kernel again and apply the patch to that, others suggest that I simply need to run patch p1 > /your/patch.patch but this simply leaves me with a blinking cursor on the next line that seems to me to be reminiscent of telling a cat to sit, roll over and then play dead.....

Any advice and or constructive abusive would be helpful
 
ok - try it another way...
Code:
# cat /path/to/unzipped/patch | patch -1
Which reads the patch file and pipes it into patch.
 
Back
Top Bottom