Gentoo Archives: gentoo-user

From: Hunter Jozwiak <hunter.t.joz@×××××.com>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] Post-Installation Problem
Date: Thu, 08 May 2014 17:37:31
Message-Id: CAJ1hvUGjJNmoF99f=zK2MR_VoDoiKgpE4o9te1LrV54K_rWbFA@mail.gmail.com
In Reply to: Re: [gentoo-user] Post-Installation Problem by Stroller
1 I'd assume that module is the m part? As for how to recompile the
2 genkernel, I'll need to look at that, as I ran genkernel all and am
3 not certain on building self-made kernels.
4
5 On 5/8/14, Stroller <stroller@××××××××××××××××××.uk> wrote:
6 >
7 > On Thu, 8 May 2014, at 5:45 pm, covici@××××××××××.com wrote:
8 >>
9 >>> ... I edited /etc/conf.d/modules
10 >>> and added two lines:
11 >>> modules="CONFIG_SPEAKUP"
12 >>> modules="CONFIG_SPEAKUP_SYNTH_SOFT"
13 >>> And reemerged the espeakup software; same error message, and on
14 >>> reboot, no software speech. Am I enabling the modules in an incorrect
15 >>> manner? If so, how to I get them to work?
16 >>
17 >> I don't think those are the correct module names, you can tell by
18 >> looking at your kernel configs to see what speakup modules you have
19 >> chosen. Module names do not usually have config_ at the beginning.
20 >
21 > I'm not the OP, but this is what I see:
22 >
23 > $ zcat /proc/config.gz | grep -i speak
24 > # Speakup console speech
25 > CONFIG_SPEAKUP=m
26 > CONFIG_SPEAKUP_SYNTH_ACNTSA=m
27 > CONFIG_SPEAKUP_SYNTH_ACNTPC=m
28 > CONFIG_SPEAKUP_SYNTH_APOLLO=m
29 > CONFIG_SPEAKUP_SYNTH_AUDPTR=m
30 > CONFIG_SPEAKUP_SYNTH_BNS=m
31 > CONFIG_SPEAKUP_SYNTH_DECTLK=m
32 > CONFIG_SPEAKUP_SYNTH_DECEXT=m
33 > CONFIG_SPEAKUP_SYNTH_DECPC=m
34 > CONFIG_SPEAKUP_SYNTH_DTLK=m
35 > CONFIG_SPEAKUP_SYNTH_KEYPC=m
36 > CONFIG_SPEAKUP_SYNTH_LTLK=m
37 > CONFIG_SPEAKUP_SYNTH_SOFT=m
38 > CONFIG_SPEAKUP_SYNTH_SPKOUT=m
39 > CONFIG_SPEAKUP_SYNTH_TXPRT=m
40 > CONFIG_SPEAKUP_SYNTH_DUMMY=m
41 > $
42 >
43 >
44 > Stroller.
45 >
46 >
47 >

Replies

Subject Author
Re: [gentoo-user] Post-Installation Problem Stroller <stroller@××××××××××××××××××.uk>