From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-gw0-f42.google.com (mail-gw0-f42.google.com [74.125.83.42]) by speech.braille.uwo.ca (Postfix) with ESMTP id EC605C1A29F for ; Sun, 4 Apr 2010 16:09:51 -0400 (EDT) Received: by gwb1 with SMTP id 1so2192474gwb.29 for ; Sun, 04 Apr 2010 13:09:36 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:received:message-id:subject:from:to:content-type; bh=8DMeyS+K5pH8bqnTd5u1NLAL7qPvpnu7bEb8rPcwu6o=; b=fvj4tWpfcxB5Q3/tAfcvmvXlGU4gS8ffqH/EMlhvIyUB8ivjOmoE2nGnj/jUvmryHc ZECsDyW+d0GUpiVBQIK9x6B3iRfpt5ycHlT/VbYCmiNnK0NC3zL0gJVrq9UVwOeocztP EtRjA5JMdguth2nCNHYDiEW3dRnIIoNW98M9E= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; b=fuSvIOIl43BKuTiQWX3YEy0s5eZGC5qXEW9dYpwJmnEo2+8f6R9TAAM+jxyOI/dr4F YONL4AUbzPs3XRnzWSTQF7ZqG2RlZbnfxjXVHK6zz8vu4Et2LYws8i7R7DWWDfvrIv3C WsLjrBjoH9k6lSMbe0oljK0WnOcFdcRqcJdTw= MIME-Version: 1.0 Received: by 10.100.122.16 with HTTP; Sun, 4 Apr 2010 13:09:36 -0700 (PDT) In-Reply-To: <20100404185035.GA2846@lima-laptop> References: <20100404185035.GA2846@lima-laptop> Date: Sun, 4 Apr 2010 16:09:36 -0400 Received: by 10.101.176.6 with SMTP id d6mr11759318anp.155.1270411776541; Sun, 04 Apr 2010 13:09:36 -0700 (PDT) Message-ID: Subject: Re: speakup in ubuntu 10.04 From: Bill Cox To: "Speakup is a screen review system for Linux." Content-Type: text/plain; charset=ISO-8859-1 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: Sun, 04 Apr 2010 20:09:52 -0000 The solution is to run pulseaudio in system-wide mode, like we do in Vinux, built on Ubuntu Lucid. In short: - Edit /etc/default/pulseaudio and set PULSEAUDIO_SYSTEM_START=1. - Edit /etc/pulse/client.conf, and set auto-spawn=no - Edit /etc/pulse/system.pa, and set 'load-module module-native-protocol-unix auth-anonymous=1' The first item causes pulseaudio to start in system-wide mode on startup. The second keeps gdm from starting it's own copy. The third disables authentication, and allows all users to access the sound card. Bill On Sun, Apr 4, 2010 at 2:50 PM, Alonzo cuellar wrote: > Hello list, > > I'm unable to get speakup to work in Ubuntu 10.04. It works, but orca stops speaking. I'm not sure how to fix this. If gnome is not running speakup will work just find. > I've disabled puseaudio form starting in gnome, but its still installed. Please advise. > > Alonzo > _______________________________________________ > Speakup mailing list > Speakup@braille.uwo.ca > http://speech.braille.uwo.ca/mailman/listinfo/speakup >