From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from bay103-dav4.bay103.hotmail.com ([65.54.174.76] helo=hotmail.com) by speech.braille.uwo.ca with esmtp (Exim 3.36 #1 (Debian)) id 1FSzf1-0004sg-00 for ; Mon, 10 Apr 2006 12:54:43 -0400 Received: from mail pickup service by hotmail.com with Microsoft SMTPSVC; Mon, 10 Apr 2006 09:54:42 -0700 Message-ID: Received: from 80.1.72.245 by BAY103-DAV4.phx.gbl with DAV; Mon, 10 Apr 2006 16:54:38 +0000 X-Originating-IP: [80.1.72.245] X-Originating-Email: [mikster4@msn.com] X-Sender: mikster4@msn.com Message-ID: X-Mailer: http://www.courier-mta.org/cone/ From: Michael Whapples To: speakup@braille.uwo.ca Subject: Espeaks Software Synth Date: Mon, 10 Apr 2006 17:54:35 +0100 Mime-Version: 1.0 Content-Type: text/plain; format=flowed; charset="US-ASCII" Content-Disposition: inline Content-Transfer-Encoding: 7bit X-OriginalArrivalTime: 10 Apr 2006 16:54:42.0629 (UTC) FILETIME=[76AE6F50:01C65CBF] 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 16:54:43 -0000 Robby, If you are using a packaged version of speech-dispatcher (you did not compile it from source) the modules directory might be in a different place (on my laptop using gentoo it is /etc/speech-dispatcher/modules), if the directory was already there, then it is probably that directory, just check it (you might have been correct). The line you added to speechd.conf to add the module is wrong, it uses the generic module, so you would need the following for your setup. AddModule "speak" "sd_generic" "speak.conf" "/var/log/speech-dispatcher/speak.log" This should now make it work. From Michael Whapples