> However, I would like to load it automatically at boot time, > but I don't > which script to edit in order to do this ? > I would like to load it for all users rather than just root, > so I don't > believe its enough just to do it in the ($HOME)/.profile file. On RedHat, you can add the insmod or modprobe command to /etc/rc.local. This will execute after all init scripts for your default run-level are executed. (The init scripts are in /etc/rc?.d where '?' is the run-level (0-6)). Hope this helps, Ravi. __________________________________________________ Do you Yahoo!? Yahoo! Web Hosting - Let the expert host your site http://webhosting.yahoo.com -- Kernelnewbies: Help each other learn about the Linux kernel. Archive: http://mail.nl.linux.org/kernelnewbies/ FAQ: http://kernelnewbies.org/faq/