Gentoo Archives: gentoo-accessibility

From: Robert Grieve <sonofthejedi@×××××××.nz>
To: gentoo-accessibility@l.g.o
Subject: Re: [gentoo-accessibility] speakup on gentoo
Date: Thu, 24 Apr 2008 06:37:51
Message-Id: 1209019042.4908.19.camel@sonofthejedi.ath.cx
In Reply to: Re: [gentoo-accessibility] speakup on gentoo by William Hubbs
1 On Wed, 2008-04-23 at 23:41 -0500, William Hubbs wrote:
2
3 > Speechd-up is still the way to link software speech to speakup.
4 > Just do an emerge speechd-up to install the packages. The default
5 > synthesizer is espeak, and it and speech dispatcher will be installed as
6 > dependencies of speechd-up. Once you have everything emerged, add
7 > speech-dispatcher and speechd-up to your default runlevel.
8 >
9 > Yes, the files that were in /proc/speakup have been moved to
10 > /sys/module/speakup/parameters.
11
12 In order to get this working with the new system I had to do a little
13 hacking in /etc/init.d/speechdup.
14
15 Specifically at top level
16 SPEAKUPDIR=/sys/module/speakup/parameters # Not /proc/speakup
17
18 and in load_speakup()
19
20 echo soft > ${SPEAKUPDIR}/synth #which used to read echo sftsyn
21
22 I have no idea how, but people who want this to work for kernels
23 >=gentoo-sources-2.6.25-r1 need these in /etc/init.d/speechd-up,
24 and people who want the pre 2.6.25 need the way it is as of this morning
25 Which had the following at the top if it helps.
26
27 $Header: /var/cvsroot/gentoo-x86/app-accessibility/speechd-up/files/speechd-up.rc,v 1.6 2007/05/30 04:05:27 williamh Exp $
28
29 Hope this is more helpful than annoying.
30 Best,
31 Robert

Attachments

File name MIME type
signature.asc application/pgp-signature

Replies

Subject Author
Re: [gentoo-accessibility] speakup on gentoo William Hubbs <williamh@g.o>