--- Quote Start ---
Now I tested the 'modprobe' and system call 'init_module'. It works, but unfortunately, the module is loaded in the 'vmalloc' area(0x80000000~). Nios instructions 'call' and 'jmpi' can't jump beyond the boundary of 256MBytes. So the kernel can't reach the module codes and module codes can't call kernel routines.
--- Quote End ---
Ahh.
this is why Kernel Modules don't work with the MMU based distribution. (A "not usable" crit for me). I do hope Hippo and your are able to solve this issue.
Thanks for helpin out here !!!!
-Michael