From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp.knology.net ([24.214.63.101]) by speech.braille.uwo.ca with smtp (Exim 3.36 #1 (Debian)) id 1DLi1q-0002k7-00 for ; Wed, 13 Apr 2005 09:35:38 -0400 Received: (qmail 6494 invoked by uid 0); 13 Apr 2005 13:35:37 -0000 Received: from user-24-236-69-150.knology.net (HELO localhost) (24.236.69.150) by smtp5.knology.net with SMTP; 13 Apr 2005 13:35:37 -0000 Received: from kenny by localhost with local (Exim 4.50) id 1DLi2Y-0003Z9-4X for speakup@braille.uwo.ca; Wed, 13 Apr 2005 08:36:22 -0500 Date: Wed, 13 Apr 2005 08:36:22 -0500 To: "Speakup is a screen review system for Linux." Message-ID: <20050413133621.GA12506@blackbox> Mail-Followup-To: "Speakup is a screen review system for Linux." References: <20050413111406.GA3938@blackbox> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.9i From: Kenny Hitt Subject: Re: alsa in Debian using the stock 2.4.27 kernel wasRe: hello listers X-BeenThere: speakup@braille.uwo.ca X-Mailman-Version: 2.1.5 Precedence: list Reply-To: "Speakup is a screen review system for Linux." List-Id: "Speakup is a screen review system for Linux." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 13 Apr 2005 13:35:38 -0000 Hi. Putting the kernel source in /usr/src is considered a bad idea now days, but it shouldn't hurt. I build my kernels as my normal user and extract the source to a directory called kernels in my home dir. Before you run make config, don't forget to patch the source with speakup using the checkout script from the speakup web site. If you stick with your current example, you would run make config while you are in /usr/src/linux-2.6.11.7 You should also run the checkout script in the same dir. Hope this helps. Kenny