Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

insmod: ERROR: could not insert module drivers/dpdk-16.04/x86_64-native-linuxapp-gcc/kmod/igb_uio.ko: Invalid module format #5

Open
rohitjoshi opened this issue Oct 23, 2016 · 1 comment
Labels

Comments

@rohitjoshi
Copy link

I am using Ubuntu-14.04 with docker container and able to successfully build using ./setup.sh --compile-dpdk command but when I run ./setup.sh --run-dpdk and select option 2, it fails to load the UIO module with invalid format error.

Option: 2
Unloading any existing DPDK UIO module
modinfo: ERROR: Module uio not found.
Loading DPDK UIO module
insmod: ERROR: could not insert module drivers/dpdk-16.04/x86_64-native-linuxapp-gcc/kmod/igb_uio.ko: Invalid module format
## ERROR: Could not load kmod/igb_uio.ko.
./setup.sh: line 319: quit: command not found
# Please load the 'igb_uio' kernel module before querying or
# adjusting NIC device bindings
@ajamshed
Copy link
Member

Rohit,

It looks like uio.ko kernel module (LKL) is missing from your system. Please check whether uio.ko is present in /lib/modules/uname -r/kernel/drivers/uio/ path (the igb_uio.ko driver depends on uio.ko). If you can't find the module, you will probably first need to compile and install the module in your system.

Also, please make sure that sample dpdk-16.04 sample applications run in your docker container before testing mos-networking-stack.

Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants