From: Virajith Jalaparti <[email protected]>
> This did create a kernel module at 
> "/lib/modules/2.6.18.8-xen/kernel/drivers/block/drbd.ko". However,
> when I do a "modprobe drbd", I still get an error saying "FATAL:
> Module drbd not found".

You remembered to run depmod -a after installing the module, right?  Lots of
people forget to do that when building out-of-tree kernel modules.  Also, make
sure that "uname -r" == "2.6.18.8-xen", because if it doesn't, then the drbd
module was built against the wrong kernel source tree.

-- 
Matt G / Dances With Crows
The Crow202 Blog:  http://crow202.org/wordpress/
There is no Darkness in Eternity/But only Light too dim for us to see

_______________________________________________
drbd-user mailing list
[email protected]
http://lists.linbit.com/mailman/listinfo/drbd-user

Reply via email to