public inbox for speakup@linux-speakup.org
 help / color / mirror / Atom feed
* Re: RedHat6.1 and booting up with Syslinux
@  Victor Tsaran
   ` Victor Tsaran
  0 siblings, 1 reply; 7+ messages in thread
From: Victor Tsaran @  UTC (permalink / raw)
  To: speakup

Here is the exact fragment of the conversation as it appeared on one
of the RedHat's lists.
Regards,
Vic

| ||   o From: "H. Peter Anvin" <hpa@transmeta.com>                            ||
| ||---------------------------------------------------------------------------||
| ||                                                                           ||
| ||"Edward S. Marshall" wrote:                                                ||
| ||>                                                                          ||
| ||> On Tue, 31 Aug 1999, H. Peter Anvin wrote:                               ||
| ||> > LILO certainly *can* be operated via the serial port (as can SYSLINUX),||
| ||> > but it must be enabled in /etc/lilo.conf (or syslinux.cfg).            ||
| ||>                                                                          ||
| ||> Right; as I pointed out in my previous message to the list, I've enabled ||
| ||> it in /etc/lilo.conf as so:                                              ||
| ||>                                                                          ||
| ||> serial=1,9600n8                                                          ||
| ||>                                                                          ||
| ||> This is the same config I'm using for the kernel:                        ||
| ||>                                                                          ||
| ||> append="console=ttyS1"                                                   ||
| ||>                                                                          ||
| ||> However, LILO simply refuses to talk to the serial port. Does the fact   ||
| ||> that a video card exists in the system somehow override this setting (the||
| ||> LILO documentation makes no mention of it that I saw, but perhaps I      ||
| ||> overlooked it)?                                                          ||
| ||>                                                                          ||
| ||                                                                           ||
| ||No, but I suspect you put serial= in the wrong place (it needs to be in    ||
| ||the top section.)                                                          ||
| ||                                                                           ||
| ||        -hpa                                                               ||


^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: RedHat6.1 and booting up with Syslinux
   RedHat6.1 and booting up with Syslinux Victor Tsaran
@  ` Victor Tsaran
     ` Kirk Reiser
  0 siblings, 1 reply; 7+ messages in thread
From: Victor Tsaran @  UTC (permalink / raw)
  To: Speakup List

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




^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: RedHat6.1 and booting up with Syslinux
   ` Victor Tsaran
@    ` Kirk Reiser
       ` I need assistance Matthew Janusauskas
       ` RedHat6.1 and booting up with Syslinux Victor Tsaran
  0 siblings, 2 replies; 7+ messages in thread
From: Kirk Reiser @  UTC (permalink / raw)
  To: speakup; +Cc: Speakup List

"Victor Tsaran" <vtsaran@nimbus.ocis.temple.edu> writes:

> this didn't resolve the problem of Speakup not detecting the synthesizer.
> Kirk, perhaps you'd have some interesting ideas?

Hi Vick:  I do not remember what synth you are using.  Could you tell
us the synth and which version of that driver you are using?  Also,
have you tried the speakup_ser variable?

  Kirk

> 
> 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
> 
> 
> 
> _______________________________________________
> Speakup mailing list
> Speakup@braille.uwo.ca
> http://speech.braille.uwo.ca/mailman/listinfo/speakup
> 

-- 

Kirk Reiser				The Computer Braille Facility
e-mail: kirk@braille.uwo.ca		University of Western Ontario
phone: (519) 661-3061


^ permalink raw reply	[flat|nested] 7+ messages in thread

* I need assistance
     ` Kirk Reiser
@      ` Matthew Janusauskas
         ` Kirk Reiser
       ` RedHat6.1 and booting up with Syslinux Victor Tsaran
  1 sibling, 1 reply; 7+ messages in thread
From: Matthew Janusauskas @  UTC (permalink / raw)
  To: speakup

Hi list,

I'd sure appreciate anyone who could help me get zipspeak working with
speakup and my DecTalk Express.  I've tried severlal things and after about
five minutes of system boot messages beeing read it gets to the login prompt
and locks up hard.  Jacab Schmood sent me a kernel with version 07 of the
DecTalk driver and speakup but the same result.  Can anyone help?

Thanks so much

-Matthew J



-----Original Message-----
From: speakup-admin@braille.uwo.ca
[mailto:speakup-admin@braille.uwo.ca]On Behalf Of Kirk Reiser
Sent: Sunday, May 28, 2000 09:16
To: speakup@braille.uwo.ca
Cc: Speakup List
Subject: Re: RedHat6.1 and booting up with Syslinux


"Victor Tsaran" <vtsaran@nimbus.ocis.temple.edu> writes:

> this didn't resolve the problem of Speakup not detecting the synthesizer.
> Kirk, perhaps you'd have some interesting ideas?

Hi Vick:  I do not remember what synth you are using.  Could you tell
us the synth and which version of that driver you are using?  Also,
have you tried the speakup_ser variable?

  Kirk

>
> 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
>
>
>
> _______________________________________________
> Speakup mailing list
> Speakup@braille.uwo.ca
> http://speech.braille.uwo.ca/mailman/listinfo/speakup
>

--

Kirk Reiser				The Computer Braille Facility
e-mail: kirk@braille.uwo.ca		University of Western Ontario
phone: (519) 661-3061

_______________________________________________
Speakup mailing list
Speakup@braille.uwo.ca
http://speech.braille.uwo.ca/mailman/listinfo/speakup



^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: I need assistance
       ` I need assistance Matthew Janusauskas
