/etc/modules is what the start up scripts call. Here's an example: http://64.233.187.104/search?q=cache:JZeRmQK230EJ:www.inittab.de/manuals/debootstrap.html+knoppix+4+%22etc/modules%22&hl=en&ie=UTF-8
There should be no modprobe, quotes, tabs or anything else on the line other than the name of the device and the options, just like you would pass to modprobe on the command line. If you really want to make a script, make a file with you modprobe line in it and name it something like "csload" then put it in /usr/local/bin or some other directory that shows up when you type "env | grep PATH" On Tuesday 22 November 2005 01:00 am, c.a. weisheit wrote: > I modified the file as you sugested but it still does not work after > startup. is there some way to introduce a script or file that could execute > the modprobe command on startup?
