Introduction
When changing module configuration via /etc/modules or /etc/modprobe.d/*, recreating the module dependency cache is usually needed.
How to update module dependencies
sudo depmod -a
The changes take effect after a reboot.
When changing module configuration via /etc/modules or /etc/modprobe.d/*, recreating the module dependency cache is usually needed.
sudo depmod -a
The changes take effect after a reboot.
RunDepmodAndReboot (last edited 2008-10-19 10:53:14 by c83-248-192-132)