From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mta1.math.wisc.edu (mta1.math.wisc.edu [144.92.166.194]) by speech.braille.uwo.ca (Postfix) with ESMTP id 11B7E10A51 for ; Tue, 8 Sep 2009 14:26:27 -0400 (EDT) X-Virus-Scanned: Debian amavisd-new at mta2.math.wisc.edu Received: from mta1.math.wisc.edu ([127.0.0.1]) by localhost (mta1.math.wisc.edu [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id cF96dSe-J4d9 for ; Tue, 8 Sep 2009 13:26:26 -0500 (CDT) Received: from mta1.math.wisc.edu (localhost.localdomain [127.0.0.1]) by mta1.math.wisc.edu (Postfix) with ESMTP id 2E417380005 for ; Tue, 8 Sep 2009 13:26:26 -0500 (CDT) Received: from ulam.math.wisc.edu (ulam.math.wisc.edu [144.92.166.245]) by mta1.math.wisc.edu (Postfix) with ESMTP for ; Tue, 8 Sep 2009 13:26:26 -0500 (CDT) Received: from vv507j (vv507j.math.wisc.edu [144.92.166.75]) (using TLSv1 with cipher RC4-MD5 (128/128 bits)) (No client certificate requested) by ulam.math.wisc.edu (Postfix) with ESMTPSA id 1BF972BDA7 for ; Tue, 8 Sep 2009 13:26:26 -0500 (CDT) Message-ID: <28ED62F05EC041CD939AE688EBDDEAFF@math.wisc.edu> From: "John G. Heim" To: "Speakup is a screen review system for Linux." References: <14688.1252299370@ccs.covici.com> <4AA5C28E.6090506@baechler.net><14244.1252384580@ccs.covici.com> <20090908151235.GA24861@linux1><957.1252426474@ccs.covici.com> <20090908164630.GA25282@linux1> Subject: Re: how to tell which synthesizer is active Date: Tue, 8 Sep 2009 13:26:23 -0500 MIME-Version: 1.0 Content-Type: text/plain; format=flowed; charset="iso-8859-1"; reply-type=original Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2900.5843 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.5579 X-BeenThere: speakup@braille.uwo.ca X-Mailman-Version: 2.1.12 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: Tue, 08 Sep 2009 18:26:27 -0000 ----- Original Message ----- From: "William Hubbs" > I might be able to set it to none if we time out, but the current design > would mean that it would also be set to none if you hit print screen to > turn off speakup, so I don't know if you want that either. > > What do you think? > Well, I'm not too sure if I am following you completely but I think the new system allows you to get speech for logging in even if you forget to attach your synth before booting. In the past, if you forgot to attach your synth before you booted, you had to log in without speeach and start speech manually. I understand why John C. wants to be able to tell which synth module is being used. If you could do that, then you could put the driver for the hardware synth in the initrd but if it wasn't attached, you could load the software speech module and use software speech. I used to have my laptop set up to do that. All it did was grep the output from lsmod for the driver for my hardware synth. If it didn't find it, it loaded the software speech driver and started speech-dispatcher. Maybe there's something in lsmod that actually indicates which driver is active.