On Thursday 08 May 2014 19:42:36 thegeezer wrote: > On 05/08/2014 05:29 PM, Hunter Jozwiak wrote: > > ---------- Forwarded message ---------- > > From: Hunter Jozwiak <hunter.t....@gmail.com> > > Date: Thu, 8 May 2014 12:23:13 -0400 > > Subject: Post-Installation Problem > > To: gentoo-us...@lists.gentoo.org > > > > Hi all. I've been working on a Gentoo install for quite some time in > > tech class, but I've hit a road block. I compiled a Genkernel, and > > that went smooth. However, I tried to emerge espeakup, and I got > > errors about how modules weren't enabled. 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? > > what you need to do is > # genkernel --menuconfig kernel > then make sure that speakup is selected > > conf.d/modules is for kernel modules marked "m" > mostly, these are loaded when needed by programs or drivers as required, > but sometimes you want the module loaded in advance -- in that case you > list them in conf.d/modules
To find what you have compiled as a loadable module (rather than built in the kernel) have a look at this: http://www.gentoo.org/doc/en/handbook/handbook-amd64.xml?part=1&chap=7#doc_chap4 You can also select <help> when you are running --menuconfig, it usually shows the correct syntax of the corresponding module name. -- Regards, Mick
signature.asc
Description: This is a digitally signed message part.