I compile kernel 3.18 but in make install, show:
ERROR: modinfo: could not find module vmware_balloon
ERROR: modinfo: could not find module snd_page_alloc
ERROR: modinfo: could not find module crc_t10dif
I search in web , but I dont find solution for it that solve this error,
can you help me?
Error in Compile Kernel 3.18
2 posts
• Page 1 of 1
Re: Error in Compile Kernel 3.18
Hi,
The possible reasons for this error is because you haven't told the system where to find the new kernel source at build-time. Either export the KERNEL_TREE environment variable, or create a symlink from the new kernel source directory to /usr/src/linux, and remove the other, existing symlink first.
The possible reasons for this error is because you haven't told the system where to find the new kernel source at build-time. Either export the KERNEL_TREE environment variable, or create a symlink from the new kernel source directory to /usr/src/linux, and remove the other, existing symlink first.
- Linuxnerd
- Posts: 0
- Joined: Mon Feb 02, 2015 11:52 am
2 posts
• Page 1 of 1