[Ocf-linux-users] insmod: error inserting './ocf.ko': -1 Invalid parameters
Brought to you by:
david-m
From: Marc <cc...@le...> - 2011-06-21 17:09:42
|
Hello, I'm having some trouble using the ocf modules on my ALIX board. Kernel is 2.6.32 ocf version is "ocf-linux-20110530". First of all, during "make ocf_modules" I'm getting tons of these: WARNING: /root/ocf-linux-20110530/ocf/ocf: 'crypto_find_device_byhid' exported twice. Previous export was in vmlinux with various crypto_* functions. No idea if thats expected behaviour. Secondly, after using make ocf_modules and ocf_install and OCF_DIR=`pwd` (which does not survive reboots as any custom environmental variable), it looks like this: FATAL: Error inserting ocf (/lib/modules/2.6.32/extra/ocf.ko): Invalid argument and also ~/ocf-linux-20110530/ocf# insmod ocf.ko insmod: error inserting 'ocf.ko': -1 Invalid parameters and insmod: error inserting 'cryptosoft.ko': -1 Invalid parameters Lastly there's no cryptodev.ko module being generated in the ocf folder or elsewhere so this module cannot be loaded. I'm feeling like im doing something horribly wrong or missing something really stupid but I just can figure out what that might be. Any pointers would be greatly appreciated. Greetings, Marc |