ZBLOG

modprobe: FATAL: Module igb_uio not found in directory /lib/modules/4.4.240

If you receive the error message “FATAL: Module igb_uio not found,” it means that the ‘igb_uio’ kernel module is not available in the default directory for kernel modules on your system.

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

  1. Make sure you have installed the DPDK libraries and drivers correctly on your system. If you haven’t done so, follow the installation instructions specific to your operating system.

  2. Verify if the ‘igb_uio’ module is available in a different location by using the find command:

    find / -name "igb_uio.ko"
    

This command will search for the ‘igb_uio.ko’ file in all directories of your system. Note down any locations where it is found.

  1. Once you locate the ‘igb_uio.ko’ file, load it using insmod or modprobe with the full path to the module:

    sudo insmod /path/to/igb_uio.ko
    # or
    sudo modprobe /path/to/igb_uio.ko
    

Replace “/path/to” with the actual path where you found the ‘igb_uio.ko’ file.

By following these steps, you should be able to load the ‘igb_uio’ kernel module successfully and proceed with querying or adjusting device bindings as needed in your DPDK application.


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

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

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

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

联系我们

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

微信号:3007537140

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

关注我们
x

注册

已经有帐号?