Gentoo Archives: gentoo-accessibility

From: likewhoa <likewhoa@××××××××××××.com>
To: gentoo-accessibility@l.g.o
Subject: Re: [gentoo-accessibility] Speakup Issue
Date: Sun, 04 May 2014 18:18:03
Message-Id: 20140504141752.da9c222cb14908793a4162e1@weboperative.com
In Reply to: Re: [gentoo-accessibility] Speakup Issue by Hunter Jozwiak
1 Hunter, what you need to enable in your kernel is the following options.
2
3 1. CONFIG_SPEAKUP
4 2. CONFIG_SPEAKUP_SYNTH_SOFT or whatever your synthesizer is you should have many options in there.
5
6 After this is done emerge espeakup should work.
7
8
9 On Sat, 3 May 2014 12:54:35 -0400
10 Hunter Jozwiak <hunter.t.joz@×××××.com> wrote:
11
12 > I wrote that line in, but it did not fix anything. The emerge error
13 > for espeakup said something about "config_speakup" and
14 > "config_speakup_soft" not in the kernal, is that what you meant? Sorry
15 > for the late response.
16 >
17 > On 4/26/14, William Hubbs <williamh@g.o> wrote:
18 > > On Thu, Apr 24, 2014 at 12:52:43PM -0400, Hunter Jozwiak wrote:
19 > >> Hi all. I've been installing a Gentoo box as a hobby for the past two
20 > >> weeks, and I'm stuck at the reboot. I've stuck with open-rc and
21 > >> followed the manual through, but I can't get espeakup to work. When I
22 > >> emerge it, I get a warning about speakup.synth=soft not being in my
23 > >> kernel. So I think, okay, I'll emerge speakup and see what happens. No
24 > >> go: the Speakup is too old for the kernel. The kernel I compiled is a
25 > >> genkernel, because I didn't see the kernel maker to be real
26 > >> accessible, because I couldn't tell whether anything was checked or
27 > >> not. So, how can I get espeakup to function properly?
28 > >
29 > > The first thing is that you do not emerge speakup; you need to configure
30 > > it in your kernel. It is part of the staging drivers.
31 > >
32 > > Try adding this line to /etc/conf.d/modules:
33 > >
34 > > modules="speakup_soft"
35 > >
36 > > If you have espeakup installed and you are using the default kernel
37 > > configuration, this should work.
38 > >
39 > > William
40 > >
41 > >
42 >
43
44
45 --
46 likewhoa <likewhoa@××××××××××××.com>

Replies

Subject Author
RE: [gentoo-accessibility] Speakup Issue Hunter Jozwiak <hunter.t.joz@×××××.com>