ZBLOG

insmod: ERROR: could not insert module /home/king/share/dpdk/dpdk-stable-19.08.2/build/kmod/igb_uio.ko: Unknown symbol in module

The error message “Unknown symbol in module” typically indicates that there is a mismatch between the version of the kernel you are running and the version of the module you are trying to load.

To resolve this issue, you can try the following steps:

  1. Ensure that you have built the DPDK libraries and drivers using the correct version of your kernel headers. Make sure you have followed the installation instructions provided by DPDK for your specific operating system.

  2. Verify if you have loaded any conflicting modules or drivers that may cause conflicts with ‘igb_uio’. You can check currently loaded modules using lsmod command:

    lsmod | grep igb
    

If any related modules appear, unload them using rmmod command:

   sudo rmmod <module_name>
  1. Rebuild and reinstall the DPDK ‘igb_uio’ module using the correct version of kernel headers.

  2. If none of these solutions work, try updating your kernel or installing any required patches to ensure compatibility with DPDK.

If you continue to encounter issues, it may be helpful to seek assistance from DPDK community forums or mailing lists as they would have more specific knowledge about troubleshooting such errors in the context of DPDK usage.


内容由零声教学AI助手提供,问题来源于学员提问

本站部分文章来源于网络,版权归原作者所有,如有侵权请联系站长删除。
转载请注明出处:https://sdn.0voice.com/?id=3771

分享:
扫描分享到社交APP
上一篇
下一篇
发表列表
游客 游客
此处应有掌声~
评论列表

还没有评论,快来说点什么吧~

联系我们

在线咨询: 点击这里给我发消息

微信号:3007537140

上班时间: 10:30-22:30

关注我们
x

注册

已经有帐号?