I suspect the reason for the failure is that the module was not previously loaded .....
In a terminal
su to
root and do
lsmod to see the list of loaded modules
modprobe <module>
to load a module
and
lsmodagain to confirm its presence.
When you have tested it and decided you want to load it at each boot then put the module name into
/etc/modprobe.preloadwith other such modules that are required to be loaded at boot.
At least that is how I would approach the situation ..... it might work for you
