From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by befuddled.reisers.ca (Postfix, from userid 65534) id A073D1F05AE; Thu, 14 Jan 2016 19:03:16 -0500 (EST) Received: from sonata.ens-lyon.org (sonata.ens-lyon.org [140.77.166.138]) by befuddled.reisers.ca (Postfix) with ESMTPS id 64E211F05A4 for ; Thu, 14 Jan 2016 19:03:15 -0500 (EST) Received: from localhost (localhost [127.0.0.1]) by sonata.ens-lyon.org (Postfix) with ESMTP id 659B7200C1 for ; Fri, 15 Jan 2016 01:03:14 +0100 (CET) Received: from sonata.ens-lyon.org ([127.0.0.1]) by localhost (sonata.ens-lyon.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 29b73U_N3UHz for ; Fri, 15 Jan 2016 01:03:14 +0100 (CET) Received: from var.youpi.perso.aquilenet.fr (ABordeaux-655-1-107-94.w92-134.abo.wanadoo.fr [92.134.230.94]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by sonata.ens-lyon.org (Postfix) with ESMTPSA id 422A8200BF for ; Fri, 15 Jan 2016 01:03:14 +0100 (CET) Received: from samy by var.youpi.perso.aquilenet.fr with local (Exim 4.86) (envelope-from ) id 1aJrrA-00011l-JP for speakup@linux-speakup.org; Fri, 15 Jan 2016 01:03:08 +0100 Date: Fri, 15 Jan 2016 01:03:08 +0100 From: Samuel Thibault To: "Speakup is a screen review system for Linux." Subject: Re: Installing Debian with Espeakup Message-ID: <20160115000308.GH3574@var.home> References: <1520bef4828.277c.52ea08fb143197d62263f4a5aa09a3e5@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1520bef4828.277c.52ea08fb143197d62263f4a5aa09a3e5@gmail.com> User-Agent: Mutt/1.5.21+34 (58baf7c9f32f) (2010-12-30) X-Bogosity: Ham, tests=bogofilter, spamicity=0.000000, version=1.2.4 X-BeenThere: speakup@linux-speakup.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: "Speakup is a screen review system for Linux." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 15 Jan 2016 00:03:16 -0000 Hello, Alonzo Cuellar, on Mon 04 Jan 2016 03:19:37 -0600, wrote: > My question is how can you choose card 1 so I can hear Espeakup? Mmm, that's an expected issue. We have not implemented anything about that. > You'd have to setup /etc/asond.conf, Or just setting an ALSA_CARD environment variable. The question is rather: how to let the user request that? I don't think adding another boot menu item would be nice. Adding a shortcut after boot is not really straightforward, and the user would still have to know that there are several sound cards and that the shortcut should be used to switch between cards. Making espeakup always talk on each and every device is not really an option either. Maybe we could make the installer, when several cards are detected, talk "To use this sound card, press 0" on card 0, then talk "To use this sound card, press 1" on card 1, etc., what do people think? Samuel