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 make and make install were 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 fusion should work

Edit from chat discussion

Using

modprobe fusion

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

cd go_in_fusion_directory
insmod fusion.ko

worked fine...!!

许可以下: CC-BY-SA归因
不隶属于 StackOverflow
scroll top