From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from eastrmmtao101.cox.net (eastrmmtao101.cox.net [68.230.240.7]) by speech.braille.uwo.ca (Postfix) with ESMTP id 6421D109C0 for ; Sat, 22 Nov 2008 07:41:30 -0500 (EST) Received: from eastrmimpo03.cox.net ([68.1.16.126]) by eastrmmtao101.cox.net (InterMail vM.7.08.02.01 201-2186-121-102-20070209) with ESMTP id <20081122124329.UNID3771.eastrmmtao101.cox.net@eastrmimpo03.cox.net> for ; Sat, 22 Nov 2008 07:43:29 -0500 Received: from bach.local ([68.12.115.220]) by eastrmimpo03.cox.net with bizsmtp id iCjV1a0074lNohg02CjV3p; Sat, 22 Nov 2008 07:43:30 -0500 X-Authority-Analysis: v=1.0 c=1 a=4gxVw_FpGpy9UA9_8b8A:9 a=t69D-0OO7W2MRBcEMA5uuTZo_l4A:4 a=oltf0pfCdT4A:10 X-CM-Score: 0.00 To: "Speakup is a screen review system for Linux." Subject: Re: killing speech from cli References: <20081122025910.GB5724@debian-hp.lan> <8019E84A95D449EE8BF7A41E502B34BF@ZKMOBILE> <20081122043609.GC4098@debian-hp.lan> From: Chris Brannon Date: Sat, 22 Nov 2008 06:43:32 -0600 In-Reply-To: <20081122043609.GC4098@debian-hp.lan> (Daniel Dalton's message of "Sat\, 22 Nov 2008 15\:36\:09 +1100") Message-ID: <87wsew3p8r.fsf@cox.net> User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/22.3 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii 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: Sat, 22 Nov 2008 12:41:30 -0000 Daniel Dalton writes: > Thanks for the reply. I thought you could echo none or your synth name > to the synth file in the sys file system, however, I can kill speech, but > can't get it back... I'll have to try the latest speakup out of guit Yes, you can change synths by echoing the name to /sys/module/speakup/parameters/synth Echoing a value of none will stop speech. You also need to kill speechd-up before changing synths. This applies to espeakup too. You probably don't have speech after changing synth from none to soft, because your old daemon is running. It's reading from a file descriptor which became invalid as soon as you changed synth from soft to none. That's just a wild guess on my part. -- Chris