From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from smtp2.wa.amnet.net.au (smtp2.wa.amnet.net.au [203.161.124.51]) by speech.braille.uwo.ca (Postfix) with ESMTP id 2330C10E89 for ; Wed, 28 Jan 2009 19:33:23 -0500 (EST) Received: from localhost (localhost.localdomain [127.0.0.1]) by smtp2.wa.amnet.net.au (Postfix) with ESMTP id 04032C3EDB for ; Thu, 29 Jan 2009 09:33:21 +0900 (WST) X-Virus-Scanned: amavisd-new at smtp2.wa.amnet.net.au Received: from smtp2.wa.amnet.net.au ([127.0.0.1]) by localhost (smtp2.wa.amnet.net.au [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id NuDo-UIX+D4t for ; Thu, 29 Jan 2009 09:33:19 +0900 (WST) Received: from gotss1.gotss.net (203.161.101.89.static.amnet.net.au [203.161.101.89]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (No client certificate requested) by smtp2.wa.amnet.net.au (Postfix) with ESMTP id 4A89AC3EDE for ; Thu, 29 Jan 2009 09:33:16 +0900 (WST) Received: from bouncy.gotss.net ([192.168.24.37] helo=bouncy) by gotss1.gotss.net with smtp (Exim 4.69) (envelope-from ) id 1LSKqJ-0000sU-K4 for speakup@braille.uwo.ca; Thu, 29 Jan 2009 09:33:15 +0900 Message-ID: <1A3A3E68359C46B998FC24205FA685DA@bouncy> From: "Kerry Hoath" To: "Speakup is a screen review system for Linux." References: <099B6F8D9AD449A392D112B46AE3062B@bouncy> Subject: Re: bug:softsynth Date: Thu, 29 Jan 2009 09:33:16 +0900 MIME-Version: 1.0 Content-Type: text/plain; format=flowed; charset="iso-8859-1"; reply-type=response Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2900.5512 X-MIMEOLE: Produced By Microsoft MimeOLE V6.00.2900.5579 X-BeenThere: speakup@braille.uwo.ca X-Mailman-Version: 2.1.11 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: Thu, 29 Jan 2009 00:33:24 -0000 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" To: "Speakup is a screen review system for Linux." 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" > To: "Speakup is a screen review system for Linux." > > 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" >> To: "Speakup is a screen review system for Linux." >> >> 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 >