Dear all, I'm trying to compile a kernel from Linus' tree, commit 181e505952c5e4b4beb287d0022ea3cd20f23e74 The .cnfig I use is here: http://paste.debian.net/230990/ As far as I can tell, make works fine and so does make modules_install install But after all this, the modules.dep file I get in /boot is empty. I couldn't find any clue so far. Can anybody help,please? Thanks a lot! Shérab.
Dear all, Responding tomyself... Shérab (2015/06/15 18:56 +0200):
I'm trying to compile a kernel from Linus' tree, commit 181e505952c5e4b4beb287d0022ea3cd20f23e74 The .cnfig I use is here: http://paste.debian.net/230990/ As far as I can tell, make works fine and so does make modules_install install But after all this, the modules.dep file I get in /boot is empty. I couldn't find any clue so far. Can anybody help,please?
The problem is that I used CONFIG_MODULE_COMPRESS=y and depmod does not see the .ko.gz files. Shérab.
Valdis.Kletnieks@vt.edu (2015/06/16 05:01 -0400):
Is it a distro /sbin/depmod built with odd config? kmod added support for this back in kmod 2 back in 2011-ish (we're up to kmod 20)....
Well I don't know, it's the tool packaged by Debian and it's the most recent version among those offered, i.e. 20-1. Thanks, Shérab.
participants (2)
-
Shérab -
Valdis.Kletnieks@vt.edu