public inbox for speakup@linux-speakup.org
 help / color / mirror / Atom feed
* Re: Getting Apollo II to work
@  Ernst-Dieter Wedekind
   ` Gregory Nowak
                   ` (2 more replies)
  0 siblings, 3 replies; 9+ messages in thread
From: Ernst-Dieter Wedekind @  UTC (permalink / raw)
  To: speakup

Hi Kirk, I didn't put it very clearly: I compiled Apollo as a normal synth
and softsynth as a module as there was no other choice for this. The only
messages I found concerning Speakup were that Speakup V.2.00 or something
was initialized and that /dev/synth with nodes MAJOR 10 and MINOR 25 were
initialized. I didn't find anything about probing for synths. When the
bootdisk was ready I entered the parameters "mount root=/dev/hda3 ro
speakup_synth=apolo" and got, as I already mentioned, no speech output.

Ernst


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

* Re: Getting Apollo II to work
   Getting Apollo II to work Ernst-Dieter Wedekind
@  ` Gregory Nowak
     ` Ernst-Dieter Wedekind
   ` Kirk Reiser
   ` William F. Acker WB2FLW +1-303-722-7209
  2 siblings, 1 reply; 9+ messages in thread
From: Gregory Nowak @  UTC (permalink / raw)
  To: Speakup is a screen review system for Linux.

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

When you were doing make config, or make menuconfig while compiling
your kernel, there should be a prompt at the end of the speakup
section, which asks you to enter the 4-6 character keyword for your synth, to
use as the default. By default, the keyword is none. Did you change it
to say "apolo" in your case, instead of none? 

BTW, that config prompt should say 3-6 character keyword, since bns is
a 3 letter keyword.

Greg


On Mon, Sep 13, 2004 at 09:39:21PM +0200, Ernst-Dieter Wedekind wrote:
> Hi Kirk, I didn't put it very clearly: I compiled Apollo as a normal synth
> and softsynth as a module as there was no other choice for this. The only
> messages I found concerning Speakup were that Speakup V.2.00 or something
> was initialized and that /dev/synth with nodes MAJOR 10 and MINOR 25 were
> initialized. I didn't find anything about probing for synths. When the
> bootdisk was ready I entered the parameters "mount root=/dev/hda3 ro
> speakup_synth=apolo" and got, as I already mentioned, no speech output.
> 
> Ernst
> 
> _______________________________________________
> Speakup mailing list
> Speakup@braille.uwo.ca
> http://speech.braille.uwo.ca/mailman/listinfo/speakup
> 
> 
> !DSPAM:4145f792244539431990068!
> 
> 

- -- 
Free domains: http://www.eu.org/ or mail dns-manager@EU.org
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.3 (GNU/Linux)

iD8DBQFBRhr67s9z/XlyUyARAkPMAJ94GhEnKsvyoE3rfTSUNjJa4X4tSACfWQmo
nqroBOqLcASalbsvOXWc7DA=
=/N8R
-----END PGP SIGNATURE-----


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

* Re: Getting Apollo II to work
   Getting Apollo II to work Ernst-Dieter Wedekind
   ` Gregory Nowak
@  ` Kirk Reiser
   ` William F. Acker WB2FLW +1-303-722-7209
  2 siblings, 0 replies; 9+ messages in thread
From: Kirk Reiser @  UTC (permalink / raw)
  To: Speakup is a screen review system for Linux.

Okay Ernst thanks.  I concur with Greg it looks like you may not have
specified the apolo as your default synth when configuring the
kernel.  You should still be able to load the synth at the lilo boot
prompt or in your lilo.conf file with an append line to get it to come
up probing for the apolo.  You can also load it after logging in with
the echo apolo >/proc/speakup/synth_name command although it would
probably be better to do it in lilo or just reconfigure the kernel and
recompile.  It shouldn't take very long to do considering you
basically already have everything compiled.

After the speakup version 2.0. whatever you should see a probing for
apolo message indicating that it is attempting to find the Apolo.

good luck.
  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] 9+ messages in thread

* Re: Getting Apollo II to work
   ` Gregory Nowak
@    ` Ernst-Dieter Wedekind
  0 siblings, 0 replies; 9+ messages in thread
From: Ernst-Dieter Wedekind @  UTC (permalink / raw)
  To: Speakup is a screen review system for Linux.



On Mon, 13 Sep 2004, Gregory Nowak wrote:

> -----BEGIN PGP SIGNED MESSAGE-----
> Hash: SHA1
>
> When you were doing make config, or make menuconfig while compiling
> your kernel, there should be a prompt at the end of the speakup
> section, which asks you to enter the 4-6 character keyword for your synth, to
> use as the default. By default, the keyword is none. Did you change it
> to say "apolo" in your case, instead of none?
>
> BTW, that config prompt should say 3-6 character keyword, since bns is
> a 3 letter keyword.
>
Yes I did. Sorry I forgot to mention that!

Ernst






















> -----BEGIN PGP SIGNATURE-----
> Version: GnuPG v1.2.3 (GNU/Linux)
>
> iD8DBQFBRhr67s9z/XlyUyARAkPMAJ94GhEnKsvyoE3rfTSUNjJa4X4tSACfWQmo
> nqroBOqLcASalbsvOXWc7DA=
> =/N8R
> -----END PGP SIGNATURE-----
>
>
>


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

* Re: Getting Apollo II to work
   Getting Apollo II to work Ernst-Dieter Wedekind
   ` Gregory Nowak
   ` Kirk Reiser
@  ` William F. Acker WB2FLW +1-303-722-7209
     ` apollo 2 issue Darragh
     ` speakup still doesn't start at boot up Darragh
  2 siblings, 2 replies; 9+ messages in thread
