Skip to content
Advertisement

Unknown symbol in while loading a kernel module

I need help understanding why I get an error when I insert a module. I have tried this with no success.

JavaScript

Many thanks.

Advertisement

Answer

I have solved this problem as suggested on this forum:

  1. Compiled scst.
  2. Appended the generated Module.symvers to existent /lib/modules/<version>/build/Module.symvers (Hack. Do not know why the kernel did not see the exported symbols).
  3. Copied the scst to /lib/modules/<version>/extra.
  4. depmod -a.
  5. Compiled lpfc_scst.
  6. Inserted module lpfc_scst with no problems.

Have a nice day.

User contributions licensed under: CC BY-SA
2 People found this is helpful
Advertisement