On Mon, 2008-11-24 at 21:37 -0600, Jeff Epler wrote:
> On Mon, Nov 24, 2008 at 12:33:56PM -0800, Thomas L Marshall wrote:
> > Is it possible to simply compile the module and copy it in place???
> 
> No, not easily.  The scripts for building the kernel do some complicated
> things, and I'm not sure how to get things to the state where you can
> just build one kernel module from the kernel source distribution--all I
> am familiar with is how to build the whole kernel, or how to build
> modules that are designed to be built standalone using the
> kernel-headers package.
> 
> Jeff
> 
> -------------------------------------------------------------------------
> This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
> Build the coolest Linux based applications with Moblin SDK & win great prizes
> Grand prize is a trip for two to an Open Source event anywhere in the world
> http://moblin-contest.org/redirect.php?banner_id=100&url=/
> _______________________________________________
> Emc-users mailing list
> Emc-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/emc-users

Thanks again Jeff.  The links you provided were just what I needed to
compile the missing raid10 and dm- modules that I needed.  After I was
able to simply copy them to the existing modules directory and depmod
did the rest.

Any chance these modules could be enabled in the distro?

CONFIG_MD_RAID10=m
...
CONFIG_DM_CRYPT=m
CONFIG_DM_SNAPSHOT=m
CONFIG_DM_MIRROR=m
CONFIG_DM_ZERO=m


Tom


-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
Emc-users mailing list
Emc-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/emc-users

Reply via email to