From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mail.valkyrie.net ([216.28.214.193]) by speech.braille.uwo.ca with smtp (Exim 3.35 #1 (Debian)) id 18tNUO-0002P4-00 for ; Thu, 13 Mar 2003 02:50:56 -0500 Received: (qmail 5239 invoked from network); 13 Mar 2003 07:50:54 -0000 Received: from unknown (HELO mlbg-usr2-214-121.valkyrie.net) (216.28.214.121) by mail.valkyrie.net with SMTP; 13 Mar 2003 07:50:54 -0000 Date: Thu, 13 Mar 2003 02:46:59 -0500 (EST) From: Thomas Ward X-X-Sender: slingshooter@localhost.localdomain To: speakup@braille.uwo.ca Subject: Re: Red Hat 8 and Grub In-Reply-To: <20030313062619.7163.15803.Mailman@speech.braille.uwo.ca> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: speakup-admin@braille.uwo.ca Errors-To: speakup-admin@braille.uwo.ca X-BeenThere: speakup@braille.uwo.ca X-Mailman-Version: 2.0.11 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: Hi, you will need to modify your /etc/grub.conf. As an example I will place my grub.conf in this message for example perposes. Hope this helps. What you will see is a speakup startup followed by an normal startup without speakup for cases when speakup is not desirible such as using my Dectalk express with emacspeak or testing the gnome-speech dectalk driver, etc. # grub.conf generated by anaconda # # Note that you do not have to rerun grub after making changes to this file # NOTICE: You have a /boot partition. This means that # all kernel and initrd paths are relative to /boot/, eg. # root (hd0,0) # kernel /vmlinuz-version ro root=/dev/hda2 # initrd /initrd-version.img #boot=/dev/hda default=0 timeout=50 splashimage=(hd0,0)/grub/splash.xpm.gz title Start with Speakup (2.4.18-14) root (hd0,0) kernel /vmlinuz-2.4.18-14 ro root=LABEL=/ hdc=ide-scsi speakup_synth=dectlk initrd /initrd-2.4.18-14.img title Normal startup (2.4.18-14) root (hd0,0) kernel /vmlinuz-2.4.18-14 ro root=LABEL=/ hdc=ide-scsi initrd /initrd-2.4.18-14.img