Load kernel module at boot up on CentOS
From HostThyself
To auto load required module on system startup in CentOS 5
echo modprobe foo >> /etc/rc.modules chmod +x /etc/rc.modules
see also Load kernel module at boot up on Debian
To auto load required module on system startup in CentOS 5
echo modprobe foo >> /etc/rc.modules chmod +x /etc/rc.modules
see also Load kernel module at boot up on Debian