@        ` Kirk Reiser
           ` Matthew Janusauskas
  0 siblings, 1 reply; 7+ messages in thread
From: Kirk Reiser @  UTC (permalink / raw)
  To: speakup

Hi Matt:  Jacob couldn't have snet you version -7 of the dectalk
driver because we haven't gotten then yet.  The highest version is 06
and it hasn't been released to anyone yet.  I will try to send you
version 05 under separate cover.

  Kirk

-- 

Kirk Reiser				The Computer Braille Facility
e-mail: kirk@braille.uwo.ca		University of Western Ontario
phone: (519) 661-3061


^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: RedHat6.1 and booting up with Syslinux
     ` Kirk Reiser
       ` I need assistance Matthew Janusauskas
@      ` Victor Tsaran
  1 sibling, 0 replies; 7+ messages in thread
From: Victor Tsaran @  UTC (permalink / raw)
  To: speakup

I use LTLK with ROM version of 5.30. Yes, I tried speakup_ser parameter. I
am now downloading 6.2 images and give them a try.
Regards,
Vic

----- Original Message -----
From: "Kirk Reiser" <kirk@braille.uwo.ca>
To: <speakup@braille.uwo.ca>
Cc: "Speakup List" <speakup@speech.braille.uwo.ca>
Sent: Sunday, May 28, 2000 7:15 AM
Subject: Re: RedHat6.1 and booting up with Syslinux


> "Victor Tsaran" <vtsaran@nimbus.ocis.temple.edu> writes:
>
> > this didn't resolve the problem of Speakup not detecting the
synthesizer.
> > Kirk, perhaps you'd have some interesting ideas?
>
> Hi Vick:  I do not remember what synth you are using.  Could you tell
> us the synth and which version of that driver you are using?  Also,
> have you tried the speakup_ser variable?
>
>   Kirk
>
> >
> > 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
> >
> >
> >
> > _______________________________________________
> > Speakup mailing list
> > Speakup@braille.uwo.ca
> > http://speech.braille.uwo.ca/mailman/listinfo/speakup
> >
>
> --
>
> Kirk Reiser The Computer Braille Facility
> e-mail: kirk@braille.uwo.ca University of Western Ontario
> phone: (519) 661-3061
>
> _______________________________________________
> Speakup mailing list
> Speakup@braille.uwo.ca
> http://speech.braille.uwo.ca/mailman/listinfo/speakup



^ permalink raw reply	[flat|nested] 7+ messages in thread

* RE: I need assistance
         ` Kirk Reiser
@          ` Matthew Janusauskas
  0 siblings, 0 replies; 7+ messages in thread
From: Matthew Janusauskas @  UTC (permalink / raw)
  To: speakup

Hi Kirk and list,

Would someone be willing to send me a kernel with the DecTalk 0.05 driver
for speakup built into it?  Perhaps a boot disk image?  I haven't been able
to get hold of Jacob.  I'd sure love to be able to get past the login prompt
lockup!  If I could just get the system to boot at leastt then I could start
learning and reading the system documentation.
Thanks for your help.

-Matthew J


-----Original Message-----
From: speakup-admin@braille.uwo.ca
[mailto:speakup-admin@braille.uwo.ca]On Behalf Of Kirk Reiser
Sent: Sunday, May 28, 2000 17:37
To: speakup@braille.uwo.ca
Subject: Re: I need assistance


Hi Matt:  Jacob couldn't have snet you version -7 of the dectalk
driver because we haven't gotten then yet.  The highest version is 06
and it hasn't been released to anyone yet.  I will try to send you
version 05 under separate cover.

  Kirk

--

Kirk Reiser				The Computer Braille Facility
e-mail: kirk@braille.uwo.ca		University of Western Ontario
phone: (519) 661-3061

_______________________________________________
Speakup mailing list
Speakup@braille.uwo.ca
http://speech.braille.uwo.ca/mailman/listinfo/speakup



^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~ UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
 RedHat6.1 and booting up with Syslinux Victor Tsaran
 ` Victor Tsaran
   ` Kirk Reiser
     ` I need assistance Matthew Janusauskas
       ` Kirk Reiser
         ` Matthew Janusauskas
     ` RedHat6.1 and booting up with Syslinux Victor Tsaran

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).