From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from homiemail-a18.g.dreamhost.com (caiajhbdccah.dreamhost.com [208.97.132.207]) by speech.braille.uwo.ca (Postfix) with ESMTP id 4A284C1A488 for ; Sat, 11 Dec 2010 12:50:25 -0500 (EST) Received: from homiemail-a18.g.dreamhost.com (localhost [127.0.0.1]) by homiemail-a18.g.dreamhost.com (Postfix) with ESMTP id 91CA025006C for ; Sat, 11 Dec 2010 09:50:24 -0800 (PST) DomainKey-Signature: a=rsa-sha1; c=nofws; d=the-brannons.com; h=from:to :subject:references:date:in-reply-to:message-id:mime-version: content-type; q=dns; s=the-brannons.com; b=MJl0XCNnpl3LizeMOPeqS 4rERMVJ/mrmAVfJovlR/plF/dKQF5yJ8VBzVzKSKl6k8wz8xROIiYr1UtcnMCZTc mIJDQJ4QOK3YezGRMYB1qsfDQ/eI7KoCVIEgrOWVJGaqPcuOUjS2NRBSP2bf3DyQ WwgSTu8EeMkGdzUHGuADSw= DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=the-brannons.com; h=from :to:subject:references:date:in-reply-to:message-id:mime-version: content-type; s=the-brannons.com; bh=eNXHdHBe0uSm5/EAWQdbjuKbZkY =; b=U6eXAb4VDIGhgnGHNGzLnzblDlsro6Cxxu26c9ffoGOHGS0kHkpUAufiKXp SrxoA87lLqKrT33a/mNExMBd0Bh70eE+pHjmhmQIIZgkZC4g2c2CS7pODLKivPqI R96p03T5QhMQ5hnpfDAa8owpPl94PvTBUkj91gQswuyOO5y4= Received: from localhost (ip68-12-125-253.ok.ok.cox.net [68.12.125.253]) (using TLSv1 with cipher DHE-RSA-AES128-SHA (128/128 bits)) (No client certificate requested) (Authenticated sender: chris@the-brannons.com) by homiemail-a18.g.dreamhost.com (Postfix) with ESMTPSA id 5A50425006B for ; Sat, 11 Dec 2010 09:50:24 -0800 (PST) From: Christopher Brannon To: "Speakup is a screen review system for Linux." Subject: Re: Sound Devices on Arch? References: <20101211173350.GA2323@linlap.lan> <20101211174256.GA10747@rx.localhost> Date: Sat, 11 Dec 2010 17:52:09 +0000 In-Reply-To: <20101211174256.GA10747@rx.localhost> (Chuck Hallenbeck's message of "Sat, 11 Dec 2010 12:42:56 -0500") Message-ID: <87tyikurhy.fsf@the-brannons.com> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.2 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-BeenThere: speakup@braille.uwo.ca X-Mailman-Version: 2.1.13 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, 11 Dec 2010 17:50:25 -0000 Chuck Hallenbeck writes: > I solved a similar problem here by changing permissions on aplay, like > this: > > # chmod 4755 /usr/bin/aplay Hi Chuck and Steve, That makes your aplay binary setuid root! There's no need to do that. Just add your non-root user to the audio group. -- Chris