From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from con-64-133-68-240-kcm.sprinthome.com ([64.133.68.240] helo=saidin.asmodean.net) by speech.braille.uwo.ca with esmtp (Exim 3.32 #1 (Debian)) id 15uDTU-0007Pk-00 for ; Thu, 18 Oct 2001 09:44:40 -0400 Received: from raul by saidin.asmodean.net with local (Exim 3.32 #1 (Debian)) id 15uDTq-00018I-00 for ; Thu, 18 Oct 2001 08:45:02 -0500 Date: Thu, 18 Oct 2001 08:45:02 -0500 To: speakup@braille.uwo.ca Subject: Re: stupid question Message-ID: <20011018084502.C4307@asmodean.net> Mail-Followup-To: speakup@braille.uwo.ca References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.3.22i From: "Raul A. Gallegos" Sender: speakup-admin@braille.uwo.ca Errors-To: speakup-admin@braille.uwo.ca X-BeenThere: speakup@braille.uwo.ca X-Mailman-Version: 2.0.6 Precedence: bulk Reply-To: speakup@braille.uwo.ca List-Help: List-Post: List-Subscribe: , List-Id: Speakup is a screen review system for Linux. List-Unsubscribe: , List-Archive: Deedra Waters said the following on Thu, Oct 18, 2001 at 12:15:01AM -0400: > I've run the cvs update and it patched with no problems. this isn't > the first time I've run it, I guess what I'm asking is when I run the > script from /usr/src/linux/drivers/char/speakup do I still need to > recompile the kernel like I had to do the firsst time? The only stupid question is the unasked one. *smile*. The answer is yes. The kernel image does not know about any source code changes that are made to it so you have to recompile the kernel each time you patch it. Usually what I do when I patch a new speakup in is run the checkout script then do the following from /usr/src/linux cp .config config.tmp make mrproper cp config.tmp .config make oldconfig make dep > dep.out 2>&1 & make bzImage > bzImage.out 2>&1 & Since I normally dont' have any modules compiled in that is all I do. Then I move the newly compiled kernel image from /usr/src/linux/arch/i386/boot/ to where ever your kernel lives on your system to be read by lilo. hth> --- Raul A. Gallegos mailto:raul@asmodean.net http://www.asmodean.net For millions of years, mankind lived just like the animals.. Then something happened, which unleashed the power of our imagination... We learned to talk... Pink Floyd - The Division Bell