public inbox for speakup@linux-speakup.org
 help / color / mirror / Atom feed
* boot freezing before Speech comes up
@  Cleverson
       [not found] ` <1173097207.2904.143.camel@layla>
  0 siblings, 1 reply; 4+ messages in thread
From: Cleverson @  UTC (permalink / raw)
  To: Speakup

Hello,

Now I added speech-dispatcher to the boot runlevel of my Gentoo system, and 
added speechd-up to the default runlevel as well.

While booting, it displays some messages that I didn't take note, but they 
are something like this:

loading alsa modules
could not detect custon alsa settings
loading all detected alsa drivers
loading CMedia PCI (?) ...
loading: s

Then the system freezes and I have to press any key for the boot to 
continue. When I press some key, the boot goes ahead and eSpeak starts 
speaking perfectly.

For info, I have two soundcards in my machine. One is a Via AC-97 onboard; 
another is an off board soundcard with CMedia chipset.

I'm gonna have to learn how to set up the AC-97 onboard as my default 
soundcard, as  Gentoo has set CMedia by default.

If someone has a tip to avoid this freezing at boot, I'll be grateful.

Thanks,
Cleverson

"Be realistic; ask for the impossible." 


	

	
		
_______________________________________________________ 
Yahoo! Mail - Sempre a melhor opção para você! 
Experimente já e veja as novidades. 
http://br.yahoo.com/mailbeta/tudonovo/


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

* Re: boot freezing before Speech comes up
       [not found] ` <1173097207.2904.143.camel@layla>
@    ` Michael Whapples
     ` Gregory Nowak
  1 sibling, 0 replies; 4+ messages in thread
From: Michael Whapples @  UTC (permalink / raw)
  To: Speakup is a screen review system for Linux.

I think I know what's going on, its quite common. Have you set speakup's
default synth to something other than none in the kernel config? If so
then it probably is what I am going to say.

Speakup is outputting to the synth device node, and when this is full,
it halts everything so that it can catch up (so if the synth is speaking
it will speak everything). When you hit a key, it silences speakup,
empties the device as that normally won't be spoken as it is now
silenced. This means now speakup can allow things to continue.

There are two solutions.
1. When the system starts loading, hit the silence until next keypress
key (I thing numpad equals).
2. You can set the synth to none in the default in the kernel config,
then just have in a start-up script (before speechd-up) "echo sftsyn
> /proc/speakup/synth_name" (assuming sftsyn is the synth used).

There is a third, but very undesirable, leave the system, it will load
eventually as the emptying of the device will happen over time, but this
will take a long time (I think this will happen).

Hope this explains things.

From
Michael Whapples
On Sun, 2007-03-04 at 22:57 -0300, Cleverson wrote:
> Hello,
> 
> Now I added speech-dispatcher to the boot runlevel of my Gentoo system, and 
> added speechd-up to the default runlevel as well.
> 
> While booting, it displays some messages that I didn't take note, but they 
> are something like this:
> 
> loading alsa modules
> could not detect custon alsa settings
> loading all detected alsa drivers
> loading CMedia PCI (?) ...
> loading: s
> 
> Then the system freezes and I have to press any key for the boot to 
> continue. When I press some key, the boot goes ahead and eSpeak starts 
> speaking perfectly.
> 
> For info, I have two soundcards in my machine. One is a Via AC-97 onboard; 
> another is an off board soundcard with CMedia chipset.
> 
> I'm gonna have to learn how to set up the AC-97 onboard as my default 
> soundcard, as  Gentoo has set CMedia by default.
> 
> If someone has a tip to avoid this freezing at boot, I'll be grateful.
> 
> Thanks,
> Cleverson
> 
> "Be realistic; ask for the impossible." 
> 
> 
> 	
> 
> 	
> 		
> _______________________________________________________ 
> Yahoo! Mail - Sempre a melhor opção para você! 
> Experimente já e veja as novidades. 
> http://br.yahoo.com/mailbeta/tudonovo/
> 
> 




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

* Re: boot freezing before Speech comes up
       [not found] ` <1173097207.2904.143.camel@layla>
     ` Michael Whapples
@    ` Gregory Nowak
       ` Cleverson
  1 sibling, 1 reply; 4+ messages in thread
From: Gregory Nowak @  UTC (permalink / raw)
  To: Speakup is a screen review system for Linux.

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

On Mon, Mar 05, 2007 at 12:20:06PM +0000, Michael Whapples wrote:
> There are two solutions.
> 1. When the system starts loading, hit the silence until next keypress
> key (I thing numpad equals).
> 2. You can set the synth to none in the default in the kernel config,
> then just have in a start-up script (before speechd-up) "echo sftsyn
> > /proc/speakup/synth_name" (assuming sftsyn is the synth used).
> 
> There is a third, but very undesirable, leave the system, it will load
> eventually as the emptying of the device will happen over time, but this
> will take a long time (I think this will happen).
> 

Actually, there is a fourth solution. Put

speakup_quiet=1

on the command-line in your boot loader, which will start speakup with
the synth silenced. I do think though that the second option is the
best choice in this case.

Greg




- -- 
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.6 (GNU/Linux)

iD8DBQFF7FgD7s9z/XlyUyARAnrpAKCuiqznXnDswZGnDoRIfsZPr28M+gCgwNJV
Wcp3nF6SBssdCMVhRotctKQ=
=0iJq
-----END PGP SIGNATURE-----


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

* Re: boot freezing before Speech comes up
     ` Gregory Nowak
@      ` Cleverson
  0 siblings, 0 replies; 4+ messages in thread
From: Cleverson @  UTC (permalink / raw)
  To: Speakup is a screen review system for Linux.

Hello,

Thank you all who gave me suggestions on solving the problem of boot 
freezing. I've chose to set up "none" as default synth for Speakup, and so 
I've put an echo sftsyn inside Speechd-up boot script. Now it's perfect...

Thanks again

Cleverson

"Be realistic; ask for the impossible." 


		
_______________________________________________________ 
Yahoo! Mail - Sempre a melhor opção para você! 
Experimente já e veja as novidades. 
http://br.yahoo.com/mailbeta/tudonovo/
 



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

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

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
 boot freezing before Speech comes up Cleverson
     [not found] ` <1173097207.2904.143.camel@layla>
   ` Michael Whapples
   ` Gregory Nowak
     ` Cleverson

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