Page 1 of 1

Error in Compile Kernel 3.18

PostPosted: Sun Feb 01, 2015 5:53 pm
by SUDESH-A
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? :geek: :geek: :geek: :geek: :geek: :geek:

Re: Error in Compile Kernel 3.18

PostPosted: Tue Feb 03, 2015 1:24 pm
by Linuxnerd
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.