* telling speakup to use ttyS1
@ Joshua Lambert
` John Heim
0 siblings, 1 reply; 5+ messages in thread
From: Joshua Lambert @ UTC (permalink / raw)
To: speakup
In your boot loader, you need to pass the location of your serial port to
speakup if you explicitly want ttyS1.
speakup_ser=ttyS1
Would do it from the get go.
You will have to read the docs for your boot loader to figure out how to
pass parameters to the kernel command line.
hth
Josh
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: telling speakup to use ttyS1
telling speakup to use ttyS1 Joshua Lambert
@ ` John Heim
` Tyler Littlefield
0 siblings, 1 reply; 5+ messages in thread
From: John Heim @ UTC (permalink / raw)
To: Speakup is a screen review system for Linux.
Is this in answer to my question about setting speakup to use ttyS1 at
the command line? I'm not sure because the subject line is similar but
not the same. I specifically was asking if it can be set at the command
line because setting the speakup parameters in the bootloader config
hangs my system.
Although, maybe you're saying I cant set speakup_ser via a boot
parameter, leave out speakup_synth, and then later initialize the synth
at the command line. Is that what you're saying?
I tried it. It didn't work. Although, maybe it is supposed to work and
my computer is messed up.
Joshua Lambert said the following on 7/24/2006 3:43 PM:
> In your boot loader, you need to pass the location of your serial port to
> speakup if you explicitly want ttyS1.
> speakup_ser=ttyS1
> Would do it from the get go.
> You will have to read the docs for your boot loader to figure out how to
> pass parameters to the kernel command line.
> hth
> Josh
>
>
> _______________________________________________
> Speakup mailing list
> Speakup@braille.uwo.ca
> http://speech.braille.uwo.ca/mailman/listinfo/speakup
--
--
John Heim
263-4189 / jheim@math.wisc.edu / http://www.math.wisc.edu/~jheim/
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: telling speakup to use ttyS1
` John Heim
@ ` Tyler Littlefield
` Gregory Nowak
0 siblings, 1 reply; 5+ messages in thread
From: Tyler Littlefield @ UTC (permalink / raw)
To: jheim, Speakup is a screen review system for Linux.
He's telling you to pass that as a parameter to the kernel I believe. As
he's speaking about the boot loader.
That would probably be better...
Have you tried it this way?
~~TheCreator~~
website:
http://tysplace.shaned.net
msn:
compgeek134@hotmail.com
aim:
st8amnd2005
skype:
st8amnd127
moo coder/wizard and administrator
----- Original Message -----
From: "John Heim" <jheim@math.wisc.edu>
To: "Speakup is a screen review system for Linux." <speakup@braille.uwo.ca>
Sent: Wednesday, July 26, 2006 1:58 PM
Subject: Re: telling speakup to use ttyS1
> Is this in answer to my question about setting speakup to use ttyS1 at
> the command line? I'm not sure because the subject line is similar but
> not the same. I specifically was asking if it can be set at the command
> line because setting the speakup parameters in the bootloader config
> hangs my system.
>
> Although, maybe you're saying I cant set speakup_ser via a boot
> parameter, leave out speakup_synth, and then later initialize the synth
> at the command line. Is that what you're saying?
>
> I tried it. It didn't work. Although, maybe it is supposed to work and
> my computer is messed up.
>
>
>
> Joshua Lambert said the following on 7/24/2006 3:43 PM:
> > In your boot loader, you need to pass the location of your serial port
to
> > speakup if you explicitly want ttyS1.
> > speakup_ser=ttyS1
> > Would do it from the get go.
> > You will have to read the docs for your boot loader to figure out how to
> > pass parameters to the kernel command line.
> > hth
> > Josh
> >
> >
> > _______________________________________________
> > Speakup mailing list
> > Speakup@braille.uwo.ca
> > http://speech.braille.uwo.ca/mailman/listinfo/speakup
>
> --
> --
> John Heim
> 263-4189 / jheim@math.wisc.edu / http://www.math.wisc.edu/~jheim/
>
> _______________________________________________
> Speakup mailing list
> Speakup@braille.uwo.ca
> http://speech.braille.uwo.ca/mailman/listinfo/speakup
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: telling speakup to use ttyS1
` Tyler Littlefield
@ ` Gregory Nowak
` John Heim
0 siblings, 1 reply; 5+ messages in thread
From: Gregory Nowak @ UTC (permalink / raw)
To: Speakup is a screen review system for Linux.
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Yes, that's correct. Yes, this subject is in regards to your original
message. If you want to specify speakup_ser as a kernel parameter,
then you'll also need to specify speakup_synth as a kernel
parameter. I'm fairly sure, especially after reading the responses to
your question, that what you want to do can't be done at the command
prompt, it can only be done via kernel parameters.
Greg
On Wed, Jul 26, 2006 at 02:30:46PM -0600, Tyler Littlefield wrote:
> He's telling you to pass that as a parameter to the kernel I believe. As
> he's speaking about the boot loader.
> That would probably be better...
> Have you tried it this way?
> ~~TheCreator~~
> website:
> http://tysplace.shaned.net
> msn:
> compgeek134@hotmail.com
> aim:
> st8amnd2005
> skype:
> st8amnd127
> moo coder/wizard and administrator
>
- --
web site: http://www.romuald.net.eu.org
gpg public key: http://www.romuald.net.eu.org/pubkey.asc
skype: gregn1
(authorization required, add me to your contacts list first)
- --
Free domains: http://www.eu.org/ or mail dns-manager@EU.org
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.3 (GNU/Linux)
iD8DBQFEx91R7s9z/XlyUyARAoPVAKCNAVt9jl6ml3yo/HvBuW2afewhVgCg3qWd
KbEE4puZz6FwrWXRvmE4A2M=
=PpNL
-----END PGP SIGNATURE-----
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: telling speakup to use ttyS1
` Gregory Nowak
@ ` John Heim
0 siblings, 0 replies; 5+ messages in thread
From: John Heim @ UTC (permalink / raw)
To: Speakup is a screen review system for Linux.
Ah! Thanks. Even a negative answer is better than none.
Gregory Nowak said the following on 7/26/2006 4:23 PM:
> -----BEGIN PGP SIGNED MESSAGE-----
> Hash: SHA1
>
> Yes, that's correct. Yes, this subject is in regards to your original
> message. If you want to specify speakup_ser as a kernel parameter,
> then you'll also need to specify speakup_synth as a kernel
> parameter. I'm fairly sure, especially after reading the responses to
> your question, that what you want to do can't be done at the command
> prompt, it can only be done via kernel parameters.
>
> Greg
>
>
> On Wed, Jul 26, 2006 at 02:30:46PM -0600, Tyler Littlefield wrote:
>> He's telling you to pass that as a parameter to the kernel I believe. As
>> he's speaking about the boot loader.
>> That would probably be better...
>> Have you tried it this way?
>> ~~TheCreator~~
>> website:
>> http://tysplace.shaned.net
>> msn:
>> compgeek134@hotmail.com
>> aim:
>> st8amnd2005
>> skype:
>> st8amnd127
>> moo coder/wizard and administrator
>>
>
> - --
> web site: http://www.romuald.net.eu.org
> gpg public key: http://www.romuald.net.eu.org/pubkey.asc
> skype: gregn1
> (authorization required, add me to your contacts list first)
>
> - --
> Free domains: http://www.eu.org/ or mail dns-manager@EU.org
> -----BEGIN PGP SIGNATURE-----
> Version: GnuPG v1.4.3 (GNU/Linux)
>
> iD8DBQFEx91R7s9z/XlyUyARAoPVAKCNAVt9jl6ml3yo/HvBuW2afewhVgCg3qWd
> KbEE4puZz6FwrWXRvmE4A2M=
> =PpNL
> -----END PGP SIGNATURE-----
>
> _______________________________________________
> Speakup mailing list
> Speakup@braille.uwo.ca
> http://speech.braille.uwo.ca/mailman/listinfo/speakup
--
--
John Heim
263-4189 / jheim@math.wisc.edu / http://www.math.wisc.edu/~jheim/
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~ UTC | newest]
Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
telling speakup to use ttyS1 Joshua Lambert
` John Heim
` Tyler Littlefield
` Gregory Nowak
` John Heim
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).