I am trying to build Linux Fusion for DirectFB. I downloaded it from directfb.org .
The steps are described in README. They are asking for modprobe fusion after make and make install.
When i run this command i get the error:
Module Fusion not found.
What are possible issues and how can I resolve them?
I think you have followed all steps
http://www.directfb.org/downloads/Core/linux-fusion/README
and now still you getting that error it means
your
makeandmake installwere not successful. Do you see any error messages on terminal after running make or make install?If make and make install were succusfull then
modeprobe fusionshould workEdit from chat discussion
Using
will try to find fusion.ko in /lib/modules/$(uname -r) but some how .ko was not there or not working after make install so
tried with
worked fine…!!