From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mta13.mail.adelphia.net ([68.168.78.44] helo=mta13.adelphia.net) by speech.braille.uwo.ca with esmtp (Exim 3.36 #1 (Debian)) id 1BKF8p-0007TB-00 for ; Sun, 02 May 2004 07:28:15 -0400 Received: from [192.168.1.102] ([69.166.61.22]) by mta13.adelphia.net (InterMail vM.5.01.06.08 201-253-122-130-108-20031117) with ESMTP id <20040502112743.XHDG13425.mta13.adelphia.net@[192.168.1.102]>; Sun, 2 May 2004 07:27:43 -0400 Date: Sun, 2 May 2004 07:26:19 -0400 (EDT) From: Jacob Schmude X-X-Sender: jschmude@beavis.screwball To: Hynek Hanke In-Reply-To: <20040502112049.GB1256@volny.cz> Message-ID: References: <20040502083350.GA1257@volny.cz> <20040502104609.GA1256@volny.cz> <20040502112049.GB1256@volny.cz> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Cc: "Speakup is a screen review system for Linux." Subject: Re: regarding speech-dispatcher, dectalk and the init script X-BeenThere: speakup@braille.uwo.ca X-Mailman-Version: 2.1.4 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: Sun, 02 May 2004 11:28:16 -0000 Hi My script looks like this: --script starts here-- #!/bin/sh # rc.local - local startup script # # Get speech up and running: /usr/local/bin/speech-dispatcher sleep 1 modprobe speakup_sftsyn /usr/local/bin/speechd_up # Copy the speech settings: cp /etc/speakup/sftsyn/* /proc/speakup --script ends-- As can be seen, the script is extremely simple. On Sun, 2 May 2004, Hynek Hanke wrote: > On Sun, May 02, 2004 at 07:02:40AM -0400, Jacob Schmude wrote: > > Speech-dispatcher executes as root in my rc.local script, and root most > > certainly has permission to access the say command. I get no output when > > running run_test either, nor when I try to use speechd-el with > > dtk-generic. Curiously, speechd-el can still use flite as its output even > > though dectalk won't work when started from the initscript. > > Flite and Festival should work. They do for me. It seems there is some > problem with the generic output module. > > Please could you sent me privately your init.d script you use to run > Speech Dispatcher so that I can test it with epos-generic? > > Thank you, > Hynek > > _______________________________________________ > Speakup mailing list > Speakup@braille.uwo.ca > http://speech.braille.uwo.ca/mailman/listinfo/speakup >