From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from bay0-omc3-s36.bay0.hotmail.com ([65.54.246.236]) by speech.braille.uwo.ca with esmtp (Exim 3.36 #1 (Debian)) id 1HOCBQ-0003P9-00 for ; Mon, 05 Mar 2007 07:20:52 -0500 Received: from hotmail.com ([65.54.174.73]) by bay0-omc3-s36.bay0.hotmail.com with Microsoft SMTPSVC(6.0.3790.2668); Mon, 5 Mar 2007 04:20:21 -0800 Received: from mail pickup service by hotmail.com with Microsoft SMTPSVC; Mon, 5 Mar 2007 04:20:21 -0800 Message-ID: Received: from 80.1.72.245 by BAY103-DAV1.phx.gbl with DAV; Mon, 05 Mar 2007 12:20:18 +0000 X-Originating-IP: [80.1.72.245] X-Originating-Email: [mikster4@msn.com] X-Sender: mikster4@msn.com Subject: Re: boot freezing before Speech comes up From: Michael Whapples To: "Speakup is a screen review system for Linux." In-Reply-To: <000501c75ec9$a9e51ab0$0301a8c0@cleverson> References: <000501c75ec9$a9e51ab0$0301a8c0@cleverson> Content-Type: text/plain; charset=UTF-8 Date: Mon, 05 Mar 2007 12:20:06 +0000 Message-Id: <1173097207.2904.143.camel@layla> Mime-Version: 1.0 X-Mailer: Evolution 2.8.1 Content-Transfer-Encoding: 8bit X-OriginalArrivalTime: 05 Mar 2007 12:20:21.0901 (UTC) FILETIME=[A53A6BD0:01C75F20] X-BeenThere: speakup@braille.uwo.ca X-Mailman-Version: 2.1.9 Precedence: list Reply-To: "Speakup is a screen review system for Linux." List-Id: "Speakup is a screen review system for Linux." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 05 Mar 2007 12:20:52 -0000 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/ > >