Here is apt-file output. $ *apt-file search depmod* kmod: /sbin/depmod kmod: /usr/share/man/man5/depmod.d.5.gz kmod: /usr/share/man/man8/depmod.8.gz linux-kbuild-3.16: /usr/lib/linux-kbuild-3.16/scripts/depmod.sh manpages-hu: /usr/share/man/hu/man8/depmod.8.gz manpages-ja: /usr/share/man/ja/man8/depmod.8.gz manpages-pl: /usr/share/man/pl/man8/depmod.8.gz
On Fri, Jun 5, 2015 at 2:48 PM, <[email protected]> wrote: > -----BEGIN PGP SIGNED MESSAGE----- > Hash: SHA1 > > On Fri, Jun 05, 2015 at 02:17:04PM +0530, Dhiraj Bhor wrote: > > Hi, > > > > I have done the compilation but i saw one warning during make > > modules_install command > > Here is it. > > $ make modules_install INSTALL_MOD_PATH=~/output/ > > *Warning: you may need to install module-init-tools* > > *See http://www.codemonkey.org.uk/docs/post-halloween-2.6.txt > > <http://www.codemonkey.org.uk/docs/post-halloween-2.6.txt>* > > this above is the giveaway. > > [...] > > > NOTE here that *modules.builtin.bin is of zero size* > > > > I have tried depmod -a command on > > $ /output/lib/modules$ depmod -a 2.6.32/ > > -bash: depmod: command not found > > > > When i searched this, i found that kernel Makefile has > > DEPMOD = /sbin/depmod > > > > which is not present on my system. > > Exactly. You'll have to install "module-init-tools", which in Jessie > (sorry, > no Jessie around here) is spelt, I believe "kmod" (to keep us awake, I > guess ;-) > > So search (either via http://packages.debian.org/, or if you have the > package > "apt-file" installed, with > > apt-file search depmod > > and find out which package provides that (my hunch is that will be kmod). > > HTH > - -- t > -----BEGIN PGP SIGNATURE----- > Version: GnuPG v1.4.12 (GNU/Linux) > > iEYEARECAAYFAlVxaXEACgkQBcgs9XrR2kb/HgCePeKOCySD5ECjZSyTfAV5gaDo > nq0AoIDRwbYNVippuQFXQNNWOh43AoOj > =OTcN > -----END PGP SIGNATURE----- >

