... which was used to build the kernel which was used for the current Release of Fedora.
$ ls /boot/config-$(uname -r)
It seems that the module support was dissabled :-(, so I have to compile the Kernelimage again ...
What makes you think module support was disabled?
[gordon@vagabond:~]$ grep MOD /boot/config-$(uname -r) CONFIG_MODULES=y CONFIG_MODVERSIONS=y CONFIG_KMOD=y