Gentoo Archives: gentoo-user

From: Stroller <stroller@××××××××××××××××××.uk>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] Post-Installation Problem
Date: Thu, 08 May 2014 17:31:35
Message-Id: C5774435-2ED4-4CCA-BEEB-B20242D87F70@stellar.eclipse.co.uk
In Reply to: Re: [gentoo-user] Fwd: Post-Installation Problem by covici@ccs.covici.com
1 On Thu, 8 May 2014, at 5:45 pm, covici@××××××××××.com wrote:
2 >
3 >> … I edited /etc/conf.d/modules
4 >> and added two lines:
5 >> modules="CONFIG_SPEAKUP"
6 >> modules="CONFIG_SPEAKUP_SYNTH_SOFT"
7 >> And reemerged the espeakup software; same error message, and on
8 >> reboot, no software speech. Am I enabling the modules in an incorrect
9 >> manner? If so, how to I get them to work?
10 >
11 > I don't think those are the correct module names, you can tell by
12 > looking at your kernel configs to see what speakup modules you have
13 > chosen. Module names do not usually have config_ at the beginning.
14
15 I'm not the OP, but this is what I see:
16
17 $ zcat /proc/config.gz | grep -i speak
18 # Speakup console speech
19 CONFIG_SPEAKUP=m
20 CONFIG_SPEAKUP_SYNTH_ACNTSA=m
21 CONFIG_SPEAKUP_SYNTH_ACNTPC=m
22 CONFIG_SPEAKUP_SYNTH_APOLLO=m
23 CONFIG_SPEAKUP_SYNTH_AUDPTR=m
24 CONFIG_SPEAKUP_SYNTH_BNS=m
25 CONFIG_SPEAKUP_SYNTH_DECTLK=m
26 CONFIG_SPEAKUP_SYNTH_DECEXT=m
27 CONFIG_SPEAKUP_SYNTH_DECPC=m
28 CONFIG_SPEAKUP_SYNTH_DTLK=m
29 CONFIG_SPEAKUP_SYNTH_KEYPC=m
30 CONFIG_SPEAKUP_SYNTH_LTLK=m
31 CONFIG_SPEAKUP_SYNTH_SOFT=m
32 CONFIG_SPEAKUP_SYNTH_SPKOUT=m
33 CONFIG_SPEAKUP_SYNTH_TXPRT=m
34 CONFIG_SPEAKUP_SYNTH_DUMMY=m
35 $
36
37
38 Stroller.

Replies

Subject Author
Re: [gentoo-user] Post-Installation Problem Hunter Jozwiak <hunter.t.joz@×××××.com>
Re: [gentoo-user] Post-Installation Problem covici@××××××××××.com