public inbox for speakup@linux-speakup.org
 help / color / mirror / Atom feed
From: "Victor Tsaran" <vtsaran@nimbus.ocis.temple.edu>
To: "Speakup List" <speakup@speech.braille.uwo.ca>
Subject: Re: RedHat6.1 and booting up with Syslinux
Date: Sun, 28 May 2000 02:50:15 -0700	[thread overview]
Message-ID: <000301bfc88a$381f9860$2f115b80@karolina> (raw)
In-Reply-To: <14624.57064.919030.880319@liliwang.net>

Actually, loading speaking LILO was very simple. I just added the line

serial=0,9600n8

at the top section of the syslinux.cfg and it went off talking. However,
this didn't resolve the problem of Speakup not detecting the synthesizer.
Kirk, perhaps you'd have some interesting ideas?

Again, below my final syslinux.cfg after correcting some errors:


default linux
serial=0,9600n8
prompt 1
timeout 600
display boot.msg
F1 boot.msg
F2 general.msg
F3 expert.msg
F4 kickit.msg
F5 param.msg
F7 snake.msg
label linux
  kernel vmlinuz
  append initrd=initrd.img local
label text
  kernel vmlinuz
  append console=ttyS0
  append initrd=initrd.img local text
label rescue
  kernel vmlinuz
  append rescue
label expert
  kernel vmlinuz
  append expert initrd=initrd.img local
label ks
  kernel vmlinuz
  append ks initrd=initrd.img local




  reply	other threads:[~ UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
 Victor Tsaran
 ` Victor Tsaran [this message]
   ` Kirk Reiser
     ` I need assistance Matthew Janusauskas
       ` Kirk Reiser
         ` Matthew Janusauskas
     ` RedHat6.1 and booting up with Syslinux Victor Tsaran

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to='000301bfc88a$381f9860$2f115b80@karolina' \
    --to=vtsaran@nimbus.ocis.temple.edu \
    --cc=speakup@speech.braille.uwo.ca \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).