From: William F. Acker WB2FLW +1-303-722-7209 @  UTC (permalink / raw)
  To: Speakup is a screen review system for Linux.

Hi,

      Originally, the keyword for the Apollo synth was apolo, but I think 
it was finally fixed.  Try: speakup_synth=apollo, That's with 2 L's.

           HTH.


-- 
Bill in Denver

On Mon, 13 Sep 2004, Ernst-Dieter Wedekind wrote:

> Hi Kirk, I didn't put it very clearly: I compiled Apollo as a normal synth
> and softsynth as a module as there was no other choice for this. The only
> messages I found concerning Speakup were that Speakup V.2.00 or something
> was initialized and that /dev/synth with nodes MAJOR 10 and MINOR 25 were
> initialized. I didn't find anything about probing for synths. When the
> bootdisk was ready I entered the parameters "mount root=/dev/hda3 ro
> speakup_synth=apolo" and got, as I already mentioned, no speech output.
>
> Ernst
>
> _______________________________________________
> Speakup mailing list
> Speakup@braille.uwo.ca
> http://speech.braille.uwo.ca/mailman/listinfo/speakup
>


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

* apollo 2 issue
   ` William F. Acker WB2FLW +1-303-722-7209
@    ` Darragh
       ` Willem van der Walt<willem@top.health.gov.za>
     ` speakup still doesn't start at boot up Darragh
  1 sibling, 1 reply; 9+ messages in thread
From: Darragh @  UTC (permalink / raw)
  To: Speakup is a screen review system for Linux.

Hello,
I've noticed that when typing or reading a capital letter the tone of the apollo increases.  Any ideas why?
Darragh



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

* speakup still doesn't start at boot up
   ` William F. Acker WB2FLW +1-303-722-7209
     ` apollo 2 issue Darragh
@    ` Darragh
  1 sibling, 0 replies; 9+ messages in thread
From: Darragh @  UTC (permalink / raw)
  To: Speakup is a screen review system for Linux.

Hello,

Even after following the instructions precisely on the speakup howto speakup still doesn't speak at boot up.  It works fine when I
type modprobe speakup_apollo though.



Darragh




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

* Re: apollo 2 issue
     ` apollo 2 issue Darragh
@      ` Willem van der Walt<willem@top.health.gov.za>
         ` Darragh
  0 siblings, 1 reply; 9+ messages in thread
From: Willem van der Walt<willem@top.health.gov.za> @  UTC (permalink / raw)
  To: Speakup is a screen review system for Linux.

That is so that you know that it is a capital letter.
Works quite well.

On Wed, 15 Sep 2004, Darragh wrote:

> Hello,
> I've noticed that when typing or reading a capital letter the tone of the apollo increases.  Any ideas why?
> Darragh
>
>
> _______________________________________________
> Speakup mailing list
> Speakup@braille.uwo.ca
> http://speech.braille.uwo.ca/mailman/listinfo/speakup
>


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

* Re: apollo 2 issue
       ` Willem van der Walt<willem@top.health.gov.za>
@        ` Darragh
  0 siblings, 0 replies; 9+ messages in thread
From: Darragh @  UTC (permalink / raw)
  To: Speakup is a screen review system for Linux.

sorry, my fault, I should have been more specific.  the tone increases but stays that way. I.E. it doesn't return to the default
tone when you read anything else.
----- Original Message -----
From: <willem@top.health.gov.za>
To: "Speakup is a screen review system for Linux." <speakup@braille.uwo.ca>
Sent: Wednesday, September 15, 2004 9:29 AM
Subject: Re: apollo 2 issue


That is so that you know that it is a capital letter.
Works quite well.

On Wed, 15 Sep 2004, Darragh wrote:

> Hello,
> I've noticed that when typing or reading a capital letter the tone of the apollo increases.  Any ideas why?
> Darragh
>
>
> _______________________________________________
> Speakup mailing list
> Speakup@braille.uwo.ca
> http://speech.braille.uwo.ca/mailman/listinfo/speakup
>

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



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

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

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
 Getting Apollo II to work Ernst-Dieter Wedekind
 ` Gregory Nowak
   ` Ernst-Dieter Wedekind
 ` Kirk Reiser
 ` William F. Acker WB2FLW +1-303-722-7209
   ` apollo 2 issue Darragh
     ` Willem van der Walt<willem@top.health.gov.za>
       ` Darragh
   ` speakup still doesn't start at boot up Darragh

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