> Hi, I built a kernel module. I can load it into the
> kernle using insmod command. But each time when I
> reboot my computer I couldn't find it any more. I mean
> I need to use the insmod to load the module each time
> I reboot the computer. How can I modify the
> configuration so that the Linux OS can load my module
> automatically during reboot? I need to copy my module
> to the following directory?
> /lib/modules/2.4.7-10/
You don't need to do this, actually, you should _not_ do this.
> I've done that. But it doesn't work.
>
> Any help will be appreciated.
Just put the module name in /etc/modules
example: I want my network card (3Com 3c905c - 3c59x module), vfat, and
ide-scsi (for my IDE burner) to load at
boot, so I have in my /etc/modules:
3c59x
ide-scsi
vfat
The order does not matter.
-ES
Try out Source Mage GNU/Linux now! It's magic! (http://sourcemage.org)
-- Eric Sandall | (P)e-mail: sandalle@mail.wsu.edu Debian Linux Beowulf Cluster | (P)web: http://hellhound.homeip.net/ ICQ: 667348 | User 196285: http://counter.li.org/ SysAdmin, Shock Physics, WSU | (W)web: http://www.shock.wsu.edu/- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/