From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-px0-f176.google.com (mail-px0-f176.google.com [209.85.212.176]) by speech.braille.uwo.ca (Postfix) with ESMTP id 99652C1A386 for ; Mon, 13 Dec 2010 13:57:03 -0500 (EST) Received: by pxi11 with SMTP id 11so1574775pxi.21 for ; Mon, 13 Dec 2010 10:57:03 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:date:from:to:subject :message-id:references:mime-version:content-type:content-disposition :in-reply-to:user-agent; bh=ns7BPDpcY+cIHKzzzTBQeb3BmM2kmkYO+8kM1F1eaes=; b=f+S4HhIKxurXsmdfWQw5qBsI6fyxvmdcrL+xkhPdMW/pLz/KJTv01L4Z41go8qdHrM 4CsgNyT3ik8555ftO7j4xeyforYIGk0duaVyoqyTkJ9yXSjoowjaeh99cNjif+YdCPY3 7C42EmrWhtO3ML9x1IxsP68AKVV1rUq0R+nq4= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=date:from:to:subject:message-id:references:mime-version :content-type:content-disposition:in-reply-to:user-agent; b=Y0y5aU4YM8aVrYonwD9JsrXQlzW9nVkc8BVLMPfBumrPLL0EgFVyfgHSlDezAnnkqz atDY5bjxCspY1gvqjIcQeqZZ6j4gCNC6jVvDzEX+d8LkpDAlTKcdjJ7oojKajPRFoP4b X8+R8ojsWTm5xoQkMI3CX7C2/gzrSSsGNzRiE= Received: by 10.142.177.6 with SMTP id z6mr3580590wfe.261.1292266623097; Mon, 13 Dec 2010 10:57:03 -0800 (PST) Received: from localhost (c-76-127-93-92.hsd1.ca.comcast.net [76.127.93.92]) by mx.google.com with ESMTPS id w42sm9257371wfh.15.2010.12.13.10.57.02 (version=TLSv1/SSLv3 cipher=RC4-MD5); Mon, 13 Dec 2010 10:57:02 -0800 (PST) Date: Mon, 13 Dec 2010 18:59:49 +0000 From: Frost To: "Speakup is a screen review system for Linux." Subject: Re: World writable speakup files in Linux next Message-ID: <20101213185949.GB29410@rivensight.dyndns.org> References: <87lj3wufx7.fsf@the-brannons.com> <20101211222834.GA27436@linux1> <20101212023532.GA6486@const> <20101212182940.GB16883@kroah.com> <20101213130612.GT5411@const.bordeaux.inria.fr> <20101213145306.GA8824@rivensight.dyndns.org> <20101213154157.GJ5411@const.bordeaux.inria.fr> <20101213182110.GA29410@rivensight.dyndns.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.20 (2009-06-14) 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: Mon, 13 Dec 2010 18:57:03 -0000 On Mon, Dec 13, 2010 at 07:20:01PM +0100, bardiazakeri@gmail.com wrote: > how i can install spekaup on ubuntu? Dunno. Instructions should be on the installation CD on how to start Ubuntu with Speakup. How they handle it from there, or if like Debian Squeeze (which I use) and doesn't yet have any speakup modules packages showing in an apt-cache search yet, is another story. For Debian, SpeakUP is probably already in the kernel, and only needs to be added to /etc/modules with the name of the module, ie: speakup_ltlk for the LiteTalke hardware synthesizer, or in /etc/rc.local, where you would add: modprobe speakup_soft espeakup speakupconf load With the previous /etc/rc.local setup, you would need to apt-get install both the espeakup and speakup-tools packages for use with SpeakUP's software speech synthesizer. Again, I'm not entirely sure about Ubuntu, but the instructions should be either on the installation CD, or on the Ubuntu website. If they don't, then that's why I went with Debian. Hope this helps, Michael