From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from ip15.shellworld.net ([64.49.204.174] helo=server2.shellworld.net ident=root) by speech.braille.uwo.ca with esmtp (Exim 3.36 #1 (Debian)) id 1I30xd-0005L0-00 for ; Mon, 25 Jun 2007 22:39:21 -0400 Received: from Michelle (static-63-131-9-35.day.choiceone.net [63.131.9.35]) by server2.shellworld.net (8.13.1/8.12.8) with SMTP id l5Q2dImr034863 for ; Tue, 26 Jun 2007 02:39:19 GMT (envelope-from ace@talkingirc.net) Message-ID: <373766EC689D42BA989DAC650C07FD9D@Michelle> From: "ace" To: "Speakup is a screen review system for Linux." References: In-Reply-To: Subject: Re: Slackware: kernel confusion Date: Mon, 25 Jun 2007 22:39:56 -0400 MIME-Version: 1.0 Content-Type: text/plain; format=flowed; charset="iso-8859-1"; reply-type=original Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Windows Mail 6.0.6000.16386 X-MIMEOLE: Produced By Microsoft MimeOLE V6.0.6000.16386 X-BeenThere: speakup@braille.uwo.ca X-Mailman-Version: 2.1.9 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: Tue, 26 Jun 2007 02:39:22 -0000 My advice would be to grab the latest 2.6.21 kernel from www.kernel.org, patch Speakup into it, configure it, compile, and install. Don't try anything 2.6.22 yet as it is still broken. Here are the commands (or something close to what they would be) for doing this: wget ftp://ftp.kernel.org/pub/linux/kernel/v2.6/linux-2.6.21.5.tar.bz2 This will grab the kernel for you. Switch to root and cp the file to /usr/src. Then tar xfv linux-2.6.21.5.tar.bz2 to untar it. Get the checkout script from ftp.linux-speakup.org. Place it in /usr/src and make it executable: chmod +x checkout make a symlink to the kernel source: ln -s linux-2.6.21.5 linux then run checkout. Hit enter then give it the password of please After a very long time, the patch should succeed. Switch to the kernel directory cd linux and read the README file. Compiling the kernel can be done with the following general command set: make mrproper make menuconfig # Menu driven program for selecting everything to put in kernel make make modules_install cp -v arch/i386/boot/bzImage /boot/bzImage cp -v System.map /boot/System.map Remember to update lilo.conf and run the lilo command. Good luck Robby ----- Original Message ----- From: "Zachary Kline" To: "Speakup is a screen review system for Linux." Sent: Monday, June 25, 2007 10:21 PM Subject: Slackware: kernel confusion > Hiya, > I know this might be a rather elementary question for Linux people to > answer. However, I've become aware through reading the LFS book that the > kernel headers are a rather important thing. Slackware ships with > 2.4.33.3. I'm pretty sure that the kernel headers are 2.4.33.3 as well. > All that being said, I'd like to get Speakup support with a more recent > kernel. I know I can probably download, compile, etc. something like > 2.6.20 or 2.6.21. I know also that Slackware provides 2.6.17 in Extra. > My question is: does that 2.6.17 version already have Speakup included? > If not, should I download its source code from a Slackware package site > and patch it in myself? And what about those pesky headers? > Sorry for the barrage of questions. I'm confedent once I figure out what > exactly is happening I'll be good to go. > Thanks, > Zack. > _______________________________________________ > Speakup mailing list > Speakup@braille.uwo.ca > http://speech.braille.uwo.ca/mailman/listinfo/speakup > > > __________ NOD32 2353 (20070625) Information __________ > > This message was checked by NOD32 antivirus system. > http://www.eset.com > >