David Densmore <[EMAIL PROTECTED]> writes: > I recompiled the kernel and installed the modules with the > make modules_install command, but it didn't create a modules.dep file. > > I hacked one by hand from an old copy I had and it works, but what is > the proper way to generate modules.dep?
It's possible I'm wrong, but I do believe the file is automatically generated by an init script which invokes "depmod -a". In other words, after a reboot it should automatically be generated, or you can look at the /etc/init.d/modutils script and just mimic what it does upon a reboot. Gary