From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp-out4.iol.cz ([194.228.2.92]) by speech.braille.uwo.ca with esmtp (Exim 3.36 #1 (Debian)) id 1FSzkJ-0004xI-00 for ; Mon, 10 Apr 2006 13:00:11 -0400 Received: from antivir4.iol.cz (avir4 [192.168.30.209]) by smtp-out4.iol.cz (Postfix) with ESMTP id 48B711F8CA1 for ; Mon, 10 Apr 2006 18:57:49 +0200 (CEST) Received: from localhost (antivir4.iol.cz [127.0.0.1]) by antivir4.iol.cz (Postfix) with ESMTP id 3C2D0240024 for ; Mon, 10 Apr 2006 18:57:49 +0200 (CEST) Received: from smtp-out4.iol.cz (smtp-out-4.iplanet.iol.cz [192.168.30.31]) by antivir4.iol.cz (Postfix) with ESMTP id 17DFE240028 for ; Mon, 10 Apr 2006 18:57:49 +0200 (CEST) Received: from [192.168.1.36] (77.93.broadband2.iol.cz [83.208.93.77]) by smtp-out4.iol.cz (Postfix) with ESMTP id D1AA822AEED for ; Mon, 10 Apr 2006 18:57:48 +0200 (CEST) Subject: Re: Espeaks Software Synth From: Hynek Hanke To: "Speakup is a screen review system for Linux." In-Reply-To: <20060410171733.GA21998@amelia.voyager.net> References: <20060410171733.GA21998@amelia.voyager.net> Content-Type: text/plain; charset=iso-8859-2 Date: Mon, 10 Apr 2006 19:02:15 +0200 Message-Id: <1144688535.4216.12.camel@chopin> Mime-Version: 1.0 X-Mailer: Evolution 2.0.4 X-Virus-Scanned: amavisd-new at iol.cz Content-Transfer-Encoding: quoted-printable X-BeenThere: speakup@braille.uwo.ca X-Mailman-Version: 2.1.7 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, 10 Apr 2006 17:00:11 -0000 ace p=ED=B9e v Po 10. 04. 2006 v 12:17 -0500: > AddModule "speak" "sd_speak" "speak.conf" ~~~~~~~~ There is no such module binary as sd_speak. The module you want to use is sd_generic loaded with speak.conf and thus named speak. AddModule "speak" "sd_generic" "speak.conf" You would find out Dispatcher is complaining about non-existent sd_speak module if you looked into the logfile in /var/log/speech-dispatcher/speechd.log . Have a nice day. Hynek