Re: modprobe FATAL error on startup
If I recall correctly,
will fix the modules.dep issue. It will create the module dependencies file. However, I am not for sure about why you are missing that file. It is usually run when a new kernel is installed.
If I recall correctly,
Code:
sudo depmod -a
Comment