Thursday, January 27, 2005
module autoload?
I used to put my nic driver module in /etc/modules.autoload.d/kernel-2.6
but then /etc/init.d/net.eth0 tends to fail.
Then I did an alias in /etc/module.d/alias
but then /etc/init.d/net.eth0 tends to fail.
Then I did an alias in /etc/module.d/alias
alias eth0 e1000then
modules-updateall ok. why?