On Thu, 8 May 2014, at 5:45 pm, cov...@ccs.covici.com wrote: > >> … I edited /etc/conf.d/modules >> and added two lines: >> modules="CONFIG_SPEAKUP" >> modules="CONFIG_SPEAKUP_SYNTH_SOFT" >> And reemerged the espeakup software; same error message, and on >> reboot, no software speech. Am I enabling the modules in an incorrect >> manner? If so, how to I get them to work? > > I don't think those are the correct module names, you can tell by > looking at your kernel configs to see what speakup modules you have > chosen. Module names do not usually have config_ at the beginning.
I'm not the OP, but this is what I see: $ zcat /proc/config.gz | grep -i speak # Speakup console speech CONFIG_SPEAKUP=m CONFIG_SPEAKUP_SYNTH_ACNTSA=m CONFIG_SPEAKUP_SYNTH_ACNTPC=m CONFIG_SPEAKUP_SYNTH_APOLLO=m CONFIG_SPEAKUP_SYNTH_AUDPTR=m CONFIG_SPEAKUP_SYNTH_BNS=m CONFIG_SPEAKUP_SYNTH_DECTLK=m CONFIG_SPEAKUP_SYNTH_DECEXT=m CONFIG_SPEAKUP_SYNTH_DECPC=m CONFIG_SPEAKUP_SYNTH_DTLK=m CONFIG_SPEAKUP_SYNTH_KEYPC=m CONFIG_SPEAKUP_SYNTH_LTLK=m CONFIG_SPEAKUP_SYNTH_SOFT=m CONFIG_SPEAKUP_SYNTH_SPKOUT=m CONFIG_SPEAKUP_SYNTH_TXPRT=m CONFIG_SPEAKUP_SYNTH_DUMMY=m $ Stroller.