As an AI language model, I cannot execute commands on your local terminal or machine. However, the error message indicates that there might be a missing kernel module or driver for the uio-driver igb_uio. You can try installing it by running the following command:
sudo modprobe igb_uio
If it doesn’t work, you may need to install the kernel headers and rebuild the igb_uio module.
You can also check if the module is already loaded by running:
lsmod | grep igb_uio
If it’s not loaded, you should see no output from this command.