* bug:softsynth
@ Tyler Littlefield
` bug:softsynth Kerry Hoath
` bug:softsynth Janina Sajka
0 siblings, 2 replies; 7+ messages in thread
From: Tyler Littlefield @ UTC (permalink / raw)
To: Speakup is a screen review system for Linux.
Hello,
When you modprobe speakup_soft, it locks up the whole system--I haven't found a way aroudn that.
Tried making it load on boot etc etc, and it still locks up the system.
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: bug:softsynth
bug:softsynth Tyler Littlefield
@ ` Kerry Hoath
` bug:softsynth Tyler Littlefield
` bug:softsynth Janina Sajka
1 sibling, 1 reply; 7+ messages in thread
From: Kerry Hoath @ UTC (permalink / raw)
To: Speakup is a screen review system for Linux.
set start=0 as a module option then activate the synth once you have sound,
espeac and espeakup active or whatever you're using.
----- Original Message -----
From: "Tyler Littlefield" <tyler@tysdomain.com>
To: "Speakup is a screen review system for Linux." <speakup@braille.uwo.ca>
Sent: Monday, January 26, 2009 2:25 AM
Subject: bug:softsynth
> Hello,
> When you modprobe speakup_soft, it locks up the whole system--I haven't
> found a way aroudn that.
> Tried making it load on boot etc etc, and it still locks up the system.
> _______________________________________________
> 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: bug:softsynth
` bug:softsynth Kerry Hoath
@ ` Tyler Littlefield
` bug:softsynth Chuck Hallenbeck
` bug:softsynth Kerry Hoath
0 siblings, 2 replies; 7+ messages in thread
From: Tyler Littlefield @ UTC (permalink / raw)
To: Speakup is a screen review system for Linux.
can I provide this in my modules file?
I haven't used much in the form of modules-- in my file I just had
speakup_soft
----- Original Message -----
From: "Kerry Hoath" <kerry@gotss.net>
To: "Speakup is a screen review system for Linux." <speakup@braille.uwo.ca>
Sent: Wednesday, January 28, 2009 3:34 PM
Subject: Re: bug:softsynth
> set start=0 as a module option then activate the synth once you have
> sound, espeac and espeakup active or whatever you're using.
>
>
> ----- Original Message -----
> From: "Tyler Littlefield" <tyler@tysdomain.com>
> To: "Speakup is a screen review system for Linux."
> <speakup@braille.uwo.ca>
> Sent: Monday, January 26, 2009 2:25 AM
> Subject: bug:softsynth
>
>
>> Hello,
>> When you modprobe speakup_soft, it locks up the whole system--I haven't
>> found a way aroudn that.
>> Tried making it load on boot etc etc, and it still locks up the system.
>> _______________________________________________
>> 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] 7+ messages in thread* Re: bug:softsynth
` bug:softsynth Tyler Littlefield
@ ` Chuck Hallenbeck
` bug:softsynth Tyler Littlefield
` bug:softsynth Kerry Hoath
1 sibling, 1 reply; 7+ messages in thread
From: Chuck Hallenbeck @ UTC (permalink / raw)
To: Speakup is a screen review system for Linux.
Tyler,
In my /etc/modules file I have this line:
speakup_soft start=0
Chuck
On Wed, Jan 28, 2009 at 04:37:03PM -0800, Tyler Littlefield wrote:
> can I provide this in my modules file?
> I haven't used much in the form of modules-- in my file I just had
> speakup_soft
>
> ----- Original Message ----- From: "Kerry Hoath" <kerry@gotss.net>
> To: "Speakup is a screen review system for Linux." <speakup@braille.uwo.ca>
> Sent: Wednesday, January 28, 2009 3:34 PM
> Subject: Re: bug:softsynth
>
>
>> set start=0 as a module option then activate the synth once you have
>> sound, espeac and espeakup active or whatever you're using.
>>
>>
>> ----- Original Message ----- From: "Tyler Littlefield"
>> <tyler@tysdomain.com>
>> To: "Speakup is a screen review system for Linux."
>> <speakup@braille.uwo.ca>
>> Sent: Monday, January 26, 2009 2:25 AM
>> Subject: bug:softsynth
>>
>>
>>> Hello,
>>> When you modprobe speakup_soft, it locks up the whole system--I
>>> haven't found a way aroudn that.
>>> Tried making it load on boot etc etc, and it still locks up the system.
>>> _______________________________________________
>>> 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
>
> _______________________________________________
> Speakup mailing list
> Speakup@braille.uwo.ca
> http://speech.braille.uwo.ca/mailman/listinfo/speakup
--
The Moon is Waxing Crescent (7% of Full)
My web site: www.hallenbeck.ftml.net
See also: www.wedit2.ml1.net
--------
Exhilaration is that feeling you get just after a great idea hits you,
and just before you realize what is wrong with it.
^ permalink raw reply [flat|nested] 7+ messages in thread* Re: bug:softsynth
` bug:softsynth Chuck Hallenbeck
@ ` Tyler Littlefield
0 siblings, 0 replies; 7+ messages in thread
From: Tyler Littlefield @ UTC (permalink / raw)
To: Speakup is a screen review system for Linux.
werd, I'll try that.
Thanks,
----- Original Message -----
From: "Chuck Hallenbeck" <chuckh@ftml.net>
To: "Speakup is a screen review system for Linux." <speakup@braille.uwo.ca>
Sent: Wednesday, January 28, 2009 4:05 PM
Subject: Re: bug:softsynth
> Tyler,
> In my /etc/modules file I have this line:
>
> speakup_soft start=0
>
> Chuck
>
> On Wed, Jan 28, 2009 at 04:37:03PM -0800, Tyler Littlefield wrote:
>> can I provide this in my modules file?
>> I haven't used much in the form of modules-- in my file I just had
>> speakup_soft
>>
>> ----- Original Message ----- From: "Kerry Hoath" <kerry@gotss.net>
>> To: "Speakup is a screen review system for Linux."
>> <speakup@braille.uwo.ca>
>> Sent: Wednesday, January 28, 2009 3:34 PM
>> Subject: Re: bug:softsynth
>>
>>
>>> set start=0 as a module option then activate the synth once you have
>>> sound, espeac and espeakup active or whatever you're using.
>>>
>>>
>>> ----- Original Message ----- From: "Tyler Littlefield"
>>> <tyler@tysdomain.com>
>>> To: "Speakup is a screen review system for Linux."
>>> <speakup@braille.uwo.ca>
>>> Sent: Monday, January 26, 2009 2:25 AM
>>> Subject: bug:softsynth
>>>
>>>
>>>> Hello,
>>>> When you modprobe speakup_soft, it locks up the whole system--I
>>>> haven't found a way aroudn that.
>>>> Tried making it load on boot etc etc, and it still locks up the system.
>>>> _______________________________________________
>>>> 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
>>
>> _______________________________________________
>> Speakup mailing list
>> Speakup@braille.uwo.ca
>> http://speech.braille.uwo.ca/mailman/listinfo/speakup
>
> --
> The Moon is Waxing Crescent (7% of Full)
>
> My web site: www.hallenbeck.ftml.net
> See also: www.wedit2.ml1.net
> --------
> Exhilaration is that feeling you get just after a great idea hits you,
> and just before you realize what is wrong with it.
> _______________________________________________
> 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: bug:softsynth
` bug:softsynth Tyler Littlefield
` bug:softsynth Chuck Hallenbeck
@ ` Kerry Hoath
1 sibling, 0 replies; 7+ messages in thread
From: Kerry Hoath @ UTC (permalink / raw)
To: Speakup is a screen review system for Linux.
you put it in a file under
/etc/modprobe.d
make a file called localspeakup or similar
a line such as
options speakup_soft start=0
What's happening is you're trying to load the speakup_soft module before the
sound and espeakup or whatever is set up.
You need the modules loaded but you don't want to activate speakup with
talkwith speakwith or an echo command until sound, espeakup and speakup are
all ready to go.
Regards, Kerry.
----- Original Message -----
From: "Tyler Littlefield" <tyler@tysdomain.com>
To: "Speakup is a screen review system for Linux." <speakup@braille.uwo.ca>
Sent: Thursday, January 29, 2009 9:37 AM
Subject: Re: bug:softsynth
> can I provide this in my modules file?
> I haven't used much in the form of modules-- in my file I just had
> speakup_soft
>
> ----- Original Message -----
> From: "Kerry Hoath" <kerry@gotss.net>
> To: "Speakup is a screen review system for Linux."
> <speakup@braille.uwo.ca>
> Sent: Wednesday, January 28, 2009 3:34 PM
> Subject: Re: bug:softsynth
>
>
>> set start=0 as a module option then activate the synth once you have
>> sound, espeac and espeakup active or whatever you're using.
>>
>>
>> ----- Original Message -----
>> From: "Tyler Littlefield" <tyler@tysdomain.com>
>> To: "Speakup is a screen review system for Linux."
>> <speakup@braille.uwo.ca>
>> Sent: Monday, January 26, 2009 2:25 AM
>> Subject: bug:softsynth
>>
>>
>>> Hello,
>>> When you modprobe speakup_soft, it locks up the whole system--I haven't
>>> found a way aroudn that.
>>> Tried making it load on boot etc etc, and it still locks up the system.
>>> _______________________________________________
>>> 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
>
> _______________________________________________
> 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: bug:softsynth
bug:softsynth Tyler Littlefield
` bug:softsynth Kerry Hoath
@ ` Janina Sajka
1 sibling, 0 replies; 7+ messages in thread
From: Janina Sajka @ UTC (permalink / raw)
To: Speakup is a screen review system for Linux.
Yes, if for some reason it doesn't start talking soon enough, it will
run the load level up to the point that the system fails -- by overload,
basically.
If you're having this problem, try setting speakup.synth=none until
after you get logged in, preferably over ssh, and then debug.
When I start with ttsynth, I do it by hand and have a script that puts
'soft' in /sys/modules/speakup/parameters/synth before executing the
speakup connector. It seems espeakup does something similar.
Janina
Tyler Littlefield writes:
> Hello,
> When you modprobe speakup_soft, it locks up the whole system--I haven't found a way aroudn that.
> Tried making it load on boot etc etc, and it still locks up the system.
> _______________________________________________
> Speakup mailing list
> Speakup@braille.uwo.ca
> http://speech.braille.uwo.ca/mailman/listinfo/speakup
--
Janina Sajka, Phone: +1.202.595.7777;
sip:janina@CapitalAccessibility.Com
Partner, Capital Accessibility LLC http://CapitalAccessibility.Com
Marketing the Owasys 22C talking screenless cell phone in the U.S. and Canada
Learn more at http://ScreenlessPhone.Com
Chair, Open Accessibility janina@a11y.org
Linux Foundation http://a11y.org
^ 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 --
bug:softsynth Tyler Littlefield
` bug:softsynth Kerry Hoath
` bug:softsynth Tyler Littlefield
` bug:softsynth Chuck Hallenbeck
` bug:softsynth Tyler Littlefield
` bug:softsynth Kerry Hoath
` bug:softsynth Janina Sajka
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).