On Thu, 8 May 2014, at 6:55 pm, cov...@ccs.covici.com wrote: >>> ... >>> 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_SYNTH_LTLK=m >> CONFIG_SPEAKUP_SYNTH_SOFT=m >> CONFIG_SPEAKUP_SYNTH_SPKOUT=m >> CONFIG_SPEAKUP_SYNTH_TXPRT=m >> CONFIG_SPEAKUP_SYNTH_DUMMY=m > > Sure, but those are not the module names, those are the config > parameters. If you go into the make menuconfig it will tell you the > module names in the help for each one, or do a find on /lib/modules and > its the name without the .ko suffix.
Ok, sure. Does one use `make menuconfig` with Genkernel? I apologise if I've distracted from the goal of helping Hunter recompile his kernel using this tool. Stroller.