We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I have Intel X722 and Ubuntu 18.04 x64 LTS with 5.4.0-122 kernel. Can you correct your i40e-dkms o support Intel drivers of 2.18.9, 2.20.12+ ?
I tried o build and always go error:
ERROR: "__auxiliary_device_add" [/var/lib/dkms/i40e/2.20.12/build/i40e.ko] undefined! ERROR: "auxiliary_device_init" [/var/lib/dkms/i40e/2.20.12/build/i40e.ko] undefined! scripts/Makefile.modpost:93: recipe for target '__modpost' failed make[1]: *** [__modpost] Error 1 Makefile:1675: recipe for target 'modules' failed make: *** [modules] Error 2
But if to correct Makefile and common.mk for scripts path, and do simply make (manually) all is built.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I have Intel X722 and Ubuntu 18.04 x64 LTS with 5.4.0-122 kernel.
Can you correct your i40e-dkms o support Intel drivers of 2.18.9, 2.20.12+ ?
I tried o build and always go error:
But if to correct Makefile and common.mk for scripts path, and do simply make (manually) all is built.
The text was updated successfully, but these errors were encountered: