Results 1 to 5 of 5
I'm running a system with CentOS 3.9 and a custom kernel module (USB driver). Every time I boot the system and attempt to use the USB functionality I have to ...
- 07-28-2008 #1Linux Newbie
- Join Date
- May 2007
- Posts
- 106
Load modules on boot
I'm running a system with CentOS 3.9 and a custom kernel module (USB driver). Every time I boot the system and attempt to use the USB functionality I have to navigate to the relevant directory and do:
insmod <driver name>
I've heard I can edit /etc/modules.conf, but I don't know what changes to make.
How can I set this driver to load on boot?
- 07-29-2008 #2Just Joined!
- Join Date
- Jul 2008
- Posts
- 3
If you have the source code, include the source into kernel directory and compile there. This way you will have the driver as part of the kernel.
- 08-01-2008 #3Linux Newbie
- Join Date
- May 2007
- Posts
- 106
I'm afraid that's a bit over my head at this point. Is there a way to simply point the conf file to the module so that it will be loaded on boot?
- 08-02-2008 #4Just Joined!
- Join Date
- Dec 2007
- Posts
- 29
hi,
check this,
also try to search for "loading linux driver into kernel" not modules bcoz, since a module is general.
- 08-06-2008 #5Linux Newbie
- Join Date
- May 2007
- Posts
- 106


Reply With Quote

