[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]
Re: how to patch a file.
- From: Cameron Simpson <cs zip com au>
- To: redhat-install-list redhat com
- Cc: eugene_baylor hotmail com
- Subject: Re: how to patch a file.
- Date: Wed, 22 Sep 1999 01:27:25 +0000
On 21 Sep 1999, in message <19990920234959 59167 qmail hotmail com>
"eugene kim" <eugene_baylor hotmail com> wrote:
| i've to patch some file against kernel versions 2.2.5
| that adds support for the 256AV audio/video chipsets.
|
| and what i know is
| # patch < sony-patch-2.2.11
| ..
| and reconfigure the kernel for NeoMagic sound support
| as a module.
|
| but when i write down #patch < sony-patch-2.2.11
| it looks to require me to give more information..
| so i killed that procedure by ctrl-c
That's because "#" is the root shell prompt. It's also the shell comment
character, so typing
#patch .....
is a no-op. Just type
patch < sony-patch-2.2.11
You want to be standing in /usr/src with the 2.2.11 kernel source
in the linux/ subdirectory when you type that, most likely.
| and i don't know how to reconfigure kernel either.
| i'm using redhat 6.0 (gnorpm)
Once patched, cd into the linux tree and type
make menuconfig
if you're using the console (no X windows) or
make xconfig
if you're using X windows. Then check the NeoMagic options in
the Sound and/or Drivers subsections.
--
Cameron Simpson, DoD#743 cs zip com au http://www.zip.com.au/~cs/
My RZ350 is like me. Grouchy in the morning. Smells bad. Somewhat dinged
up. Needs a lot of attention. Gets fouled up when things move too slowly.
But I can't live with myself anymore! - jody p levine hydro on ca DoD#275
[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]