From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by befuddled.reisers.ca (Postfix, from userid 65534) id 73AED1EF6AF; Sun, 11 Aug 2013 22:36:52 -0400 (EDT) Received: from jdc.jasonjgw.net (jdc.jasonjgw.net [59.167.198.218]) by befuddled.reisers.ca (Postfix) with ESMTPS id 8121C1EF56E for ; Sun, 11 Aug 2013 22:36:51 -0400 (EDT) Received: by jdc.jasonjgw.net (Postfix, from userid 1000) id E0D00180B0A5D; Mon, 12 Aug 2013 12:36:42 +1000 (EST) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=jasonjgw.net; s=mail; t=1376275002; bh=y6NmDHT1fP5d37POjprk8Qv6H8f+F2YqghG0Uo92Gf8=; h=Date:From:To:Subject:References:In-Reply-To; b=pMdOE0quLsdsPwYuDJjW1ROO4Hi+KKR2zZX1Ig0DNyZyaKkyq4hAxhDPZUNDMWBaA +QhwkI0GaX5WoPVfJdWK7J0RRcnoNHwYHSTZo3sAL3PDPTcOaU3HaUrYLVhwKlim/L UIhSq0gSIKqunEuv01cRvqVXm81lD92it04D8o4Y= Date: Mon, 12 Aug 2013 12:36:42 +1000 From: Jason White To: speakup@linux-speakup.org Subject: Re: espeakup and usb soundcards Message-ID: <20130812023642.GA19292@jdc.jasonjgw.net> References: <20130807140326.GA2776@redstar> <5202977B.4050808@gmail.com> <20130807230109.GA20025@redstar> <5202D231.3030400@gmail.com> <20130807231828.GA30307@redstar> <5202DCBB.8060006@gmail.com> <20130811201005.GA24856@redstar> <52083CB5.1080201@gmail.com> <52083F19.7040409@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <52083F19.7040409@gmail.com> User-Agent: Mutt/1.5.21 (2010-09-15) X-Bogosity: Ham, tests=bogofilter, spamicity=0.000000, version=1.2.2 X-BeenThere: speakup@linux-speakup.org X-Mailman-Version: 2.1.15 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, 12 Aug 2013 02:36:52 -0000 Kyle wrote: > I just found one caveat to my process. It would seem that the > instructions I provided don't survive a reboot. You may need to setup a > script that will do this for you if you want to always use the USB > speakers for espeakup. Does your distribution have a global Alsa configuration file, similar to ~/.asoundrc? If so, I would write it there, then configure PulseAudio separately. For my USB head set, the configuration is: pcm.!default front:Headset which will work if placed in ~/.asoundrc (for the local user, naturally).