LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Enterprise (https://www.linuxquestions.org/questions/linux-enterprise-47/)
-   -   Need help with building kernel module in domu, would pay a small $fee$ for help (https://www.linuxquestions.org/questions/linux-enterprise-47/need-help-with-building-kernel-module-in-domu-would-pay-a-small-%24fee%24-for-help-602198/)

aulix 11-25-2007 02:07 AM

Need help with building kernel module in domu, would pay a small $fee$ for help
 
Hi,

I know how to build kernel modules on a general linux installations.
Unfortunately it does not work for virtual machine running at www.vpsland.com. I need fuse module.

I tried to download prebuilt modules from XEN source and they did not work too.

Looking for someone who can teach me how to solve this issue.

please contact me by e-mail (also MSN): info AT aulix.com
or icq: 57364555

Thanks,
Alex

aulix 11-25-2007 02:34 AM

localhost:~# cd /lib/modules/
localhost:/lib/modules# modinfo 2.6.18/kernel/fs/fat/fat.ko
filename: 2.6.18/kernel/fs/fat/fat.ko
license: GPL
vermagic: 2.6.18 SMP mod_unload 686 gcc-3.4
depends:
localhost:/lib/modules# modinfo 2.6.18-xen/kernel/fs/fat/fat.ko
filename: 2.6.18-xen/kernel/fs/fat/fat.ko
license: GPL
vermagic: 2.6.18-xen SMP mod_unload 686 REGPARM gcc-3.4
depends:
srcversion: 0EDD022F6478640EF8B2B96
localhost:/lib/modules#


modules from 2.6.18/ work fine
modules from 2.6.18-xen/ do NOT work at all even with modprobe force option

both 2.6.18/ and 2.6.18-xen/ were preinstalled as part of VPS linux image.
unfortunately 2.6.18/ does not have a fuse module which I need.


All times are GMT -5. The time now is 02:58 AM.