"Boyd Stephen Smith Jr." <[EMAIL PROTECTED]> writes: > On Wednesday 18 April 2007, [EMAIL PROTECTED] wrote about '[gentoo-user] > Add a module post kernel config/build': >> Summary: >> How can I add an additional module once I've configured/built a kernel? >> >> Details: After looking thru the handbook, especially section about >> kernel config, I don't see information about how to add a module once >> a kernel is built and running. > > For in-tree modules, go into the kernel source directory, use menuconfig or > whatever to set that configuration setting to 'm', make, make > modules-install. (Or, at least, that's my preferred method modulo typos.) > [...]
All good info and tips. Thanks Boyd. Etaoin Shrdlu <[EMAIL PROTECTED]> writes: [...] > I never used genkernel, but if you have the kernel source tree available, > you can just cd into it, adjust your configuration (using make *config), > then do "make && make modules_install". Only the new stuff you added > will be rebuilt and installed (ie, the fuse module in your case), > assuming you did not delete the already compiled object files inside the > tree. Again... good and helpfull info... thanks. -- [EMAIL PROTECTED] mailing list

