lkml.org 
[lkml]   [2006]   [Dec]   [8]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
Date
From
Subjectdm_mirror and dm_mod modules incorrectly named and not found
Hi,

In kernel 2.6.19 and 2.6.18.5 I am facing a problem with two modules not
found : dm_mirror and dm_mod. (See my previous posting, for I am not
able to suppress these dependencies even if I unselect the option in
xconfig menu !).

These two modules are part of

Multiple devices driver support (RAID and LVM)
Device mapper support
Mirror target (EXPERIMENTAL)

which I validated.

Compile process built dm-mirror.ko and dm-mod.ko

make install complained that dm_mirror and dm_mod where not found.
Thus I guessed that the modules where incorrectly named.

I only patched Makefile for dm_mirror module name to verify my hypothesis.

--- linux/drivers/md/Makefile.old 2006-12-03 15:38:24.000000000 +0100
+++ linux/drivers/md/Makefile 2006-12-03 15:39:21.000000000 +0100
@@ -6,7 +6,7 @@
dm-ioctl.o dm-io.o kcopyd.o
dm-multipath-objs := dm-hw-handler.o dm-path-selector.o dm-mpath.o
dm-snapshot-objs := dm-snap.o dm-exception-store.o
-dm-mirror-objs := dm-log.o dm-raid1.o
+dm_mirror-objs := dm-log.o dm-raid1.o
md-mod-objs := md.o bitmap.o
raid456-objs := raid5.o raid6algos.o raid6recov.o raid6tables.o \
raid6int1.o raid6int2.o raid6int4.o \
@@ -34,7 +34,7 @@
obj-$(CONFIG_DM_MULTIPATH) += dm-multipath.o dm-round-robin.o
obj-$(CONFIG_DM_MULTIPATH_EMC) += dm-emc.o
obj-$(CONFIG_DM_SNAPSHOT) += dm-snapshot.o
-obj-$(CONFIG_DM_MIRROR) += dm-mirror.o
+obj-$(CONFIG_DM_MIRROR) += dm_mirror.o
obj-$(CONFIG_DM_ZERO) += dm-zero.o

quiet_cmd_unroll = UNROLL $@
-
Then make modules

.....
CC [M] drivers/md/bitmap.o
LD [M] drivers/md/md-mod.o
LD [M] drivers/md/dm-mod.o
LD [M] drivers/md/dm_mirror.o
Building modules, stage 2.
MODPOST 546 modules
WARNING: Can't handle masks in drivers/ide/pci/atiixp:FFFF05
CC drivers/md/dm-mod.mod.o
LD [M] drivers/md/dm-mod.ko
CC drivers/md/dm_mirror.mod.o
LD [M] drivers/md/dm_mirror.ko
CC drivers/md/linear.mod.o
LD [M] drivers/md/linear.ko
CC drivers/md/md-mod.mod.o
LD [M] drivers/md/md-mod.ko
.....
make install_modules

INSTALL drivers/md/dm-mod.ko
INSTALL drivers/md/dm_mirror.ko
INSTALL drivers/md/linear.ko
INSTALL drivers/md/md-mod.ko

make install

sh /usr/src/linux-2.6.19/arch/i386/boot/install.sh 2.6.19
arch/i386/boot/bzImage System.map "/boot"
FATAL: Module dm_mirror not found.
FATAL: Module dm_mirror not found.
FATAL: Module dm_mod not found.
FATAL: Module dm_mod not found.

However, I checked that modules where in
/lib/modules/2.6.1.9.kernel/drivers/md/

ll /lib/modules/2.6.19/kernel/drivers/md/
total 169
-rw-r--r-- 1 root root 21879 déc 8 15:12 dm_mirror.ko
-rw-r--r-- 1 root root 58701 déc 8 15:12 dm-mod.ko
-rw-r--r-- 1 root root 6727 déc 8 15:12 linear.ko
-rw-r--r-- 1 root root 80744 déc 8 15:12 md-mod.ko

Thus, Makefile script is probably looking into the wrong directory to
find modules dm_mirror and dm_mod

Due to a lack of knowledge, I was not able to determine the actual
directory where make was looking nor to find out in which script part I
could change this.

Any idea ?


Bernard Pidoux

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/

\
 
 \ /
  Last update: 2006-12-08 16:03    [W:0.067 / U:0.216 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site